You are here: Start » FIL.NET » FIS.LoadImageFormat Method

FIS.LoadImageFormat Method

Loads a single image format from a file without loading all image data.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LoadImageFormat
(
	string inFile,
	bool inLoadAlphaChannel,
	out FilNet.ImageFormat outImageFormat
)

Parameters

Name Type Range Default Description
inFilestringPath to a file.
inLoadAlphaChannelbool
outImageFormatFilNet.ImageFormat

See also