Accusoft.PdfXpress7.Net
Mirror Property




Reflects the PDF page horizontally prior to drawing.
Syntax
'Declaration
 
Public Property Mirror As Boolean
'Usage
 
Dim instance As RenderDcOptions
Dim value As Boolean
 
instance.Mirror = value
 
value = instance.Mirror
public bool Mirror {get; set;}
public: __property bool get_Mirror();
public: __property void set_Mirror( 
   bool value
);
public:
property bool Mirror {
   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 mirrored before drawing to the Windows GDI+ device context.

Mirrored 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