In This Topic

HTMLViewPortHeight Property (GdPictureDocumentConverter)

In This Topic
Sets the viewport height size to use when converting.
Syntax
'Declaration

 

Public Property HTMLViewPortHeight As Nullable(Of Integer)
public Nullable<int> HTMLViewPortHeight {get; set;}
public read-write property HTMLViewPortHeight: Nullable; 
public function get,set HTMLViewPortHeight : Nullable
public: __property Nullable<int> get_HTMLViewPortHeight();

public: __property void set_HTMLViewPortHeight( 

   Nullable<int> value

);
public:

property Nullable<int> HTMLViewPortHeight {

   Nullable<int> get();

   void set (    Nullable<int> value);

}
See Also