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

FIS.ImagePathToSurfaceCoordinates Method

Finds the surface coordinates of image path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImagePathToSurfaceCoordinates
(
	FilNet.Path inImagePath,
	FilNet.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	FilNet.Path outSurfacePath
)

Parameters

Name Type Range Default Description
inImagePathFilNet.Path
inSurfaceCoordinatesFormatFilNet.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePathFilNet.Path

See also