Click or drag to resize
DashboardObjectGetObjectImageByteArray Method DataPA OpenAnalytics
DataPA OpenAnalytics 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
public byte[] GetObjectImageByteArray(
	int Height,
	int Width,
	ref DPALogging DPALogging = null
)

Parameters

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

Return Value

Type: Byte
The image array of the dashboard object for the specified size.
Remarks