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

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

    Parameters

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