Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Surface Class / Tag Property

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