EmailAutoFitWidth Property (GdPictureDocumentConverter)
In This Topic
Specifies whether the width should be automatically adjusted to fit the content of the resulting document when converting from the source Email file.
Syntax
'Declaration
Public Property EmailAutoFitWidth As Boolean
public bool EmailAutoFitWidth {get; set;}
public read-write property EmailAutoFitWidth: Boolean;
public function get,set EmailAutoFitWidth : boolean
public: __property bool get_EmailAutoFitWidth();
public: __property void set_EmailAutoFitWidth(
bool value
);
public:
property bool EmailAutoFitWidth {
bool get();
void set ( bool value);
}
See Also