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

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

    Parameters

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