CompressionLoadOptions
CompressionLoadOptions class
Options for loading compression documents.
public sealed class CompressionLoadOptions : LoadOptions, IDocumentsContainerLoadOptions
Constructors
Properties
Name |
Description |
ConvertOwned { get; } |
Implements ConvertOwned Readonly. Set to true. The owned documents will be converted |
ConvertOwner { get; } |
Implements ConvertOwner Readonly. Set to false. The owner will not be converted |
Depth { get; set; } |
Implements Depth Default: 3 |
Format { get; set; } |
Input document file type. |
virtual Format { get; } |
Input document file type. |
Password { get; set; } |
Set password to load protected document. |
Methods
Name |
Description |
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