Creates a new document.
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);
Document Class | TallComponents.PDF Namespace