Document

Document(Stream)

Initialiseert nieuw exemplaar vanDocument klasse.

public Document(Stream stream)
Parameter Type Beschrijving
stream Stream De documentenstroom.

Zie ook


Document(Stream, string)

Initialiseert nieuw exemplaar vanDocument klasse.

public Document(Stream stream, string password)
Parameter Type Beschrijving
stream Stream De documentenstroom.
password String Het documentwachtwoord.

Zie ook