Click or drag to resize

PdfHighlightAnnotation Class

Represents the highlight annotation
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfHighlightAnnotation : PdfTextMarkupAnnotation

The PdfHighlightAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfHighlightAnnotation(PdfPage) Creates a new PdfHighlightAnnotation.
Public methodPdfHighlightAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfHighlightAnnotation class based on the specified dictionary.
Public methodPdfHighlightAnnotation(PdfPage, FS_POINTF, FS_POINTF, FS_POINTF, FS_POINTF, FS_COLOR) Creates a new PdfHighlightAnnotation with quadrilateral as specified.
Top
Remarks
Please find details in the remarks section of PdfTextMarkupAnnotation
See Also