Viewer Methods |
The Viewer type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Releases file stream and managed internal resources.
| |
Dispose(Boolean) |
Releases file stream and managed internal resources.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAttachments |
Returns attachments contained by the document.
| |
GetAttachments(CancellationToken) |
Returns attachments contained by the document.
| |
GetFileInfo |
Returns information about file such as file-type and flag that indicates if file is encrypted.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetViewInfo(ViewInfoOptions) |
Returns information about view and document specific information.
| |
GetViewInfo(ViewInfoOptions, CancellationToken) |
Returns information about view and document specific information.
| |
MemberwiseClone | (Inherited from Object.) | |
SaveAttachment(Attachment, Stream) |
Saves attachment file to destination stream.
| |
SaveAttachment(Attachment, Stream, CancellationToken) |
Saves attachment file to destination stream.
| |
ToString | (Inherited from Object.) | |
View(ViewOptions) |
Creates view of all document pages.
| |
View(ViewOptions, Int32) |
Creates view of specific document pages.
| |
View(ViewOptions, CancellationToken) |
Creates view of all document pages.
| |
View(ViewOptions, CancellationToken, Int32) |
Creates view of specific document pages.
|