SpreadsheetConvertOptions

SpreadsheetConvertOptions class

Options for conversion to Spreadsheet file type.

public class SpreadsheetConvertOptions : CommonConvertOptions<SpreadsheetFileType>

Constructors

Name Description
SpreadsheetConvertOptions() Initializes new instance of SpreadsheetConvertOptions class.

Properties

Name Description
Format { get; set; } The desired file type the input document should be converted to.
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.
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