Gets or sets a value specifying whether parsing and writing comment of document in HTML.
Supported HTML Tag : span ,when the value of class attribute is comment
Supported HTML Tag Attribytes : data-comment / data-user / data-cid / data-date.
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool HTMLCustomComment { get; set; }
Public Property HTMLCustomComment As Boolean Get Set
public: property bool HTMLCustomComment { bool get (); void set (bool value); }
member HTMLCustomComment : bool with get, set