Aspose::Page::EPS::PsDocument::ExtractText yöntemi
PsDocument::ExtractText method
Bir PS dosyasından metin çıkarır. Metin yalnızca Type 42 (TrueType) yazı tipiyle ya da Vector Map içinde Type 42 yazı tipleri bulunan Type 0 yazı tipiyle yazılmışsa çıkarılabilir.
System::String Aspose::Page::EPS::PsDocument::ExtractText(System::SharedPtr<SaveOptions> options, int32_t startPage=0, int32_t endPage=0)
| Parameter | Type | Açıklama |
|---|---|---|
| seçenekler | System::SharedPtr<SaveOptions> | Kaydetme seçenekleri. |
| startPage | int32_t | Metin çıkarmaya başlanacak sayfa. Bu parametre çok sayfalı belgeler için faydalıdır. |
| endPage | int32_t | Metin çıkarmayı bitirecek sayfa. Bu parametre çok sayfalı belgeler için faydalıdır. |
ReturnValue
Çıkarılan metin.
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class SaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++