Click or drag to resize

FDFDocSaveToBufferAsync Method

Saves all changes to the document and writes them to a byte array.

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

Return Value

Type: IAsyncOperationIBuffer
When this method completes, it returns a buffer containing the serialized FDFDoc.
See Also