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

FIS.AccessCharacterSample Method

Provides access to internal data of the CharacterSample structure.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AccessCharacterSample
(
	FilNet.CharacterSample inSample,
	out string outCharacter,
	FilNet.Region outCharacterRegion
)

Parameters

Name Type Range Default Description
inSampleFilNet.CharacterSampleThe character sample from which data will be accessed.
outCharacterstringCharacter textual representation.
outCharacterRegionFilNet.RegionCharacter graphical representation.

See also