C#
VB
C++
Specifies how pages are rotated when distilling Postscript files.
[SerializableAttribute()]
public enum PDFDistillerAutoRotatePageMode
<SerializableAttribute()>
Public Enum PDFDistillerAutoRotatePageMode
[SerializableAttribute()]
public enum class PDFDistillerAutoRotatePageMode
Members
Value | Member | Description |
---|---|---|
0 | None | No rotation is used. |
1 | PageByPage | Rotation will be performed on a page by page bases. |
2 | All | Rotation will be applied to all the pages in the final document. |
The PDFDistillerAutoRotatePageMode enumeration is used as the type for the PDFDistillerOptions.AutoRotatePageMode property to control how pages are rotated 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