PDF Editor Layer

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#treeOrder:after:PXV:CoClasses}}
 
{{#treeOrder:after:PXV:CoClasses}}
  
 +
== Introduction ==
 +
'''PDF Editor Layer''' provides the most versatile and extensive functionality in the ''PDF-XChange Editor SDK'' and ''PDF-XChange Core API SDK''. It includes all of the ''PDF-XChange Core API SDK'' and all of the other layers functionality and also provides access to the '''Editor''' level UI. This layer includes the usage of the [[PXV:Operations|Operations]] that provide a versatile problem solving mechanism that is integrated in the '''Editor'''. Also, the User Interface itself can be customized and handled appropriately by listening to the [[PXV:PXV_Events|Events]] and redefining the command handlers.
  
This section contains reference information on the '''Editor''' layer of '''the PDF-XChange Editor SDK'''.
+
== References ==
 
+
 
* [[PXV:PXV_Interfaces|Interfaces]]
 
* [[PXV:PXV_Interfaces|Interfaces]]
 
 
* [[PXV:Operations|Operations]]
 
* [[PXV:Operations|Operations]]
 
 
* [[PXV:PXV_Enumerations|Enumerations]]
 
* [[PXV:PXV_Enumerations|Enumerations]]
 
 
* [[PXV:PXV_Structures|Structures]]
 
* [[PXV:PXV_Structures|Structures]]
 
 
* [[PXV:PXV_Events|Events]]
 
* [[PXV:PXV_Events|Events]]

Revision as of 07:14, 30 May 2016

Introduction

PDF Editor Layer provides the most versatile and extensive functionality in the PDF-XChange Editor SDK and PDF-XChange Core API SDK. It includes all of the PDF-XChange Core API SDK and all of the other layers functionality and also provides access to the Editor level UI. This layer includes the usage of the Operations that provide a versatile problem solving mechanism that is integrated in the Editor. Also, the User Interface itself can be customized and handled appropriately by listening to the Events and redefining the command handlers.

References