Click or drag to resize
AB4D logo

ResolveImagePathDelegate Delegate

ResolveImagePathDelegate is used to specify the path where the image will be saved

Namespace:  Ab2d.Common.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public delegate string ResolveImagePathDelegate(
	BitmapSource imageToResolve
)

Parameters

imageToResolve
Type: System.Windows.Media.ImagingBitmapSource
imageToResolve

Return Value

Type: String
path where the image will be saved
See Also