Click or drag to resize

PdfAnnotationDataImporter Constructor (Stream)

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
public PdfAnnotationDataImporter(
	Stream stm
)

Parameters

stm
Type: System.IOStream
A non-null stream containing a PDF document.
Exceptions
ExceptionCondition
Thrown if the stm argument is null (Nothing in VB).
Thrown if the stream is not seekable.
See Also