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

In This Topic
    PageRefFieldOptions Class
    In This Topic
    Represents PAGEREF field options.

    A PAGEREF field inserts the number of the page containing the bookmark for a cross-reference.

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

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

    See Also