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

In This Topic
    Tag Property (TextFormat)
    In This Topic
    Gets or sets an arbitrary custom data associated with this TextFormat.
    Syntax
    'Declaration
     
    Public Property Tag As System.Object
    public System.object Tag {get; set;}
    See Also