HtmlToPdfOnProcessImagePath Property
Gets or sets the application-supplied method for changing path or URI or URL to the image.

Namespace: MailBee.Pdf
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ProcessImagePathDelegate OnProcessImagePath { get; set; }

Property Value

Type: ProcessImagePathDelegate
The reference to the delegate to be called in case of image processing, or a null reference (Nothing in Visual Basic) if the delegate is not set.
See Also