Creates a new document.
Creates a new document.
public Document();
Required for Windows.Forms Class Composition Designer support. You normally do not call this method directly.
public Document(IContainer);
Opens an existing document.
public Document(BinaryReader);
Opens an existing password-protected document.
public Document(BinaryReader,string);
Document Class | TallComponents.PDF.ReaderControls Namespace