[]
Initializes a new instance of the PageRefFieldOptions class.
public PageRefFieldOptions(DocumentBase doc, string bookmark)
Public Sub New(doc As DocumentBase, bookmark As String)
Type | Name | Description |
---|---|---|
DocumentBase | doc | The document whose resources to use in this instance. |
string | bookmark | The bookmark name for a cross-reference. |
Initializes a new instance of the PageRefFieldOptions class.
public PageRefFieldOptions(SimpleField field)
Public Sub New(field As SimpleField)
Type | Name | Description |
---|---|---|
SimpleField | field | The SimpleField from which to load the options. |
Initializes a new instance of the PageRefFieldOptions class.
public PageRefFieldOptions(ComplexField field)
Public Sub New(field As ComplexField)
Type | Name | Description |
---|---|---|
ComplexField | field | The ComplexField from which to load the options. |