Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / Superscript Property

In This Topic
    Superscript Property
    In This Topic
    Gets or sets a value indicating whether the glyphs should be displayed as superscript.

    Setting this property to true also sets the Subscript property to false.

    Syntax
    'Declaration
     
    Public Property Superscript As System.Boolean
    public System.bool Superscript {get; set;}
    See Also