PDFDoc Constructor (IInputStream) |
Creates a new PDF document from an IInputStream instance.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFDoc(
IInputStream inputStream
)
Public Sub New (
inputStream As IInputStream
)
public:
PDFDoc(
[InAttribute] IInputStream^ inputStream
)
pdftron.PDF.PDFDoc = function(inputStream);
Parameters
- inputStream
- Type: IInputStream
An input stream where the source PDF document can be read from.
Remarks
Make sure to call InitSecurityHandler to check whether the document is encrypted.
See Also