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