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

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