IPXS_Inst Interface
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 32: | Line 32: | ||
|- | |- | ||
| [[PXV:IPXS_Inst_HasAtom|HasAtom]] | | [[PXV:IPXS_Inst_HasAtom|HasAtom]] | ||
− | | | + | | Tests whether an atom exists for the specified string |
|- | |- | ||
| [[PXV:IPXS_Inst_HasAtomRaw|HasAtomRaw]] | | [[PXV:IPXS_Inst_HasAtomRaw|HasAtomRaw]] | ||
− | | | + | | Tests whether an atom exists for the specified raw string |
|- | |- | ||
| [[PXV:IPXS_Inst_NewVar|NewVar]] | | [[PXV:IPXS_Inst_NewVar|NewVar]] | ||
− | | | + | | Creates new [[PXV::IPXS_PDFVariant|IPXS_PDFVariant]] object of specified type. |
|- | |- | ||
| [[PXV:IPXS_Inst_NewVar_Array|NewVar_Array]] | | [[PXV:IPXS_Inst_NewVar_Array|NewVar_Array]] | ||
− | | | + | | Creates new <code>IPXS_PDFVariant</code> with <tt>PVT_ARRAY</tt> type. |
|- | |- | ||
| [[PXV:IPXS_Inst_NewVar_Boolean|NewVar_Boolean]] | | [[PXV:IPXS_Inst_NewVar_Boolean|NewVar_Boolean]] |
Revision as of 13:51, 29 March 2015
The interface of object of PDF-XChange Editor SDK.
Methods
Method | Description |
---|---|
AtomToStr | ... |
AtomToStrRaw | ... |
Create_EncodeFiltersArray | ... |
CreateCabPDFDataProvider | ... |
CreateNewDoc | ... |
GetStreamDecoder | ... |
GetStreamEncoder | ... |
HasAtom | Tests whether an atom exists for the specified string |
HasAtomRaw | Tests whether an atom exists for the specified raw string |
NewVar | Creates new IPXS_PDFVariant object of specified type. |
NewVar_Array | Creates new IPXS_PDFVariant with PVT_ARRAY type.
|
NewVar_Boolean | ... |
NewVar_Dict | ... |
NewVar_Double | ... |
NewVar_DoubleEx | ... |
NewVar_FromBuf | ... |
NewVar_Int | ... |
NewVar_Int64 | ... |
NewVar_Name | ... |
NewVar_NameAtom | ... |
NewVar_NameRaw | ... |
NewVar_Null | ... |
NewVar_Stream | ... |
NewVar_String | ... |
NewVar_StringRaw | ... |
RegisterStreamFilter | ... |
StrToAtom | ... |
StrToAtomRaw | ... |
UnregisterStreamFilter | ... |