[]
Gets the PdfImageHandler associated with a specified IImage.
public bool TryGetImageHandler(IImage image, out PdfImageHandler handler)
Public Function TryGetImageHandler(image As IImage, ByRef handler As PdfImageHandler) As Boolean
Type | Name | Description |
---|---|---|
IImage | image | The image. |
PdfImageHandler | handler | OUT: the PdfImageHandler object, or null. |
Type | Description |
---|---|
bool | True if a PdfImageHandler was found, false otherwise. |