Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SectionPagesFieldOptions Class
Members

In This Topic
    SectionPagesFieldOptions Class
    In This Topic
    Represents SECTIONPAGES field options.

    A SECTIONPAGES field retrieves the number of pages in the current section.

    Object Model
    SectionPagesFieldOptions Class
    Syntax
    'Declaration
     
    Public Class SectionPagesFieldOptions 
       Inherits FieldFormatOptions
       Implements IFieldOptions 
    public class SectionPagesFieldOptions : FieldFormatOptions, IFieldOptions  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.Fields.BaseFieldOptions
          GrapeCity.Documents.Word.Fields.FieldFormatOptions
             GrapeCity.Documents.Word.Fields.SectionPagesFieldOptions

    See Also