Represents a text annotation in the PDF page.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class TextNoteElement : PageElement
Visual Basic
Public Class TextNoteElement
	Inherits PageElement
Visual C++
public ref class TextNoteElement : public PageElement

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PageElement
    EvoPdf..::..TextNoteElement

See Also