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.