Document

Document(Stream)

تهيئة مثيل جديد لـDocument فئة .

public Document(Stream stream)
معامل يكتب وصف
stream Stream دفق المستند

أنظر أيضا


Document(string)

تهيئة مثيل جديد لـDocument فئة .

public Document(string filePath)
معامل يكتب وصف
filePath String مسار المستند

أنظر أيضا


Document(string, string)

تهيئة مثيل جديد لـDocument فئة .

public Document(string filePath, string password)
معامل يكتب وصف
filePath String مسار المستند
password String كلمة مرور المستند

أنظر أيضا


Document(Stream, string)

تهيئة مثيل جديد لـDocument فئة .

public Document(Stream stream, string password)
معامل يكتب وصف
stream Stream دفق المستند
password String كلمة مرور المستند

أنظر أيضا