Accusoft.PdfXpress7.Net
Rotated Property




Gets and sets the PDF page rotation.
Syntax
'Declaration
 
Public Property Rotated As RotateAngle
'Usage
 
Dim instance As PageInfo
Dim value As RotateAngle
 
instance.Rotated = value
 
value = instance.Rotated
public RotateAngle Rotated {get; set;}
public: __property RotateAngle get_Rotated();
public: __property void set_Rotated( 
   RotateAngle value
);
public:
property RotateAngle Rotated {
   RotateAngle get();
   void set (    RotateAngle value);
}

Property Value

A clockwise rotation angle.
Remarks

All PDF pages possess an intrinsic rotation, which is a clockwise angle expressed in multiples of 90 degrees. This angle contributes to the default matrix which is used to transform page content when displayed or printed. If this angle is not a multiple of 90 degrees, then it does not contribute to the default page matrix.

The media and clip dimensions are reported after the default matrix has been applied.

See Also

Reference

PageInfo Class
PageInfo Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback