DataPA Enterprise Dashboard Controls API Reference
Gets an image array of the dashboard object for the specified size.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public byte[] GetObjectImageByteArray(
	int Height,
	int Width,
	ref DPALogging DPALogging = null
)
Visual Basic
Public Function GetObjectImageByteArray ( 
	Height As Integer,
	Width As Integer,
	Optional ByRef DPALogging As DPALogging = Nothing
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ GetObjectImageByteArray(
	int Height, 
	int Width, 
	DPALogging^% DPALogging = nullptr
) sealed

Parameters

Height
Type: System..::..Int32
The required height of the image.
Width
Type: System..::..Int32
The required width of the image.
DPALogging (Optional)
Type: DPALogging%

Return Value

Type: array<Byte>[]()[][]
The image array of the dashboard object for the specified size.

Remarks