←Select platform

Rotation Property

Summary

Gets the rotation angle of this page in degrees.

Syntax
C#
C++/CLI
Java
Python
public int Rotation { get; } 
public:  
   property int Rotation 
   { 
      int get() 
   } 
public int getRotation(); 
Rotation # get  (PDFDocumentPage) 

Property Value

The rotation angle of this page in degrees. Default value is 0.

Remarks

PDF supports a unique rotation angle for each page. Valid values are multiples of 90 degrees only.

This property contains the rotation angle of a page in the PDF as it was read from the file. To rotate pages in an existing PDF file, use PDFFile.RotatePages.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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