1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. TextOptions
  8. /
  9. UseRawModeIfPossible

UseRawModeIfPossible

TextOptions.UseRawModeIfPossible property

Gets the value that indicates whether the raw mode is used.

public bool UseRawModeIfPossible { get; set; }

Property Value

true if the raw mode is used; otherwise, false.

See Also