Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / Tag Property

In This Topic
    Tag Property (Page)
    In This Topic
    Gets or sets an arbitrary application-defined object associated with the current page.
    Syntax
    'Declaration
     
    Public Property Tag As System.Object
    public System.object Tag {get; set;}
    See Also