[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.NumPagesFieldOptions

Class NumPagesFieldOptions

Namespace
GrapeCity.Documents.Word.Fields
Assembly
GcDocs.Word.dll

Represents NUMPAGES field options.

A NUMPAGES field retrieves the number of pages in the current document.

public class NumPagesFieldOptions : FieldFormatOptions, IFieldOptions
Inheritance
NumPagesFieldOptions
Implements
Inherited Members

Constructors

NumPagesFieldOptions(ComplexField)

Initializes a new instance of the NumPagesFieldOptions class.

public NumPagesFieldOptions(ComplexField field)

Parameters

field ComplexField

The ComplexField from which to load the options.

NumPagesFieldOptions(DocumentBase)

Initializes a new instance of the NumPagesFieldOptions class.

public NumPagesFieldOptions(DocumentBase doc)

Parameters

doc DocumentBase

The document whose resources to use in this instance.

NumPagesFieldOptions(SimpleField)

Initializes a new instance of the NumPagesFieldOptions class.

public NumPagesFieldOptions(SimpleField field)

Parameters

field SimpleField

The SimpleField from which to load the options.