Add an Image File to the Document Manager and associate it with this Applicant record.

The Image will be saved as a PNG file.

Syntax

finAccountAppApplicant.ImageFileAdd(fileData, [fileName], [maxWidth], [autoFixOrientation])

Parameters

NameTypeOptionalByRefDescription
fileData Byte() A Byte Array containing the Image File Data.
fileName String Optional A File Name to save to. If unspecified, a File Name will be automatically generated.
maxWidth Integer Optional If omitted, a value of 1024 is assumed.
autoFixOrientation Boolean Optional If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccountAppApplicant
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0