Accusoft.PdfXpress7.Net
SelectionY Property




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

Property Value

A double value which represents the y 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