Click or drag to resize
Pdftools logo

MarkupInfo Class

Information for a markup annotation

Holds information contained in a markup annotation or in a reply to a markup annotation.
Inheritance Hierarchy
SystemObject
  PdfTools.FourHeights.PdfToolbox.InternalNativeBase
    PdfTools.FourHeights.PdfToolbox.InternalNativeObject
      PdfTools.FourHeights.PdfToolbox.Pdf.AnnotationsMarkupInfo

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Annotations
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public class MarkupInfo : NativeObject

The MarkupInfo type exposes the following members.

Properties
 NameDescription
Public propertyAuthor

The author

Public propertyContent

The information content

Public propertyCreationDate

The date of creation

Public propertyLocked

Whether the content can be modified

This does not restrict the modification of other aspects of the annotation or its deletion.
Public propertyModificationDate

The date of last modification

Public propertySubject

The subject

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also