SpreadsheetConvertOptions
SpreadsheetConvertOptions class
Options for conversion to Spreadsheet file type.
public class SpreadsheetConvertOptions : CommonConvertOptions<SpreadsheetFileType>
Constructors
Properties
Name |
Description |
Encoding { get; set; } |
Specifies the encoding to be used when convert to a delimited formats |
Format { get; set; } |
The desired file type the input document should be converted to. (2 properties) |
virtual Format { get; set; } |
Implements Format |
PageNumber { get; set; } |
Implements PageNumber |
Pages { get; set; } |
Implements Pages |
PagesCount { get; set; } |
Implements PagesCount |
Password { get; set; } |
Set this property if you want to protect the converted document with a password. |
Separator { get; set; } |
Specifies the separator to be used when convert to a delimited formats |
Watermark { get; set; } |
Implements Watermark |
Zoom { get; set; } |
Specifies the zoom level in percentage. Default is 100. |
Methods
Name |
Description |
Clone() |
Clones current options instance. |
override Equals(object) |
Determines whether two object instances are equal. |
virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
See Also