HTMLScale Property (GdPictureDocumentConverter)
In This Topic
Scale of the webpage rendering. Defaults to 1.
Syntax
'Declaration
Public Property HTMLScale As Single
public float HTMLScale {get; set;}
public read-write property HTMLScale: Single;
public function get,set HTMLScale : float
public: __property float get_HTMLScale();
public: __property void set_HTMLScale(
float value
);
public:
property float HTMLScale {
float get();
void set ( float value);
}
See Also