[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.PageRefFieldOptions.-ctor

PageRefFieldOptions Constructor

PageRefFieldOptions(DocumentBase, string)

Initializes a new instance of the PageRefFieldOptions class.

Declaration
public PageRefFieldOptions(DocumentBase doc, string bookmark)
Parameters
Type Name Description
DocumentBase doc

The document whose resources to use in this instance.

string bookmark

The bookmark name for a cross-reference.

PageRefFieldOptions(SimpleField)

Initializes a new instance of the PageRefFieldOptions class.

Declaration
public PageRefFieldOptions(SimpleField field)
Parameters
Type Name Description
SimpleField field

The SimpleField from which to load the options.

PageRefFieldOptions(ComplexField)

Initializes a new instance of the PageRefFieldOptions class.

Declaration
public PageRefFieldOptions(ComplexField field)
Parameters
Type Name Description
ComplexField field

The ComplexField from which to load the options.