ConverterSetting
ToImageWithoutMargins Property
|
To image without margins. Default false.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ToImageWithoutMargins { get; set; }
Public Property ToImageWithoutMargins As Boolean
Get
Set
public:
property bool ToImageWithoutMargins {
bool get ();
void set (bool value);
}
member ToImageWithoutMargins : bool with get, set
Property Value
Type:
Boolean
See Also