ViewInfoOptionsForJpgView Method (Boolean) |
Initializes new instance of
ViewInfoOptions class to retrieve information about view when rendering into JPG.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic static ViewInfoOptions ForJpgView(
bool extractText
)
Public Shared Function ForJpgView (
extractText As Boolean
) As ViewInfoOptions
public:
static ViewInfoOptions^ ForJpgView(
bool extractText
)
static member ForJpgView :
extractText : bool -> ViewInfoOptions
Parameters
- extractText
- Type: SystemBoolean
Enables text extraction.
Return Value
Type:
ViewInfoOptionsNew instance of
ViewInfoOptions class.
See Also