CreateFromStream

Document.CreateFromStream method

Akıştan bir belge oluşturur.

public static Document CreateFromStream(string documentKey, DateTime modificationDate, 
    string extension, Stream stream)
Parametre Tip Tanım
documentKey String Belge anahtarı.
modificationDate DateTime Belge değişiklik tarihi.
extension String Belge uzantısı.
stream Stream Belge akışı.

Geri dönüş değeri

Oluşturulan belge.

Ayrıca bakınız