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.
|