Delegate vdDocument.GetFileImagePreviewEventHandler
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Represents the method that will handle the OnGetFileImagePreview event.
public delegate void vdDocument.GetFileImagePreviewEventHandler(object sender, string Filename, out Image img)
Parameters
senderobjectA vdDocument object.
FilenamestringThe filename of the file.
imgImageReturns the preview image of the file.