ForJpgView
ForJpgView()
Initializes an instance of the ViewInfoOptions
class to retrieve information about view when rendering into JPG.
public static ViewInfoOptions ForJpgView()
Return Value
New instance of the ViewInfoOptions
class.
See Also
- class ViewInfoOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer
ForJpgView(bool)
Initializes an instance of the ViewInfoOptions
class to retrieve information about view when rendering into JPG.
public static ViewInfoOptions ForJpgView(bool extractText)
Parameter | Type | Description |
---|---|---|
extractText | Boolean | Enables text extraction. |
Return Value
New instance of the ViewInfoOptions
class.
See Also
- class ViewInfoOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer