Accusoft.PdfXpress7.Net
Location Property




A location on the PDF page to draw, expressed in PDF page user space units.
Syntax
'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;}
public: __property PointF get_Location();
public: __property void set_Location( 
   PointF value
);
public:
property PointF Location {
   PointF get();
   void set (    PointF value);
}

Property Value

A two-dimensional coordinate, expressed in PDF page user space units.
Remarks

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.

See Also

Reference

RenderDcOptions Class
RenderDcOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback