ForHtmlView
ForHtmlView()
Initializes new instance of ViewInfoOptions
class to retrieve information about view when rendering into HTML.
public static ViewInfoOptions ForHtmlView()
Return Value
New instance of ViewInfoOptions
class.
See Also
- class ViewInfoOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer
ForHtmlView(bool)
Initializes new instance of ViewInfoOptions
class to retrieve information about view when rendering into HTML.
public static ViewInfoOptions ForHtmlView(bool renderSinglePage)
Parameter | Type | Description |
---|---|---|
renderSinglePage | Boolean | Enables HTML content will be rendered to single page. |
Return Value
New instance of ViewInfoOptions
class.
See Also
- class ViewInfoOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer