←Select platform

AutoRotatePageMode Property

Summary
Page rotation mode to use when distilling Postscript files.
Syntax
C#
VB
C++
Java
public PDFDistillerAutoRotatePageMode AutoRotatePageMode { get; set; } 
Public Property AutoRotatePageMode As PDFDistillerAutoRotatePageMode 
public PDFDistillerAutoRotatePageMode getAutoRotatePageMode(); 
public void setAutoRotatePageMode( 
   PDFDistillerAutoRotatePageMode pDFDistillerAutoRotatePageMode 
); 
public: 
property PDFDistillerAutoRotatePageMode AutoRotatePageMode { 
   PDFDistillerAutoRotatePageMode get(); 
   void set (    PDFDistillerAutoRotatePageMode ); 
} 

Property Value

An PDFDistillerAutoRotatePageMode enumeration member that determine the page rotation mode to use when distilling Postscript files. The default value is PDFDistillerAutoRotatePageMode.None.

Remarks

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

Example

For an example, refer to PDFFile.Distill.

Requirements

Target Platforms

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.