←Select platform

PDFDistillerAutoRotatePageMode Enumeration

Summary
Specifies how pages are rotated when distilling Postscript files.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public enum PDFDistillerAutoRotatePageMode  
<SerializableAttribute()> 
Public Enum PDFDistillerAutoRotatePageMode  
public final class PDFDistillerAutoRotatePageMode 
    extends java.lang.Enum<PDFDistillerAutoRotatePageMode> 
[SerializableAttribute()] 
public enum class PDFDistillerAutoRotatePageMode  
Members
ValueMemberDescription
0None No rotation is used.
1PageByPage Rotation will be performed on a page by page bases.
2All Rotation will be applied to all the pages in the final document.
Remarks

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

Example

For an example, refer to PDFFile.Distill.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.