Accusoft.PdfXpressSdk Namespace > PageInfo Class : Rotated Property |
'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); }
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.