Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfDict Class / Item Property

In This Topic
    Item Property (PdfDict)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal key As PdfName _
    ) As IPdfObject
    public IPdfObject this[ 
       PdfName key
    ]; {get; set;}

    Parameters

    key
    See Also