Table of Contents

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

sender object

A vdDocument object.

Filename string

The filename of the file.

img Image

Returns the preview image of the file.

Constructors

GetFileImagePreviewEventHandler(object, IntPtr)

Methods

BeginInvoke(object, string, out Image, AsyncCallback, object)
EndInvoke(out Image, IAsyncResult)
Invoke(object, string, out Image)