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