| PreviewOptions Class |
Namespace: GroupDocs.Comparison.Options
The PreviewOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| PreviewOptions(CreatePageStream) |
Initializes a new instance of PreviewOptions class.
| |
| PreviewOptions(CreatePageStream, ReleasePageStream) |
Initializes a new instance of PreviewOptions class.
|
| Name | Description | |
|---|---|---|
| Height |
Preview height.
| |
| PageNumbers |
Page numbers that will be previewed.
| |
| PreviewFormat |
Preview image format.
| |
| Width |
Preview width.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CreatePageStream |
Delegate which defines method to create output page preview stream.
| |
| ReleasePageStream |
Delegate which defines method to remove output page preview stream.
|