Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageSetup Class / Bidi Property

In This Topic
    Bidi Property (PageSetup)
    In This Topic
    Gets or sets a value indicating whether a section is presented using a right-to-left page direction. This property only affects section-level properties, and does not affect the layout of text within the contents of the section.
    Syntax
    'Declaration
     
    Public Property Bidi As System.Boolean
    public System.bool Bidi {get; set;}
    See Also