Accusoft.PdfXpress7.Net
Rotate Property




The rotate angle applied to the PDF page prior to drawing, expressed in degrees clockwise.
Syntax
'Declaration
 
Public Property Rotate As Double
'Usage
 
Dim instance As RenderDcOptions
Dim value As Double
 
instance.Rotate = value
 
value = instance.Rotate
public double Rotate {get; set;}
public: __property double get_Rotate();
public: __property void set_Rotate( 
   double value
);
public:
property double Rotate {
   double get();
   void set (    double value);
}

Property Value

An angular value expressed in degrees clockwise.
Remarks

PDF page content and PDF annotation appearances are rotated before drawing to the Windows GDI+ device context.

Rotated PDF page content and PDF annotation appearances will be shifted so that the left and bottom extents of the PDF page crop box are sustained.

The default value is 0.0 degrees clockwise.

See Also

Reference

RenderDcOptions Class
RenderDcOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback