M_PDFiumSharp_PdfDocument__ctor_2 - ArgusMagnus/PDFiumSharp GitHub Wiki

PdfDocument Constructor (Stream, Int32, String)

Loads a PdfDocument from 'count' bytes read from a stream. Close() must be called in order to free unmanaged resources.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public PdfDocument(
	Stream stream,
	int count = 0,
	string password = null
)

Parameters

 

stream
Type: System.IO.Stream
count (Optional)
Type: System.Int32
The number of bytes to read from the stream. If the value is equal to or smaller than 0, the stream is read to the end.
password (Optional)
Type: System.String

See Also

Reference

PdfDocument Class
PdfDocument Overload
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️