Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfImageInfo Class / PdfImageInfo Constructor
The image.

In This Topic
    PdfImageInfo Constructor
    In This Topic
    Initializes a new instance of the PdfImageInfo class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal image As PdfImageBase _
    )
    public PdfImageInfo( 
       PdfImageBase image
    )

    Parameters

    image
    The image.
    See Also