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

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