HighlightsSaveAsync Method |
Save the current Highlight information in the class to a filter.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IAsyncAction SaveAsync(
IFilter filter
)
Public Function SaveAsync (
filter As IFilter
) As IAsyncAction
public:
virtual IAsyncAction^ SaveAsync(
[InAttribute] IFilter^ filter
) sealed
function SaveAsync(filter);
Parameters
- filter
- Type: pdftron.FiltersIFilter
The destination filter where to save highlight information to.
Return Value
Type:
IAsyncActionAn object used for managing the asynchronous operation.
See Also