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

FIS.UncropProfile Method

Extends the profile by adding zeros at the beginning and at the end.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void UncropProfile
(
	FilNet.Profile inProfile,
	int inStart,
	int inLength,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inStartint<0, INF>Same as in CropProfile.
inLengthint<0, INF>Length of the output profile.
outProfileFilNet.ProfileOutput profile.

See also