Accusoft.PdfXpress7.Net
SelectionWidth Property




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

Property Value

A double value which represents the selection width.
Remarks

Set to 0 to render the entire page.

See Also

Reference

RenderOptions Class
RenderOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback