Accusoft.PdfXpress6.Net
SelectionHeight Property




Gets and sets the height of the selected portion of the page to render.
Syntax
'Declaration
 
Public Property SelectionHeight As Double
'Usage
 
Dim instance As RenderOptions
Dim value As Double
 
instance.SelectionHeight = value
 
value = instance.SelectionHeight
public double SelectionHeight {get; set;}
public: __property double get_SelectionHeight();
public: __property void set_SelectionHeight( 
   double value
);
public:
property double SelectionHeight {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the selection height.
Remarks

Set to 0 to render the entire page.

See Also

Reference

RenderOptions Class
RenderOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback