Initializes a new instance of the FieldMark class.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public FieldMark(
	IDocument doc,
	FieldMarkType type
)
Public Sub New ( 
	doc As IDocument,
	type As FieldMarkType
)
public:
FieldMark(
	IDocument^ doc, 
	FieldMarkType type
)
new : 
        doc : IDocument * 
        type : FieldMarkType -> FieldMark

Parameters

doc
IDocument
The doc.
type
FieldMarkType
The type.

See Also