Package | Description |
---|---|
com.groupdocs.viewer |
The package provides classes for rendering documents in HTML5, Image or PDF modes fast and with high quality.
|
com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
Constructor and Description |
---|
Viewer(FileReader fileReader,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes new instance of
Viewer class. |
Viewer(InputStream fileStream,
LoadOptions loadOptions)
Initializes new instance of
Viewer class. |
Viewer(String filePath,
LoadOptions loadOptions)
Initializes new instance of
Viewer class. |
Viewer(String filePath,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes new instance of
Viewer class. |
Modifier and Type | Field and Description |
---|---|
static LoadOptions |
LoadOptions.Default |
Copyright © 2020. All rights reserved.