Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / PageRefFieldOptions Class / PageRefFieldOptions Constructor / PageRefFieldOptions Constructor(DocumentBase,String)
The document whose resources to use in this instance.
The bookmark name for a cross-reference.

In This Topic
    PageRefFieldOptions Constructor(DocumentBase,String)
    In This Topic
    Initializes a new instance of the PageRefFieldOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As DocumentBase, _
       ByVal bookmark As System.String _
    )
    public PageRefFieldOptions( 
       DocumentBase doc,
       System.string bookmark
    )

    Parameters

    doc
    The document whose resources to use in this instance.
    bookmark
    The bookmark name for a cross-reference.
    See Also