Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandlerCollection Class / GetImageHandler Method
The image.

In This Topic
    GetImageHandler Method
    In This Topic
    Gets an existing PdfImageHandler associated with a specified GrapeCity.Documents.Drawing.IImage, or creates a new one if such image does not exist.
    Syntax
    'Declaration
     
    Public Function GetImageHandler( _
       ByVal image As IImage _
    ) As PdfImageHandler
    public PdfImageHandler GetImageHandler( 
       IImage image
    )

    Parameters

    image
    The image.

    Return Value

    The existing or newly created PdfImageHandler.
    See Also