Skip to content

Overload_PDFiumSharp_PdfDocument__ctor

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PdfDocument Constructor

Overload List

 

Name Description
Public method PdfDocument() Creates a new PdfDocument. Close() must be called in order to free unmanaged resources.
Public method PdfDocument(String, String) Loads a PdfDocument from the file system. Close() must be called in order to free unmanaged resources.
Public method PdfDocument(Stream, Int32, String) Loads a PdfDocument from 'count' bytes read from a stream. Close() must be called in order to free unmanaged resources.
Public method PdfDocument(Byte[], Int32, Int32, String) Loads a PdfDocument from memory. Close() must be called in order to free unmanaged resources.
  Back to Top

See Also

Reference

PdfDocument Class
PDFiumSharp Namespace

Clone this wiki locally