Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfImageInfo Class / Image Property

In This Topic
    Image Property (PdfImageInfo)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Graphics.Images.PdfImageBase object representing the image.
    Syntax
    'Declaration
     
    Public ReadOnly Property Image As PdfImageBase
    public PdfImageBase Image {get;}
    See Also