Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawTextAsPath Property

In This Topic
    DrawTextAsPath Property
    In This Topic
    Gets or sets a value indicating if strings and GrapeCity.Documents.Text.TextLayout objects are rendered using the graphic primitives instead of the specialized text drawing services.
    Syntax
    'Declaration
     
    Public Property DrawTextAsPath As System.Boolean
    public System.bool DrawTextAsPath {get; set;}
    See Also