Click or drag to resize

FieldMark Constructor (IDocument, FieldMarkType)

Initializes a new instance of the FieldMark class.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public FieldMark(
	IDocument doc,
	FieldMarkType type
)

Parameters

doc
Type: Spire.Doc.Interface IDocument
The doc.
type
Type: Spire.Doc.Documents FieldMarkType
The type.
See Also