PDF Editor Layer
From PDF XChange PDF SDK
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. | ||
− | + | == 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 06: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.