Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / PageRefFieldOptions Class / Save Method / Save(SimpleField) Method

In This Topic
    Save(SimpleField) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Save( _
       ByVal field As SimpleField _
    ) 
    public override void Save( 
       SimpleField field
    )

    Parameters

    field
    Exceptions
    ExceptionDescription
    Thrown when the Bookmark property is a null reference (Nothing in Visual Basic) or empty string.
    See Also