Add extra Highlight information into the class.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Add(
Highlights hlts
)
Public Sub Add (
hlts As Highlights
)
public:
virtual void Add(
[InAttribute] Highlights^ hlts
) sealed
Parameters
- hlts
- Type: pdftron.PDFHighlights
the Highlights of which the Highlight information is to be
added.
See Also