[]
        
(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)
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)
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)
Parameters
Type Name Description
ComplexField field

The ComplexField from which to load the options.