←Select platform

Rotation Property

Summary

Gets the rotation angle of this page in degrees.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly