Save this to a bmp

Namespace: SynergyServerScripting.Reports
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Function SaveToBitmap( _ 
ByVal width As Integer, _ 
ByVal height As Integer, _ 
ByVal dpi As Integer, _ 
Optional ByVal anti_alias As Boolean = true _ 
) As Bitmap
This language is not supported or no code example is available.
public Bitmap SaveToBitmap( 
int width
int height
int dpi
bool anti_alias = true 
)
This language is not supported or no code example is available.
public:  
Bitmap^ SaveToBitmap( 
int width
int height
int dpi
bool anti_alias 
)
This language is not supported or no code example is available.
public function SaveToBitmap( 
width : int
height : int
dpi : int
anti_alias : boolean 
) : Bitmap;
This language is not supported or no code example is available.

Parameters

width
Type: int

<default>

height
Type: int

<default>

dpi
Type: int

<default>

anti_alias
Type: bool

<default>

Return Value

Type: Bitmap

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1