PDFReaderControls.NET Standard Class Reference

Document Constructor

Creates a new document.

Overload List

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);

See Also

Document Class | TallComponents.PDF.ReaderControls Namespace