UnterschriftController.GetUnterschriftAsBase64 Method

<HttpGet()> _ 
<Route("API/GetUnterschriftAsBase64")> _ 
Public Function GetUnterschriftAsBase64( _ 
ByVal TGNummer As String, _ 
Optional ByVal ImageWidth As Integer = 0, _ 
Optional ByVal ImageHeight As Integer = 0 _ 
) As IHttpActionResult
This language is not supported or no code example is available.
[HttpGet()] 
[Route("API/GetUnterschriftAsBase64")] 
public IHttpActionResult GetUnterschriftAsBase64( 
string TGNummer
int ImageWidth = 0, 
int ImageHeight = 0 
)
This language is not supported or no code example is available.
[HttpGet()] 
[Route("API/GetUnterschriftAsBase64")] 
public:  
IHttpActionResult^ GetUnterschriftAsBase64( 
String^ TGNummer
int ImageWidth
int ImageHeight 
)
This language is not supported or no code example is available.
public  
HttpGet() 
Route("API/GetUnterschriftAsBase64") 
function GetUnterschriftAsBase64( 
TGNummer : String
ImageWidth : int
ImageHeight : int 
) : IHttpActionResult;
This language is not supported or no code example is available.

Parameters

TGNummer
string

Required.

ImageWidth
int

Optional. The default value is 0.

ImageHeight
int

Optional. The default value is 0.

Return Value

IHttpActionResult

Unterschriften-Image für die gelieferte TGNummer als Base64

Remarks
 
Parameter ImageWidth 
0: Verwendung der Standardgrösse 140x70 
-1: Verwendung der Originalgrösse 
Anderer Wert Grössenänderung ImageWidth / ImageHeight

.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, 4.7.2, 4.8

In this article

Definition