Click or drag to resize

PdfAnnotationDataImporterIsValidFormat Method

Indicates whether or not the stream is a PDF.

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 override bool IsValidFormat(
	Stream stm
)

Parameters

stm
Type: System.IOStream
A non-null stream.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the stm argument is null (Nothing in VB).
See Also