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