Accusoft.PdfXpressSdk Namespace > RenderDcOptions Class : Mirror Property |
'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;}
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.