AsposeOcr.SaveMultipageDocument
İçindekiler
[
Saklamak
]SaveMultipageDocument(string, SaveFormat, List<RecognitionResult>)
RecognitionResult nesneleri listesinden çok sayfalı belge almayı sağlar
public static void SaveMultipageDocument(string fullFileName, SaveFormat saveFormat,
List<RecognitionResult> results)
Parametre | Tip | Tanım |
---|---|---|
fullFileName | String | Tanıma sonucunu seçilen formatta kaydetmek için yolu olan dosya adı. |
saveFormat | SaveFormat | Belge formatı (Docx, Txt, Pdf). |
results | List`1 | ListesiRecognitionResult nesneler. |
Ayrıca bakınız
- enum SaveFormat
- class RecognitionResult
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
SaveMultipageDocument(MemoryStream, SaveFormat, List<RecognitionResult>)
RecognitionResult nesneleri listesinden çok sayfalı belge almayı sağlar
public static void SaveMultipageDocument(MemoryStream stream, SaveFormat saveFormat,
List<RecognitionResult> results)
Parametre | Tip | Tanım |
---|---|---|
stream | MemoryStream | Tanıma sonucunu seçilen biçimde kaydetmek için MemoryStream. |
saveFormat | SaveFormat | Belge formatı (Docx, Txt, Pdf). |
results | List`1 | ListesiRecognitionResult nesneler. |
Ayrıca bakınız
- enum SaveFormat
- class RecognitionResult
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR