In This Topic

HtmlPreferOnePage Property (GdPictureDocumentConverter)

In This Topic
Specifies whether the output document should contain a single page.
Syntax
'Declaration
 
Public Property HtmlPreferOnePage As Boolean
public bool HtmlPreferOnePage {get; set;}
public read-write property HtmlPreferOnePage: Boolean; 
public function get,set HtmlPreferOnePage : boolean
public: __property bool get_HtmlPreferOnePage();
public: __property void set_HtmlPreferOnePage( 
   bool value
);
public:
property bool HtmlPreferOnePage {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
Remarks
If set to true, the EmailPageHeight is ignored.
See Also