Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / SuppressShaping Property

In This Topic
    SuppressShaping Property
    In This Topic
    Gets or sets a value indicating if shaping and positioning of graphemes should be skipped for the sake of speed. The default is false.
    Syntax
    'Declaration
     
    Public Property SuppressShaping As System.Boolean
    public System.bool SuppressShaping {get; set;}
    See Also