Accusoft.PdfXpress7.Net
Flip Property




Reflects the PDF page vertically prior to drawing.
Syntax
'Declaration
 
Public Property Flip As Boolean
'Usage
 
Dim instance As RenderDcOptions
Dim value As Boolean
 
instance.Flip = value
 
value = instance.Flip
public bool Flip {get; set;}
public: __property bool get_Flip();
public: __property void set_Flip( 
   bool value
);
public:
property bool Flip {
   bool get();
   void set (    bool value);
}

Property Value

true or false.
Remarks

If equal to true, then PDF page content and PDF annotation appearances are flipped before drawing to the Windows GDI+ device context.

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

See Also

Reference

RenderDcOptions Class
RenderDcOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback