Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / PageFieldOptions Class / PageFieldOptions Constructor / PageFieldOptions Constructor(SimpleField)
The GrapeCity.Documents.Word.SimpleField from which to load the options.

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

    Parameters

    field
    The GrapeCity.Documents.Word.SimpleField from which to load the options.
    See Also