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()
Public Function SaveToBufferAsync As IAsyncOperation(Of IBuffer)
public:
virtual IAsyncOperation<IBuffer^>^ SaveToBufferAsync() sealed
function SaveToBufferAsync();
Return Value
Type:
IAsyncOperationIBufferWhen this method completes, it returns a buffer containing the serialized FDFDoc.
See Also