PDFKit.NET 2.0 Class Library (.NET 2.0)

Document Constructor

Creates a new document.

Overload List

Creates a new document.

public Document();

Opens an existing document.

public Document(BinaryReader);

Opens an existing password-protected document.

public Document(BinaryReader,string);

Opens an existing document.

public Document(Stream);

Opens an existing password-protected document.

public Document(Stream,string);

See Also

Document Class | TallComponents.PDF Namespace