Document.ExportAnnotationsToXfdf
ExportAnnotationsToXfdf(string)
Exports all document annotations to XFDF file
public void ExportAnnotationsToXfdf(string fileName)
| Parameter | Type | Description |
|---|---|---|
| fileName | String | XFDF file name |
See Also
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF
ExportAnnotationsToXfdf(Stream)
Export all document annotations into stream.
public void ExportAnnotationsToXfdf(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Stream where store XFDF. |
See Also
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF