IronOCR'da Lisans Anahtarı Nasıl Uygulanır
Lisans anahtarı, bir sona erme tarihi ile biten uzun bir dizilerdir. Bu anahtarın düz ve boşluk içermeyecek şekilde kopyalandığından emin olun.
IRONOCR-MYLICENSE-KEY-1EF01-RENEW.SUPPORT.01.JAN.2050
Bir lisans anahtarının uygulanması icin en guvenilir yöntem, kutuphane cagrilmadan once doğrudan kodunuza eklemektir.
// 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"
Daha fazla seçenek, web.config ve appsettings.json içerisindeki lisans anahtarını ayarlama dahil, hakkında daha fazla bilgi için lütfen bu SSS sayfasına bakın:

