Click or drag to resize

FDFDocSaveAsXFDFToBufferAsync Method

Saves the FDF document in XFDF format.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<IBuffer> SaveAsXFDFToBufferAsync()

Return Value

Type: IAsyncOperationIBuffer
When this method completes, it returns an XFDF into a buffer.
See Also