DocumentExportAnnotationsToXfdf Method (Stream)
Export all document annotations into stream.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void ExportAnnotationsToXfdf(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream where store XFDF.
See Also