Gets the value that indicates whether images extraction is supported.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic bool Images { get; }
Public ReadOnly Property Images As Boolean
Get
public:
property bool Images {
bool get ();
}
member Images : bool with get
Return Value
Type:
Booleantrue if images extraction is supported; otherwise,
false.
See Also