如何在 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
如需更多選項(包括在 web.config 和 appsettings.json 中設定授權金鑰),請參閱此常見問題頁面以獲取更多資訊:
準備開始了嗎?
Nuget 下載 5,896,332 | 版本: 2026.5 just released

