Accusoft.PdfXpress7.Net
SelectionX Property




Gets and sets the x coordinate of the upper left corner of the selected portion of the page to render.
Syntax
public double SelectionX {get; set;}
public: __property double get_SelectionX();
public: __property void set_SelectionX( 
   double value
);
public:
property double SelectionX {
   double get();
   void set (    double value);
}
'Declaration
 
Public Property SelectionX As Double
 
'Usage
 
Dim instance As RenderOptions
Dim value As Double
 
instance.SelectionX = value
 
value = instance.SelectionX

Property Value

A double value which represents the x coordinate of the upper left corner of the selected portion of the page to render.
See Also

Reference

RenderOptions Class
RenderOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback