Gets or sets type of field mark.
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public FieldMarkType Type { get; set; }
Public Property Type As FieldMarkType Get Set
public: property FieldMarkType Type { FieldMarkType get (); void set (FieldMarkType value); }
member Type : FieldMarkType with get, set