PdfTextNote Class

The PDF text note class

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfTextNote : PdfObject
Inheritance
Object    PdfObject    PdfTextNote

Constructors

PdfTextNote Creates a text note

Properties

IconType Gets or sets text note icon in PDF document. This property is Note type by default
IsOpen Controls if the note should be opened by default when displayed in PDF. This property is false by default
NoteRectangle The text note rectangle in PDF page
NoteText The note text

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also