| Package | Description |
|---|---|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| Modifier and Type | Method and Description |
|---|---|
PageStreamFactory |
HtmlViewOptions.getPageStreamFactory()
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
PageStreamFactory |
JpgViewOptions.getPageStreamFactory()
Gets the factory that implements methods for creating and releasing the output page stream.
|
PageStreamFactory |
PngViewOptions.getPageStreamFactory()
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(PageStreamFactory pageStreamFactory)
Initializes a new instance of the
HtmlViewOptions class for rendering into HTML with embedded resources. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(PageStreamFactory pageStreamFactory,
ResourceStreamFactory resourceStreamFactory)
Initializes a new instance of the
HtmlViewOptions class for rendering into HTML with external resources. |
| Constructor and Description |
|---|
JpgViewOptions(PageStreamFactory pageStreamFactory)
Initializes a new instance of the
JpgViewOptions class. |
PngViewOptions(PageStreamFactory pageStreamFactory)
Initializes a new instance of the
PngViewOptions class. |
Copyright © 2024. All rights reserved.