PageCountProc Delegate

FreeImage.NET

PageCountProc Delegate
Delegate to a function that returns the number of pages of a multipage bitmap if the plugin is capable of handling multipage bitmaps.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate int PageCountProc(
	ref FreeImageIO io,
	fi_handle handle,
	IntPtr data
)

Parameters

io
Type: FreeImageAPI.IOFreeImageIO
handle
Type: FreeImageAPI.IOfi_handle
data
Type: SystemIntPtr

Return Value

Type: Int32
See Also