Click or drag to resize

TextNoteElement Class

Represents a text annotation in the PDF page.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentPageElement
    ExpertPdf.HtmlToPdf.PdfDocumentTextNoteElement

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public class TextNoteElement : PageElement

The TextNoteElement type exposes the following members.

Constructors
  NameDescription
Public methodTextNoteElement
Constructs a sound link element
Top
Properties
  NameDescription
Public propertyLinkRectangle
Gets or sets the link rectangle in page
Public propertyNoteIcon
Gets or sets text note icon in PDF document.
Public propertyOpen
Gets or sets default annotation status. Default value is false and the annotation is closed
Public propertyText
Gets or sets the annotation text
Top
See Also