Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / CppObject Class / Tag Property

In This Topic
    Tag Property (CppObject)
    In This Topic
    Gets or sets a custom user tag object to associate with this instance..
    Syntax
    'Declaration
     
    Public Property Tag As System.Object
    public System.object Tag {get; set;}

    Property Value

    The tag object.
    See Also