如何在IronOCR中應用授權金鑰
This article was translated from English: Does it need improvement?
Translated
View the article in English
授權金鑰是一個結尾為到期日的長字串。 請確保正確複製,沒有空格。
IRONOCR-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050
應用授權金鑰的最穩健方法是在呼叫程式庫之前直接在您的程式碼中使用。
// Set the license key for IronOCR before using the library
IronOcr.Installation.LicenseKey = "IRONOCR-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050";
// Set the license key for IronOCR before using the library
IronOcr.Installation.LicenseKey = "IRONOCR-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050";
' Set the license key for IronOCR before using the library
IronOcr.Installation.LicenseKey = "IRONOCR-MYLICENSE-KEY-RENEW.SUPPORT.01.JAN.2050"
$vbLabelText
$csharpLabel
如需更多選項,包括在appsettings.json中設置授權金鑰,請參閱此FAQ頁面以獲取更多資訊:
準備開始了嗎?
Nuget 下載 6,136,090 | 版本: 2026.7 剛剛發布

