Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / AnnotationsTabsOrder Property

In This Topic
    AnnotationsTabsOrder Property
    In This Topic
    Gets or sets the tab order to be used for annotations on the page.
    Syntax
    'Declaration
     
    Public Property AnnotationsTabsOrder As System.Nullable(Of AnnotationsTabsOrder)
    public System.Nullable<AnnotationsTabsOrder> AnnotationsTabsOrder {get; set;}
    See Also