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