DashboardChartImageBytes Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public byte[] ImageBytes(
int Width = 0,
int Height = 0
)
Public Function ImageBytes (
Optional Width As Integer = 0,
Optional Height As Integer = 0
) As Byte()
public:
array<unsigned char>^ ImageBytes(
int Width = 0,
int Height = 0
)
function ImageBytes(Width, Height);
Parameters
- Width (Optional)
- Type: SystemInt32
- Height (Optional)
- Type: SystemInt32
Return Value
Type:
ByteSee Also