Page rotation mode to use when distilling Postscript files.
public PDFDistillerAutoRotatePageMode AutoRotatePageMode { get; set; }
Public Property AutoRotatePageMode As Leadtools.Pdf.PDFDistillerAutoRotatePageMode
public:
property Leadtools.Pdf.PDFDistillerAutoRotatePageMode AutoRotatePageMode {
Leadtools.Pdf.PDFDistillerAutoRotatePageMode get();
void set ( Leadtools.Pdf.PDFDistillerAutoRotatePageMode );
}
An PDFDistillerAutoRotatePageMode enumeration member that determine the page rotation mode to use when distilling Postscript files. The default value is PDFDistillerAutoRotatePageMode.None.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET