1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. XmlEditOptions
  8. /
  9. AttributeValuesQuoteType

AttributeValuesQuoteType

XmlEditOptions.AttributeValuesQuoteType property

Allows to specify quote type (single or double quotes) for attribute values. Double quotes are default.

public QuoteType AttributeValuesQuoteType { get; set; }

See Also