Click or drag to resize

PdfAnnotationDataImporter Constructor (Stream, String, String)

Note: This API is now obsolete.

Constructs a new PdfAnnotationDataImporter for the given stream.

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This constructor is obsolete. To use PdfAnnotationDataImporter with passwords, provide passwords to Load method.", 
	true)]
public PdfAnnotationDataImporter(
	Stream stm,
	string userPassword,
	string ownerPassword
)

Parameters

stm
Type: System.IOStream
A non-null stream containing a PDF document.
userPassword
Type: SystemString
The user password for the PDF.
ownerPassword
Type: SystemString
The owner password for the PDF.
Exceptions
ExceptionCondition
Thrown if the stm argument is null (Nothing in VB).
Thrown if the stream is not seekable.
See Also