Click or drag to resize

PdfMarkupAnnotation Class

Represents the Markup annotations.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.AnnotationsPdfAnnotation
      Patagames.Pdf.Net.AnnotationsPdfMarkupAnnotation
        More

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public abstract class PdfMarkupAnnotation : PdfAnnotation

The PdfMarkupAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfMarkupAnnotation(PdfPage) Creates a new PdfMarkupAnnotation.
Public methodPdfMarkupAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfMarkupAnnotation class based on the specified dictionary.
Top
Properties
 NameDescription
Public propertyCreationDate Gets or sets the date and time when the annotation was created.
Protected propertyInternalIntent Gets or sets a string describing the intent of the markup annotation.
Public propertyOpacity Gets or sets the constant opacity value to be used in painting the annotation.
Public propertyPopup Gets or sets a pop-up annotation for entering or editing the text associated with this annotation.
Public propertyRelationship Gets or sets a value specifying the relationship (the “reply type”) between this annotation and one specified by RelationshipAnnotation.
Public propertyRelationshipAnnotation Gets or sets annotation that this annotation is “in reply to.”
Public propertyRichText A rich text string to be displayed in the pop-up window when the annotation is opened.
Public propertySubject Gets or sets text representing a short description of the subject being addressed by the annotation.
Public propertyText Gets or sets the text label to be displayed in the title bar of the annotation’s pop-up window when open and active.
Top
Methods
 NameDescription
Public methodRegenerateAppearances Re-creates the appearance of the annotation based on its properties.
Top
Remarks
Many annotation types are defined as markup annotations because they are used primarily to mark up PDF documents. These annotations have text that appears as part of the annotation and may be displayed in other ways by a viewer application, such as in a Comments pane.
See Also
Inheritance Hierarchy