IPXS_Document Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_Document Interface}}
 
{{#customTitle:IPXS_Document Interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXS_Document_GetAdobeExtLevel|GetAdobeExtLevel]]
 
| [[PXV:IPXS_Document_GetAdobeExtLevel|GetAdobeExtLevel]]
| ...
+
| [[PXV:IPXS_Document_GetStandardStreamDecoder|GetStandardStreamDecoder]]
 +
| [[PXV:IPXS_Document_GetStandardStringEncoder|GetStandardStringEncoder]]
 +
| [[PXV:IPXS_Document_SetAdobeExtLevel|SetAdobeExtLevel]]
 
|-
 
|-
 
| [[PXV:IPXS_Document_GetInfoDict|GetInfoDict]]
 
| [[PXV:IPXS_Document_GetInfoDict|GetInfoDict]]
| ...
+
| [[PXV:IPXS_Document_GetStandardStreamEncoder|GetStandardStreamEncoder]]
 +
| [[PXV:IPXS_Document_LockDocument|LockDocument]]
 +
| [[PXV:IPXS_Document_UnlockDocument|UnlockDocument]]
 
|-
 
|-
 
| [[PXV:IPXS_Document_GetNextIndirect|GetNextIndirect]]
 
| [[PXV:IPXS_Document_GetNextIndirect|GetNextIndirect]]
| ...
 
|-
 
| [[PXV:IPXS_Document_GetObjectByNum|GetObjectByNum]]
 
| ...
 
|-
 
| [[PXV:IPXS_Document_GetStandardStreamDecoder|GetStandardStreamDecoder]]
 
| ...
 
|-
 
| [[PXV:IPXS_Document_GetStandardStreamEncoder|GetStandardStreamEncoder]]
 
| ...
 
|-
 
 
| [[PXV:IPXS_Document_GetStandardStringDecoder|GetStandardStringDecoder]]
 
| [[PXV:IPXS_Document_GetStandardStringDecoder|GetStandardStringDecoder]]
| ...
 
|-
 
| [[PXV:IPXS_Document_GetStandardStringEncoder|GetStandardStringEncoder]]
 
| ...
 
|-
 
| [[PXV:IPXS_Document_LockDocument|LockDocument]]
 
| ...
 
|-
 
 
| [[PXV:IPXS_Document_LockDocumentExclusive|LockDocumentExclusive]]
 
| [[PXV:IPXS_Document_LockDocumentExclusive|LockDocumentExclusive]]
| ...
+
| [[PXV:IPXS_Document_UnlockDocumentExclusive|UnlockDocumentExclusive]]
 
|-
 
|-
| [[PXV:IPXS_Document_SetAdobeExtLevel|SetAdobeExtLevel]]
+
| [[PXV:IPXS_Document_GetObjectByNum|GetObjectByNum]]
| ...
+
|  
|-
+
|  
| [[PXV:IPXS_Document_UnlockDocument|UnlockDocument]]
+
|  
| ...
+
|-
+
| [[PXV:IPXS_Document_UnlockDocumentExclusive|UnlockDocumentExclusive]]
+
| ...
+
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXS_Document_HasISOExtensions|HasISOExtensions]]
 
| [[PXV:IPXS_Document_HasISOExtensions|HasISOExtensions]]
| style="text-align: center" | R
+
| [[PXV:IPXS_Document_IsLocked|IsLocked]]
| .
+
| [[PXV:IPXS_Document_MaxObjectNumber|MaxObjectNumber]]
 +
| [[PXV:IPXS_Document_Trailer|Trailer]]
 
|-
 
|-
 
| [[PXV:IPXS_Document_InfoDictionary|InfoDictionary]]
 
| [[PXV:IPXS_Document_InfoDictionary|InfoDictionary]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXS_Document_IsLocked|IsLocked]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXS_Document_IsLockedExclusive|IsLockedExclusive]]
 
| [[PXV:IPXS_Document_IsLockedExclusive|IsLockedExclusive]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXS_Document_MaxObjectNumber|MaxObjectNumber]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXS_Document_Root|Root]]
 
| [[PXV:IPXS_Document_Root|Root]]
| style="text-align: center" | R
+
|  
| .
+
|-
+
| [[PXV:IPXS_Document_Trailer|Trailer]]
+
| style="text-align: center" | R
+
| .
+
 
|}
 
|}

Revision as of 16:00, 20 April 2015


The interface of object of PDF-XChange Editor SDK.

Methods

GetAdobeExtLevel GetStandardStreamDecoder GetStandardStringEncoder SetAdobeExtLevel
GetInfoDict GetStandardStreamEncoder LockDocument UnlockDocument
GetNextIndirect GetStandardStringDecoder LockDocumentExclusive UnlockDocumentExclusive
GetObjectByNum

Properties

HasISOExtensions IsLocked MaxObjectNumber Trailer
InfoDictionary IsLockedExclusive Root