←Select platform

Rotation Property

Summary

Gets the rotation angle of this page in degrees.

Syntax
C#
VB
C++
Java
public int Rotation { get; } 
Public ReadOnly Property Rotation() As Integer 
   Get 
public:  
   property int Rotation 
   { 
      int get() 
   } 

public int getRotation(); 

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