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() |
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 new instance of
HtmlViewOptions class for rendering into HTML with embedded resources. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(PageStreamFactory pageStreamFactory,
ResourceStreamFactory resourceStreamFactory)
Initializes new instance of
HtmlViewOptions class for rendering into HTML with external resources. |
Constructor and Description |
---|
JpgViewOptions(PageStreamFactory pageStreamFactory)
Initializes new instance of
JpgViewOptions class. |
PngViewOptions(PageStreamFactory pageStreamFactory)
Initializes new instance of
PngViewOptions class. |