MBS Plugin Documentation

Search:

Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchie

New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0

The list of the   themes,   classes,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Previous items Next items

PDFLib7MBS.ClosePDIPage(page as integer)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Closes the PDF Import page with the given number.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.ConcatMatrix(a as double,b as double, c as double, d as double, e as double, f as double)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Adds a matrix to the current path.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.ContinueText(text as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Draws text on the current position.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.Create3dView(username as string, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.7, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create a 3D view (requires PDF 1.6).
Notes:
See the PDFlib-manual.pdf file for more details.
Returns: A 3D view handle, or -1 (in PHP: 0) on error.
PDFLib7MBS.CreateAction(type as string, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create an action which can be applied to various objects and events.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.CreateAnnotation(llx as double, lly as double, urx as double, ury as double, type as string, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create a rectangular annotation on the current page.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.CreateBookmark(text as string, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create a bookmark subject to various options.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.CreateField(llx as double, lly as double, urx as double, ury as double, name as string, type as string, optlist as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create a form field on the current page subject to various options.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.CreateFieldGroup(name as string, optlist as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create a form field group subject to various options.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.CreateGState(optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create a graphics state object definition.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.CreateTextflow(text as string, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Preprocess text for later formatting and create a Textflow object.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.CreateVirtualFile(file as folderitem, data as string, optlist as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.1, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create a named virtual read-only file from data provided in memory.
Notes:
See the PDFlib-manual.pdf file for more details.
Please watch the copy option, as you may run into crashes if your RB data string is destroyed by RB, but still used for pdflib functions.
PDFLib7MBS.CreateVirtualFile(filename as string, data as string, optlist as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Create a named virtual read-only file from data provided in memory.
Notes:
See the PDFlib-manual.pdf file for more details.
Please watch the copy option, as you may run into crashes if your RB data string is destroyed by RB, but still used for pdflib functions.
PDFLib7MBS.CurveTo(x1 as double, y1 as double,x2 as double, y2 as double,x3 as double, y3 as double)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Adds a curve to the current path.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.DefineLayer(name as string, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Start a layer for subsequent output on the page (requires PDF1.5).
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.DeleteTable(table as integer, optlist as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.7, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Delete a table and all associated data structures.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.DeleteTextflow(textflow as integer)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Delete a textflow and the associated data structures.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.DeleteVirtualFile(file as folderitem) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.1, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Delete a named virtual file and free the associated data structures (but not the actual contents).
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.DeleteVirtualFile(filename as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Delete a named virtual file and free the associated data structures (but not the actual contents).
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.DocumentWrite(data as string) as integer
event, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The event for BeginDocumentEvents.
Notes:
Return how many bytes you accepted from the string.
e.g. return lenb(data)
PDFLib7MBS.EncodingSetChar(Encoding as string, slot as integer, glyphname as string, uv as integer)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Add a glyph name to a custom encoding.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.EndDocument(optlist as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Close the generated PDF file and apply various options.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.EndFont
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Terminate a type 3 font definition.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.EndGlyph
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Terminate a type 3 glyph definition.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.EndItem(id as integer)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Close a structure element or other content item.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.EndLayer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Deactivate all active layers (requires PDF1.5).
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.EndMC
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: end_mc?
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.EndPage
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Ends the current page.
Notes:
Deprecated in pdflib 6. Use EndPage with three parameters.

See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.EndPage(optlist as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Finish a page, and apply various options.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.EndPath
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Ends the current path.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.EndPattern
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Ends the current pattern.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.EndTemplate
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Ends the current template.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FilePath(file as folderitem) as string
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.1, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The file path in a way the library can accept it.
Notes:
For Mac OS X MachO targets a file path is returned in the text encoding which is good for HFS discs. Umlauts will be preserved what shellpath does not.
On Windows, the path is returned in System text encoding.
For PEF targets umlauts seem not to work correctly.
PDFLib7MBS.Fill
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Fills the current path.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FillImageBlock(pageHandle as integer, blockname as string, imageHandle as integer, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Fill an image block with variable data according to its properties.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FillPDFBlock(pageHandle as integer, blockname as string, contentHandle as integer, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Fill a PDF block with variable data according to its properties.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FillStroke
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Fills the current path.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FillTextBlock(pageHandle as integer, blockname as string, Text as string, optlist as string) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Fill a text block with variable data according to its properties.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FindFont(fontname as string,encoding as string,embed as integer) as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Finds and loads a font.
Notes:
Deprecated in pdflib 6. Use LoadFont.

See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FitImage(image as integer, x as double, y as double, OptList as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Place an image or template at (x, y) with various options.
Example:
dim pixhandle as integer
' p is the pdflib object

pixhandle = p.LoadImage("jpeg", "test.jpg","")
p.FitImage (pixhandle, 36, 36,"scale 0.5" )

Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FitPDIpage(page as integer, x as double, y as double, OptList as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Place an imported PDF page at (x, y) with various options.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.FitTable(table as integer, llx as double, lly as double, urx as double, ury as double, optlist as string) as string
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.7, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Fully or partially place a table on the page.
Notes:
See the PDFlib-manual.pdf file for more details.
Returns: A string which specifies the reason for returning. (the plugin assumes ASCII encoding for this string)
PDFLib7MBS.FitTextflow(textflow as integer, llx as double, lly as double, urx as double, ury as double, optlist as string) as string
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Format the next portion of a textflow into a rectangular area.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.FitTextLine(text as string, x as double, y as double, OptList as string)
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Place a double text line at (x, y) with various options.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.GetAPIName as string
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.1, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The function name in the library used when the last error happend.
Notes: Only valid when being used after a function has been called and no exception was raised.
PDFLib7MBS.GetBuffer as string
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Returns the current buffer for output.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.GetErrMsg as string
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.1, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The error message in the library used when the last error happend.
Notes: Only valid when being used after a function has been called and no exception was raised.
PDFLib7MBS.GetErrNum as integer
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.1, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The error number in the library used when the last error happend.
Notes: Only valid when being used after a function has been called and no exception was raised.
PDFLib7MBS.GetParameter(key as string,modifier as double) as string
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Returns one of the parameters of the current pdf document.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.GetParameterPDI(key as string, doc as integer, page as integer, index as integer) as string
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Returns one of the PDF import parameters.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.GetValue(key as string,modifier as double) as double
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Returns a value of the PDF document.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.GetValuePDI(key as string, doc as integer, page as integer, index as integer) as double
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Returns a value of a pdf import document.
Notes: See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.Handle as Integer
property, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: The handle of the current pdf document enviroment.
Notes:
See the PDFlib-manual.pdf file for more details.
(Read only property)
PDFLib7MBS.InfoFont(font as integer, keyword as string, optlist as string) as double
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.7, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Query detailed information about a loaded font.
Notes:
Returns: The value of some font property as requested by keyword.
See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.InfoMatchbox(boxname as string, num as integer, keyword as string) as double
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.7, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Query information about a matchbox on the current page.
Notes:
See the PDFlib-manual.pdf file for more details.
The boxname parameter is internally converted to UTF16 encoding.
PDFLib7MBS.InfoTable(table as integer, keyword as string) as double
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.7, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Retrieve table information related to the most recently placed table instance.
Notes:
Returns: The value of some table parameter as requested by keyword.
See the PDFlib-manual.pdf file for more details.
PDFLib7MBS.InfoTextflow(textflow as integer, keyword as string) as double
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 6.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Query the current state of a textflow.
Notes:
See the PDFlib-manual.pdf file for more details.
Requires pdflib version 6.
PDFLib7MBS.InfoTextline(text as string, keyword as string, optlist as string) as double
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 7.7, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Perform textline formatting and query the resulting metrics.
Notes:
See the PDFlib-manual.pdf file for more details.
The text parameter is internally converted to UTF16 encoding.
Returns: The value of some text metric value as requested by keyword.
PDFLib7MBS.InitGraphics
method, PDF Lib, MBS PDFlib Plugin (PDFLib7), class PDFLib7MBS, Console safe, Plugin version: 3.0, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.

Function: Reset all color and graphics state parameters to their defaults.
Notes: See the PDFlib-manual.pdf file for more details.

Previous items Next items

The items on this page are in the following plugins: MBS PDFlib Plugin.