Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ViewerPreferences Class / Direction Property

In This Topic
    Direction Property (ViewerPreferences)
    In This Topic
    Gets or sets the predominant reading order for text.
    Syntax
    'Declaration
     
    Public Property Direction As ReadingDirection
    public ReadingDirection Direction {get; set;}
    Remarks
    This property has no direct effect on the document�s contents or page numbering but can be used to determine the relative positioning of pages when displayed side by side or printed n-up. Default value: L2R.
    See Also