VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / XlsxConverterSettings Class
Constructors Properties Methods SeeAlso
In This Topic
XlsxConverterSettings Class Members
In This Topic
The following tables list the members exposed by XlsxConverterSettings.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether converter should automatically calculate widths of all columns.
Public PropertyGets or sets the maximum width of the column. 1 unit of measure is calculated as "value_of_this_property * maximum_width_of_symbol_in_default_font".
Public PropertyGets or sets the minimum width of the column. 1 unit of measure is calculated as "value_of_this_property * maximum_width_of_symbol_in_default_font".
Public Propertystatic (Shared in Visual Basic)Gets or sets the default XLSX converter settings.
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance.
Public MethodCreates a new object that is a copy of the current instance.
Public MethodDetermines whether the specified System.Object, is equal to this instance.
Public MethodReturns a hash code for this instance.
Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
See Also