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.
|
Modifier and Type | Method and Description |
---|---|
ViewInfo |
Viewer.getViewInfo(ViewInfoOptions options)
Returns information about view and document specific information.
|
Modifier and Type | Method and Description |
---|---|
static ViewInfoOptions |
ViewInfoOptions.forHtmlView()
Initializes new instance of
ViewInfoOptions class to retrieve information about view when rendering into HTML. |
static ViewInfoOptions |
ViewInfoOptions.forHtmlView(boolean renderSinglePage)
Initializes new instance of
ViewInfoOptions class to retrieve information about view when rendering into HTML. |
static ViewInfoOptions |
ViewInfoOptions.forJpgView()
Initializes new instance of
ViewInfoOptions class to retrieve information about view when rendering into JPG. |
static ViewInfoOptions |
ViewInfoOptions.forJpgView(boolean extractText)
Initializes new instance of
ViewInfoOptions class to retrieve information about view when rendering into JPG. |
static ViewInfoOptions |
ViewInfoOptions.forPngView()
Initializes new instance of
ViewInfoOptions class to retrieve information about view when rendering into PNG. |
static ViewInfoOptions |
ViewInfoOptions.forPngView(boolean extractText)
Initializes new instance of
ViewInfoOptions class to retrieve information about view when rendering into PNG. |
static ViewInfoOptions |
ViewInfoOptions.fromHtmlViewOptions(HtmlViewOptions options)
Initializes new instance of
ViewInfoOptions class based on HtmlViewOptions object. |
static ViewInfoOptions |
ViewInfoOptions.fromJpgViewOptions(JpgViewOptions options)
Initializes new instance of
ViewInfoOptions class based on JpgViewOptions object. |
static ViewInfoOptions |
ViewInfoOptions.fromPngViewOptions(PngViewOptions options)
Initializes new instance of
ViewInfoOptions class based on PngViewOptions object. |