Click or drag to resize

HighlightsLoadAsync Method

Loads the Highlight information from a filter. Note that the pre-existing Highlight information will be discarded.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IAsyncAction LoadAsync(
	IFilter filter
)

Parameters

filter
Type: pdftron.FiltersIFilter
The source filter where to load highlight information from.

Return Value

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