Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFDistillerOptions Class : AutoRotatePageMode Property |
public PDFDistillerAutoRotatePageMode AutoRotatePageMode {get; set;}
'Declaration
Public Property AutoRotatePageMode As PDFDistillerAutoRotatePageMode
'Usage
Dim instance As PDFDistillerOptions Dim value As PDFDistillerAutoRotatePageMode instance.AutoRotatePageMode = value value = instance.AutoRotatePageMode
public: property PDFDistillerAutoRotatePageMode AutoRotatePageMode { PDFDistillerAutoRotatePageMode get(); void set ( PDFDistillerAutoRotatePageMode value); }
The OutputMode and AutoRotatePageMode properties are used to control the output optimization and page rotation modes to use when distilling Postscript files (Converting Postscript files to PDF).
For an example, refer to PDFFile.Distill.