LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

AutoRotatePageMode Property






Gets or sets the page rotation mode to use when distilling Postscript files.
Syntax
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 PDFDistillerAutoRotatePageMode AutoRotatePageMode {get; set;}
 get_AutoRotatePageMode();
set_AutoRotatePageMode(value);
public:
property PDFDistillerAutoRotatePageMode AutoRotatePageMode {
   PDFDistillerAutoRotatePageMode get();
   void set (    PDFDistillerAutoRotatePageMode value);
}

Property Value

An PDFDistillerAutoRotatePageMode enumeration member that determine the page rotation mode to use when distilling Postscript files. 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDistillerOptions Class
PDFDistillerOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.