←Select platform

PDFDistillerAutoRotatePageMode Enumeration

Summary

Specifies how pages are rotated when distilling Postscript files.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum PDFDistillerAutoRotatePageMode  
<SerializableAttribute()> 
Public 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly