CompressionConvertOptions
CompressionConvertOptions class
Options for conversion to Compression file type.
public class CompressionConvertOptions : ConvertOptions<CompressionFileType>
Constructors
Properties
| Name |
Description |
| Format { get; set; } |
The desired file type the input document should be converted to. |
| virtual Format { get; set; } |
Implements Format |
| Password { get; set; } |
Set this property if you want to protect the converted document with a password. |
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