DocumentFactory

DocumentFactory class

Farklı türlerde belgeler oluşturmaya/yüklemeye izin veren sınıf.

public class DocumentFactory

yapıcılar

İsimTanım
DocumentFactory()Default_Constructor

yöntemler

İsimTanım
CreateDocument()Boş belge oluşturun.
CreateDocument(Stream)Belgeyi bir akıştan yükleyin.
CreateDocument(string)Belgeyi bir dosyadan yükleyin.
CreateDocument(Stream, LoadOptions)Belge oluştur.
CreateDocument(Stream, string)Bir akıştan parola korumalı belge yükleyin.

Ayrıca bakınız