Adds a Client Image or Client Video based upon the file type.

Syntax

finClient.VisualFileAdd(fileData, [fileName], [fileExtension], [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. If unspecified, a file extension must be specified.
fileExtension String Optional If not supplying a fileName (i.e. default fileName is desired) the file extension must be specified to determine the type of visual file.
maxWidth Integer Optional For Images only, what the forced max width of the image should be. If omitted, a value of 1024 is assumed.
autoFixOrientation Boolean Optional For Images only, indicates whether to fix the orientation automatically. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating Success.

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