Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandler Class / Image Property

In This Topic
    Image Property (PdfImageHandler)
    In This Topic
    Gets the GrapeCity.Documents.Drawing.IImage object managed by this PdfImageHandler object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Image As IImage
    public IImage Image {get;}
    See Also