LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFDistillerAutoRotatePageMode Enumeration

Show in webframe





Specifies how pages are rotated when distilling Postscript files.
Syntax
[SerializableAttribute()]
public enum PDFDistillerAutoRotatePageMode : System.Enum 
'Declaration
 
<SerializableAttribute()>
Public Enum PDFDistillerAutoRotatePageMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFDistillerAutoRotatePageMode

            

            
[SerializableAttribute()]
public enum class PDFDistillerAutoRotatePageMode : public System.Enum 
Members
ValueMemberDescription
0x00000000None

No rotation is used.

0x00000001PageByPage

Rotation will be performed on a page by page bases.

0x00000002All

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Pdf.PDFDistillerAutoRotatePageMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.