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

In This Topic
    UseHorizontalMetricsForVerticalText Property
    In This Topic
    Gets or sets a value indicating if the horizontal ascending, descending, and line gap settings should be applied to vertical text. The special vertical metrics are used by default.
    Syntax
    'Declaration
     
    Public Property UseHorizontalMetricsForVerticalText As System.Boolean
    public System.bool UseHorizontalMetricsForVerticalText {get; set;}
    See Also