DocumentDevice
Genel Bakış
DocumentDevice NET için FOSS’de bir sınıf.
Tüm belgeyi görüntüleme cihazları için soyut bir temel.
Bu sınıf, .NET programlarında DocumentDevice nesnelerle çalışmak için 4 yöntem sağlar. Kullanılabilir yöntemler şunlardır: Process. Tüm kamu üyeleri, .NET paketi için Aspose.PDF FOSS’u yükledikten sonra herhangi bir NET uygulamasına erişilebilir.
Yöntemler
| Signature | Açıklama: |
|---|---|
Process(document: Document, output: Stream) | Belgenin her sayfasını çıkışa çevir. |
Process(document: Document, outputFileName: string) | Belgenin her sayfasını outputFileName’a çevir. |
Process(document: Document, fromPage: int, toPage: int, output: Stream) | Belgeyi çıkışa çevirin. |
Process(document: Document, fromPage: int, toPage: int, outputFileName: string) | Belgeyi çıkışa (Page..toPages (1-based inclusive) dahil olmak üzere) sununFileName. |