Accusoft.PdfXpressSdk Namespace > RenderDcOptions Class : Location Property |
'Declaration Public Property Location As PointF
'Usage Dim instance As RenderDcOptions Dim value As PointF instance.Location = value value = instance.Location
public PointF Location {get; set;}
The location on the PDF page after the default page matrix and any flip, mirror or rotation transformation are applied. PDF page content at this location will be pinned to the bottom-left corner of the Windows GDI+ device context destination rectangle.
The default value is the user space origin location.