GdPicture.NET.14
GdPicture14 Namespace / GdPictureDocumentConverter Class / EmailPreferOnePage Property





In This Topic
EmailPreferOnePage Property (GdPictureDocumentConverter)
In This Topic
Specify whether if the output document should contains one page
Syntax
'Declaration
 
Public Property EmailPreferOnePage As Boolean
public bool EmailPreferOnePage {get; set;}
public read-write property EmailPreferOnePage: Boolean; 
public function get,set EmailPreferOnePage : boolean
public: __property bool get_EmailPreferOnePage();
public: __property void set_EmailPreferOnePage( 
   bool value
);
public:
property bool EmailPreferOnePage {
   bool get();
   void set (    bool value);
}

Property Value

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