[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.NumPagesFieldOptions.-ctor

NumPagesFieldOptions Constructor

NumPagesFieldOptions(DocumentBase)

Initializes a new instance of the NumPagesFieldOptions class.

Declaration
public NumPagesFieldOptions(DocumentBase doc)
Public Sub New(doc As DocumentBase)
Parameters
Type Name Description
DocumentBase doc

The document whose resources to use in this instance.

NumPagesFieldOptions(SimpleField)

Initializes a new instance of the NumPagesFieldOptions class.

Declaration
public NumPagesFieldOptions(SimpleField field)
Public Sub New(field As SimpleField)
Parameters
Type Name Description
SimpleField field

The SimpleField from which to load the options.

NumPagesFieldOptions(ComplexField)

Initializes a new instance of the NumPagesFieldOptions class.

Declaration
public NumPagesFieldOptions(ComplexField field)
Public Sub New(field As ComplexField)
Parameters
Type Name Description
ComplexField field

The ComplexField from which to load the options.