LocalPlugin.SaveProc Method

FreeImage.NET

LocalPluginSaveProc Method
Function that can be implemented.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected virtual bool SaveProc(
	ref FreeImageIO io,
	FIBITMAP dib,
	fi_handle handle,
	int page,
	int flags,
	IntPtr data
)

Parameters

io
Type: FreeImageAPI.IOFreeImageIO

[Missing <param name="io"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SaveProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.FIBITMAP,FreeImageAPI.IO.fi_handle,System.Int32,System.Int32,System.IntPtr)"]

dib
Type: FreeImageAPIFIBITMAP

[Missing <param name="dib"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SaveProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.FIBITMAP,FreeImageAPI.IO.fi_handle,System.Int32,System.Int32,System.IntPtr)"]

handle
Type: FreeImageAPI.IOfi_handle

[Missing <param name="handle"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SaveProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.FIBITMAP,FreeImageAPI.IO.fi_handle,System.Int32,System.Int32,System.IntPtr)"]

page
Type: SystemInt32

[Missing <param name="page"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SaveProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.FIBITMAP,FreeImageAPI.IO.fi_handle,System.Int32,System.Int32,System.IntPtr)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SaveProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.FIBITMAP,FreeImageAPI.IO.fi_handle,System.Int32,System.Int32,System.IntPtr)"]

data
Type: SystemIntPtr

[Missing <param name="data"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SaveProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.FIBITMAP,FreeImageAPI.IO.fi_handle,System.Int32,System.Int32,System.IntPtr)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SaveProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.FIBITMAP,FreeImageAPI.IO.fi_handle,System.Int32,System.Int32,System.IntPtr)"]

See Also