You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inStart | int | <0, INF> | Same as in CropProfile. | |
![]() | inLength | int | <0, INF> | Length of the output profile. | |
![]() | outProfile | Fil.Profile | Output profile. |