[]
Initializes a new instance of the AutoNumOutFieldOptions class.
The document that provides resources and context for this instance.public AutoNumOutFieldOptions(DocumentBase doc)
Public Sub New(doc As DocumentBase)
| Type | Name | Description |
|---|---|---|
| DocumentBase | doc |
Initializes a new instance of the AutoNumOutFieldOptions class.
public AutoNumOutFieldOptions(SimpleField field)
Public Sub New(field As SimpleField)
| Type | Name | Description |
|---|---|---|
| SimpleField | field | The SimpleField from which the options are loaded. |
Initializes a new instance of the AutoNumOutFieldOptions class.
public AutoNumOutFieldOptions(ComplexField field)
Public Sub New(field As ComplexField)
| Type | Name | Description |
|---|---|---|
| ComplexField | field | The ComplexField from which the options are loaded. |