Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

PDFDocument Constructor(Stream,String)






The stream containing an existing PDF file. This cannot be null and must support reading and seeking.
The password to use if stream contains an encrypted PDF file.
Initializes a new PDFDocument from the specified stream containing a PDF file and (optional) password.
Syntax
public PDFDocument( 
   Stream stream,
   string password
)
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal password As String _
)
'Usage
 
Dim stream As Stream
Dim password As String
 
Dim instance As New PDFDocument(stream, password)
public:
PDFDocument( 
   Stream^ stream,
   String^ password
)

Parameters

stream
The stream containing an existing PDF file. This cannot be null and must support reading and seeking.
password
The password to use if stream contains an encrypted PDF file.
Remarks

The PDFDocument class encapsulates a PDF document on disk or stream and allows you to read the pages, objects and images from the document.

stream must be kept alive as long as this PDFDocument object is alive and should not be disposed. The stream can be safely disposed when this PDFDocument is disposed.

stream must contain the data of a valid PDF file. If the PDF file is encrypted, then password is used to try and decrypt the file. If the password value is not correct, an exception will be thrown. Another way of loading PDF documents is to use the PDFDocument(Stream stream) constructor. This constructor does not work on encrypted PDF files. Use the PDFFile.IsEncrypted to determine whether a PDF file is encrypted.

This method will initialize the members of PDFDocument as follows:

Use PDFDocument Constructor(String,String) to create a PDF document from a file on disk.

Requirements

Target Platforms

See Also

Reference

PDFDocument Class
PDFDocument Members
Overload List

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features