You are here: Start » FIL.NET » Function Reference » Conversions » FIL.SurfaceToSurfaceFormat

FIL.SurfaceToSurfaceFormat

Converts a surface to a surface format.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SurfaceToSurfaceFormat
(
	FilNet.Surface inSurface,
	out FilNet.SurfaceFormat outSurfaceFormat
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
outSurfaceFormatFilNet.SurfaceFormat

See also