CreateAction Method |
Creates a new action object. |
CreateActionFromDestination Method |
Creates a new action that takes the user to the specified destination view. This method can only be used for destinations in the same document as the source document. |
CreateActionFromFileName Method |
Creates an action of the specified type from a file name. |
CreateActionFromPointer Method |
Creates an action of the specified type from a pointer. |
CreateBasArray Method |
Creates a new array object associated with the specified document and having the specified value. |
CreateBasBool Method |
Creates a new boolean object associated with the specified document and having the specified value. |
CreateBasDict Method |
Creates a new dictionary object associated with the specified document and having the specified value. |
CreateBasFixed Method |
Creates a new fixed object associated with the specified document and having the specified value. |
CreateBasInt Method |
Creates a new integer object associated with the specified document and having the specified value. |
CreateBasName Method |
Creates a new name object associated with the specified document and having the specified value. |
CreateBasNull Method |
Creates a direct null object. |
CreateBasString Method |
Creates a new string object associated with the specified document and having the specified value. |
CreateDestination Method |
Creates a new destination object. |
CreateObject Method |
Creates a new instance of object that implements IIGObject interface. |
CreatePDEClip Method |
Creates an empty clip object. |
CreatePDEColorSpace Method |
Creates a new color space object of the specified type. |
CreatePDEContainer Method |
Creates a container object. |
CreatePDEContent Method |
Creates empty PDEContent. |
CreatePDEFont Method |
Creates a new PDE Font from the specified parameters. |
CreatePDEFontFromSysFont Method |
Creates a PDE Font corresponding to a font in the system. |
CreatePDEFontFromSysFontAndEncoding Method |
Creates a PDE Font from SysFont and SysEncoding. |
CreatePDEFontFromSysFontWithParams Method |
Used to obtain a PDE Font corresponding to a font in the system. |
CreatePDEForm Method |
Creates a new form from an existing object. |
CreatePDEGroup Method |
Creates a PDE Group object. |
CreatePDEImage Method |
Creates an image object. |
CreatePDEPath Method |
Creates an empty path element. |
CreatePDEPlace Method |
Creates a place object. |
CreatePDEPostScript Method |
Creates a PDE PostScript object. |
CreatePDEShading Method |
Creates a smooth shading object. |
CreatePDESoftMask Method |
Creates a new soft mask object. |
CreatePDESoftMaskFromName Method |
Creates a new soft mask object. |
CreatePDEText Method |
Creates empty text object. |
CreatePDETextItem Method |
Creates a text item element containing a character or text run, which can be added to a PDE Text object. |
CreatePDEXGroup Method |
Creates a new XGroup of the given type. |
CreatePDEXObject Method |
Creates a new XObject from BasObj. |
CreatePDFDoc Method |
Creates IGPDFDoc object to work with PDF document content. At the end of processing destroy the IGPDFDoc object |
CreatePDFPage Method |
Creates IGPDFPage object to work with PDF page content. At the end of processing destroy the IGPDFPage object |
CreatePreflight Method |
Creates new preflight class for the specified PDF document. |
CreateSysEncodingFromBaseName Method |
Creates an encoding object from base name. |
CreateSysEncodingFromCMapName Method |
Creates an encoding object from a PDF CMap name. |
CreateSysEncodingFromCodePage Method |
Creates an encoding object from a code page. |
DoubleToFixed Method |
Converts DoubleValue to a PDF fixed value and returns it. |
EnumerateClipElements Method |
For a given PDE Clip, enumerates all of the PDE Elements in a flattened manner with ClipEnumerate Event. |
EnumerateSysFont Method |
Enumerates all of the system fonts with SysFontEnumerate Event. |
ExtractText Method |
Extracts text from pages determined by arguments nStartPage and nPageCount |
FindSysFont Method |
Finds a system font that matches the requested attributes. |
FindSysFontForPDEFont Method |
Finds a system font that matches the requested Font. |
FixedRoundToLong Method |
Converts FixedValue to an integer, rounding it to the nearest long integer value and returns it. |
FixedRoundToShort Method |
Converts FixedValue to an integer, rounding it to the nearest short integer value and returns it. |
FixedToDouble Method |
Converts FixedValue to double value and returns it. |
FixedTruncToLong Method |
Converts FixedValue to an integer, truncating it to the next lower long integer value and returns it. |
FixedTruncToShort Method |
Converts FixedValue to an integer, truncating it to the next lower short integer value and returns it. |
GetDefaultGState Method |
Gets default graphic state. |
GetHostEncoding Method |
Indicates what kind of host encoding a system uses. |
LongToFixed Method |
Converts LongValue to a PDF fixed value and returns it. |
RegisterAuthorizationEvent Method |
Registers the authorization event, which will be called when open a secured PDF file. |
RegisterStreamEvent Method |
Registers read or write data-producing event. |
ShortToFixed Method |
Converts ShortValue to a PDF fixed value and returns it. |
TranslateToHost Method |
Translates a string from Unicode or PDFDocEncoding to host encoding. |
TranslateToPDF Method |
Translates a string from host encoding to PDFDocEncoding or Unicode. |