Document

Document(Stream)

Initialiseert nieuw exemplaar vanDocument klasse.

public Document(Stream stream)
Parameter Type Beschrijving
stream Stream Documentstroom

Zie ook


Document(string)

Initialiseert nieuw exemplaar vanDocument klasse.

public Document(string filePath)
Parameter Type Beschrijving
filePath String Document pad

Zie ook


Document(string, string)

Initialiseert nieuw exemplaar vanDocument klasse.

public Document(string filePath, string password)
Parameter Type Beschrijving
filePath String Document pad
password String Documenteer wachtwoord

Zie ook


Document(Stream, string)

Initialiseert nieuw exemplaar vanDocument klasse.

public Document(Stream stream, string password)
Parameter Type Beschrijving
stream Stream Documentstroom
password String Documenteer wachtwoord

Zie ook