| Package | Description |
|---|---|
| com.groupdocs.viewer |
The package provides classes for rendering documents in HTML5, Image, or PDF modes with fast and high-quality results.
|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| Modifier and Type | Method and Description |
|---|---|
ViewInfo |
Viewer.getViewInfo(ViewInfoOptions options)
Returns information about the view and document specific information.
|
| Modifier and Type | Method and Description |
|---|---|
static ViewInfoOptions |
ViewInfoOptions.forHtmlView()
Initializes a new instance of the
ViewInfoOptions class to retrieve information about the view when rendering into HTML. |
static ViewInfoOptions |
ViewInfoOptions.forHtmlView(boolean renderSinglePage)
Initializes a new instance of the
ViewInfoOptions class to retrieve information about the view when rendering into HTML. |
static ViewInfoOptions |
ViewInfoOptions.forJpgView()
Initializes a new instance of the
ViewInfoOptions class to retrieve information about the view when rendering into JPG. |
static ViewInfoOptions |
ViewInfoOptions.forJpgView(boolean extractText)
Initializes a new instance of the
ViewInfoOptions class to retrieve information about the view when rendering into JPG. |
static ViewInfoOptions |
ViewInfoOptions.forPdfView()
Initializes a new instance of the ViewInfoOptions class to retrieve information about view when rendering into PDF.
|
static ViewInfoOptions |
ViewInfoOptions.forPngView()
Initializes a new instance of the
ViewInfoOptions class to retrieve information about the view when rendering into PNG. |
static ViewInfoOptions |
ViewInfoOptions.forPngView(boolean extractText)
Initializes a new instance of the
ViewInfoOptions class to retrieve information about the view when rendering into PNG. |
static ViewInfoOptions |
ViewInfoOptions.fromHtmlViewOptions(HtmlViewOptions options)
Initializes a new instance of the
ViewInfoOptions class based on the HtmlViewOptions object. |
static ViewInfoOptions |
ViewInfoOptions.fromJpgViewOptions(JpgViewOptions options)
Initializes a new instance of the
ViewInfoOptions class based on the JpgViewOptions object. |
static ViewInfoOptions |
ViewInfoOptions.fromPdfViewOptions(PdfViewOptions options)
Initializes a new instance of the
ViewInfoOptions class based on a PdfViewOptions object. |
static ViewInfoOptions |
ViewInfoOptions.fromPngViewOptions(PngViewOptions options)
Initializes a new instance of the
ViewInfoOptions class based on the PngViewOptions object. |
Copyright © 2024. All rights reserved.