Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Annotations.Markups
MarkupModel Class
Base class of all markup annotations.
csharp
public abstract class MarkupModel : TallComponents.UnoPdf.Client.Models.Pdf.Annotations.AnnotationModel
Inheritance System.Object 🡒 RectangleModel 🡒 AnnotationModel 🡒 MarkupModel
Derived
↳ FileAttachmentModel
↳ FreeTextModel
↳ LineModel
↳ NoteModel
↳ SquareModel
↳ StampModel
↳ TextMarkupModel
↳ UnknownMarkupModel
Properties | |
---|---|
Author | The author of this markup. |
Contents | The plain text that is displayed by the pop-up window of this markup. |
CreationDate | The date and time when the markup was created. |
InReplyTo | The markup to which this markup replies. |
Opacity | The opacity (0...255) which must be used for this markup. Default is 255. |
Popup | The popup annotation that is associated with this markup annotation. |
Subject | The subject of this markup. |
Text | The (rich) text that is displayed by the pop-up window of this markup. |