Click or drag to resize
ResolveImagePathDelegate Delegate
ResolveImagePathDelegate is used to specify the path where the image will be saved

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.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