[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.PageRefFieldOptions.Save

Save Method

Save(ComplexField)

Saves options to a ComplexField.

Declaration
public override void Save(ComplexField field)
Public Overrides Sub Save(field As ComplexField)
Parameters
Type Name Description
ComplexField field

The ComplexField where to save the options.

Overrides
Exceptions
Type Condition
PropertyNullOrWhiteSpaceException

Thrown when the Bookmark property is null or empty string.

Save(SimpleField)

Saves options to a SimpleField.

Declaration
public override void Save(SimpleField field)
Public Overrides Sub Save(field As SimpleField)
Parameters
Type Name Description
SimpleField field

The SimpleField where to save the options.

Overrides
Exceptions
Type Condition
PropertyNullOrWhiteSpaceException

Thrown when the Bookmark property is null or empty string.