M_PDFiumSharp_PDFium_FPDF_LoadDocument_1 - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDF_LoadDocument Method (Stream, Int32, String)

Loads a PDF document from 'count' bytes read from a stream.

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

Syntax

C#

public static FPDF_DOCUMENT FPDF_LoadDocument(
	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

Return Value

Type: FPDF_DOCUMENT

See Also

Reference

PDFium Class
FPDF_LoadDocument Overload
PDFiumSharp Namespace

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