Viewer Class |
Namespace: GroupDocs.Viewer
The Viewer type exposes the following members.
Name | Description | |
---|---|---|
Viewer(FuncStream) |
Initializes new instance of Viewer class.
| |
Viewer(Stream) |
Initializes new instance of Viewer class.
| |
Viewer(String) |
Initializes new instance of Viewer class.
| |
Viewer(FuncStream, ViewerSettings) |
Initializes new instance of Viewer class.
| |
Viewer(FuncStream, FuncLoadOptions) |
Initializes new instance of Viewer class.
| |
Viewer(Stream, LoadOptions) |
Initializes new instance of Viewer class.
| |
Viewer(Stream, ViewerSettings) |
Initializes new instance of Viewer class.
| |
Viewer(Stream, Boolean) |
Initializes new instance of Viewer class.
| |
Viewer(String, LoadOptions) |
Initializes new instance of Viewer class.
| |
Viewer(String, ViewerSettings) |
Initializes new instance of Viewer class.
| |
Viewer(FuncStream, FuncLoadOptions, ViewerSettings) |
Initializes new instance of Viewer class.
| |
Viewer(Stream, LoadOptions, ViewerSettings) |
Initializes new instance of Viewer class.
| |
Viewer(Stream, LoadOptions, Boolean) |
Initializes new instance of Viewer class.
| |
Viewer(Stream, ViewerSettings, Boolean) |
Initializes new instance of Viewer class.
| |
Viewer(String, LoadOptions, ViewerSettings) |
Initializes new instance of Viewer class.
| |
Viewer(Stream, LoadOptions, ViewerSettings, Boolean) |
Initializes new instance of Viewer class.
|
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.
|