Click or drag to resize

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
)

Parameters

filter
Type: pdftron.FiltersIFilter
The destination filter where to save highlight information to.

Return Value

Type: IAsyncAction
An object used for managing the asynchronous operation.
See Also