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
)
Public Sub New (
doc As IDocument,
type As FieldMarkType
)
public:
FieldMark(
IDocument^ doc,
FieldMarkType type
)
new :
doc : IDocument *
type : FieldMarkType -> FieldMark
Parameters
-
doc
-
Type:
Spire.Doc.Interface
IDocument
The doc.
-
type
-
Type:
Spire.Doc.Documents
FieldMarkType
The type.
See Also