HtmlPreferCSSPageSize Property (GdPictureDocumentConverter)
Give any CSS @page size declared in the page priority over what is declared in HtmlPageWidth and HtmlPageHeight.
If set to false, the renderer will scale the content to fit the paper size.
public bool HtmlPreferCSSPageSize {get; set;}
public read-write property HtmlPreferCSSPageSize: Boolean;
public function get,set HtmlPreferCSSPageSize : boolean
public: __property bool get_HtmlPreferCSSPageSize();
public: __property void set_HtmlPreferCSSPageSize(
bool value
);
public:
property bool HtmlPreferCSSPageSize {
bool get();
void set ( bool value);
}
'Declaration
Public Property HtmlPreferCSSPageSize As Boolean
Property Value
The default value is false.