Back to Devexpress

dxPDFDocument Unit

vcl-dxpdfdocument-18a4212c.md

latest4.1 KB
Original Source

dxPDFDocument Unit

Classes

NameDescription
TdxPDFDocumentA PDF document container.
TdxPDFPagesA PDF document page manager.
TdxPDFSecurityOptionsStores PDF document security settings.
TdxPDFSignatureOptionsStores digital signature settings.

Records

NameDescription
TdxPDFDocumentLoadInfoContains information on the source of a loaded PDF document.
TdxPDFDocumentTextSearchOptionsStores the settings applied to text search operations in the PDF Viewer control.
TdxPDFDocumentTextSearchResultStores a text search operation result.
TdxPDFPageInfoStores information about a PDF document page and its content.

Enums

NameDescription
TdxPDFDocumentTextSearchDirectionEnumerates available text string search directions in a PDF document.
TdxPDFDocumentTextSearchStatusEnumerates states of the text search operation within a PDF document.

Methods

NameDescription
dxPDFDocumentExportToImage(TdxPDFDocument,Integer,Integer,TdxSmartImage,TcxRotationAngle,TdxTaskCancelCallback)Saves the specified page of the loaded PDF document with a specific target width (in pixels) to a Smart Image container
dxPDFDocumentExportToImageEx(TdxPDFDocument,Integer,Double,TdxSmartImage,TcxRotationAngle,TdxTaskCancelCallback)Saves the specified page of the loaded PDF document at a specific zoom factor value to a Smart Image container.
dxPDFDocumentExportToPNG(TdxPDFDocument,Integer,Double,TdxSmartImage,TcxRotationAngle)Saves the loaded PDF document as a PNG image (or a set of PNG images).
dxPDFDocumentExportToPNG(TdxPDFDocument,string,string,Double,TObject,TcxRotationAngle)
dxPDFDocumentExportToTIFF(TdxPDFDocument,Double,TdxSmartImage,TObject,TcxRotationAngle)
dxPDFDocumentExportToTIFF(TdxPDFDocument,string,Double,TObject,TcxRotationAngle)Saves the loaded PDF document as a TIFF image file.
dxPDFDocumentRotatePages(TdxPDFDocument,Integer[],TcxRotationAngle,TdxPageNumbers,TdxPageOrientationSubset)Rotates pages by a predefined angle in a PDF Document.

Constants

NameDescription
dxPDFDefaultPasswordAttemptsLimitSpecifies the default number of allowed attempts to enter the PDF document‘s protection password.

Types

NameDescription
TdxPDFDocumentLoadedEventA document load notification event type.
TdxPDFDocumentSaveProgressEventThe progress tracking event type for document save operations.
TdxPDFDocumentTextSearchProgressEventThe procedural type for the events designed to track the search operation progress.