Click or drag to resize
Pdf Library for .NET

PdfManagerLoad Method

Overload List
  NameDescription
Public methodLoad(Byte)
Loads a pdf document from a byte array.
Public methodLoad(Stream)
Loads a pdf document from the specified stream.
Public methodLoad(String)
Loads a pdf document from an existing pdf file.
Public methodLoad(PdfDocument)
Loads a pdf document from an existing PdfDocument object.
Public methodLoad(Byte, String)
Loads a password protected pdf document from a byte array.
Public methodLoad(Stream, String)
Loads a pdf document from a stream containing a password protected pdf document.
Public methodLoad(String, String)
Loads a pdf document from an existing password protected pdf file.
Public methodLoad(PdfDocument, String)
Loads a pdf document from an existing password protected PdfDocument object.
Top
See Also