HTMLViewPortWidth Property (GdPictureDocumentConverter)
In This Topic
Sets the viewport width size to use when converting.
Syntax
'Declaration
Public Property HTMLViewPortWidth As Nullable(Of Integer)
public Nullable<int> HTMLViewPortWidth {get; set;}
public read-write property HTMLViewPortWidth: Nullable;
public function get,set HTMLViewPortWidth : Nullable
public: __property Nullable<int> get_HTMLViewPortWidth();
public: __property void set_HTMLViewPortWidth(
Nullable<int> value
);
public:
property Nullable<int> HTMLViewPortWidth {
Nullable<int> get();
void set ( Nullable<int> value);
}
See Also