Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandlerCollection Class / TryGetImageHandler Method
The image.
OUT: the PdfImageHandler object, or null.

In This Topic
    TryGetImageHandler Method
    In This Topic
    Gets the PdfImageHandler associated with a specified GrapeCity.Documents.Drawing.IImage.
    Syntax
    'Declaration
     
    Public Function TryGetImageHandler( _
       ByVal image As IImage, _
       ByRef handler As PdfImageHandler _
    ) As System.Boolean
    public System.bool TryGetImageHandler( 
       IImage image,
       out PdfImageHandler handler
    )

    Parameters

    image
    The image.
    handler
    OUT: the PdfImageHandler object, or null.

    Return Value

    True if a PdfImageHandler was found, false otherwise.
    See Also