You are here: Start » FIL.NET » Invoke.ImagePathToSurfaceCoordinates

Invoke.ImagePathToSurfaceCoordinates

Finds the surface coordinates of image path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImagePathToSurfaceCoordinates
(
	Fil.Path inImagePath,
	Fil.SurfaceCoordinatesFormat inSurfaceCoordinatesFormat,
	Fil.Path outSurfacePath
)

Parameters

Name Type Range Default Description
inImagePathFil.Path
inSurfaceCoordinatesFormatFil.SurfaceCoordinatesFormatOffsets and scales on X and Y axes of the surface associated with the image objects were found on.
outSurfacePathFil.Path

See also