[]
Represents NUMPAGES field options.
A NUMPAGES field retrieves the number of pages in the current document.
public class NumPagesFieldOptions : FieldFormatOptions, IFieldOptions
Initializes a new instance of the NumPagesFieldOptions class.
public NumPagesFieldOptions(ComplexField field)
field
ComplexFieldThe ComplexField from which to load the options.
Initializes a new instance of the NumPagesFieldOptions class.
public NumPagesFieldOptions(DocumentBase doc)
doc
DocumentBaseThe document whose resources to use in this instance.
Initializes a new instance of the NumPagesFieldOptions class.
public NumPagesFieldOptions(SimpleField field)
field
SimpleFieldThe SimpleField from which to load the options.