在IronBarcode中套用授權金鑰
This article was translated from English: Does it need improvement?
Translated
View the article in English
授權金鑰是一個長串字元,包含一個到期日,標示支援的終止。 授權是永久性的,這意味著您可以繼續使用在此日期之前發佈的版本。 請確保正確複製它,沒有任何空格。
IRONBARCODE-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050
套用授權金鑰最穩妥的方法是直接在程式碼中於呼叫程式庫之前進行。
// Apply the IronBarCode license key directly in your code before using the library
IronBarCode.License.LicenseKey = "IRONBARCODE-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050";
// Apply the IronBarCode license key directly in your code before using the library
IronBarCode.License.LicenseKey = "IRONBARCODE-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050";
' Apply the IronBarCode license key directly in your code before using the library
IronBarCode.License.LicenseKey = "IRONBARCODE-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050"
$vbLabelText
$csharpLabel
如需更多選項,包括web.config、app.config和appsettings.json,請參閱以下文章以獲取更多資訊:使用IronBarcode授權金鑰。
準備好開始了嗎?
Nuget 下載 2,317,217 | 版本: 2026.7 剛剛發布

