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

Invoke.UncropProfile

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void UncropProfile
(
	Fil.Profile inProfile,
	int inStart,
	int inLength,
	Fil.Profile outProfile
)

Parameters

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

See also