ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPage Class / Tag Property

In This Topic
    Tag Property (PdfPage)
    In This Topic
    Gets or sets an object associated with the page that contains data useful to the application.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also