Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageNumbering Class / ChapterPageSeparator Property

In This Topic
    ChapterPageSeparator Property
    In This Topic
    Gets or sets the separator character used between the chapter number and the page number.

    If the HeadingLevelForChapter property is 0, or its specified heading level does not have an associated numbering format, this value is ignored, since no chapter number is output by the field.

    Syntax
    'Declaration
     
    Public Property ChapterPageSeparator As ChapterSeparator
    public ChapterSeparator ChapterPageSeparator {get; set;}
    See Also