Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / PageFieldOptions Class / PageFieldOptions Constructor / PageFieldOptions Constructor(DocumentBase)
The document whose resources to use in this instance.

In This Topic
    PageFieldOptions Constructor(DocumentBase)
    In This Topic
    Initializes a new instance of the PageFieldOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal doc As DocumentBase _
    )
    public PageFieldOptions( 
       DocumentBase doc
    )

    Parameters

    doc
    The document whose resources to use in this instance.
    See Also