ProcessImagePathDelegate Delegate
Defines the delegate for processing of absent images or images with incorrect path.

Namespace: MailBee.Pdf
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public delegate string ProcessImagePathDelegate(
	string imgPath
)

Parameters

imgPath
Type: SystemString
A string with URI or full path to the image.

Return Value

Type: String
A string with URI or full path to the image corrected by the application.
Remarks
To set this delegate, use OnProcessImagePath property.
See Also