Click or drag to resize

PdfUnderlineAnnotation Class

Represents the underline annotation
Inheritance Hierarchy

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

The PdfUnderlineAnnotation type exposes the following members.

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