Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandlerCollection Class / Item Property / Item(IImage) Property

In This Topic
    Item(IImage) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal key As IImage _
    ) As PdfImageHandler
    public PdfImageHandler Item( 
       IImage key
    ) {get;}

    Parameters

    key
    See Also