ProjectcreateEpcGetRequest Methode |
Girocheckout
Abfrage der zu einem GiroCode hinterlegten Daten
Namensraum: GiroSolution.GiroCheckoutAssembly: GiroCheckout (in GiroCheckout.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic EpcGetRequest createEpcGetRequest(
string girocodeReference,
string format,
int resolution
)
Public Function createEpcGetRequest (
girocodeReference As String,
format As String,
resolution As Integer
) As EpcGetRequest
public:
EpcGetRequest^ createEpcGetRequest(
String^ girocodeReference,
String^ format,
int resolution
)
member createEpcGetRequest :
girocodeReference : string *
format : string *
resolution : int -> EpcGetRequest
Parameter
- girocodeReference
- Typ: SystemString
eindeutige GiroCode Referenznummer - format
- Typ: SystemString
Format des GiroCode Grafik in der Antwort. Werte: epc-qr, epc-qr-optimizied, none - resolution
- Typ: SystemInt32
Auflösung in Pixel (z.B. 250), wenn der GiroCode als Grafik angefordert wird. Maximal 500
Rückgabewert
Typ:
EpcGetRequestEpcGetRequest
Siehe auch