VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class
Properties Methods Events SeeAlso
In This Topic
    PdfAnnotation Class Members
    In This Topic
    The following tables list the members exposed by PdfAnnotation.
    Public Properties
     NameDescription
    Public PropertyGets or sets an action to be performed when the annotation is activated.
    Public PropertyGets or sets an additional-actions defining the annotation's behavior in response to various trigger events.
    Public PropertyGets or sets the type of annotation.
    Public PropertyGets or sets the appearance generator of annotation.
    Public PropertyGets or sets a transformation matrix of annotation appearances.
    Public PropertyGets or sets annotation appearances specifying how the annotation is presented visually on the page.
    Public PropertyGets or sets name of appearance state.
    Public PropertyGets or sets the list of file specification representing the data associated with this annotation in the manner specified by the AssociatedFileRelationship property.
    Public PropertyGets the basic object of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets he blend mode that shall be used when painting the annotation onto the page (PDF 2.0).
    Public PropertyGets or sets an array of custom dashes and spaces for annotation border.
    Public PropertyGets or sets a border style of annotation.
    Public PropertyGets or sets the type of border style.
    Public PropertyGets or sets a width of annotation border in points (user units).
    Public PropertyGets a value indicating whether the annotation can interact with user in View or Markup interaction mode.
    Public PropertyGets or sets a color of annotation.
    Public PropertyGets or sets a text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
    Public PropertyGets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a set of flags, which are specifying various characteristics of the annotation.
    Public PropertyGets a value indicating whether this annotation has appearance.
    Public PropertyGets the reference to an indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a value indicating whether the annotation must NOT be displayed or printed on PDF page and annotation cannot interact with the user.
    Public PropertyGets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a value indicating whether annotation cannot be deleted from PDF page, also annotation properties (including position and size) cannot be modified by the user.
    Public PropertyGets or sets a value indicating whether annotation contents cannot be modified by the user.
    Public PropertyGets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets a value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.
    Public PropertyGets or sets a value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.
    Public PropertyGets or sets a value indicating whether the annotation must be printed on PDF page.
    Public PropertyGets or sets a value indicating whether annotation cannot interact with the user.
    Public PropertyGets or sets a value indicating whether this annotation is appearance of VintaSoft Annotation .NET Plugin annotation.
    Public PropertyGets or sets the date and time when the annotation was most recently modified.
    Public PropertyGets or sets the annotation name, a text string uniquely identifying it among all the annotations on its page.
    Public PropertyGets the unique object number. (Inherited from PdfTreeNodeBase)
    Public PropertyGets or sets the optional content group, which specifies the optional content properties of the annotation.
    Public PropertyGets or sets a PDF page that is associated with annotation.
    Public PropertyGets or sets the annotation rectangle, defining the location of annotation on the page in default user space units.
    Public PropertyGets or sets the integer key of this object entry in the structural parent tree.
    Public PropertyGets or sets a subject of annotation.
    Public PropertyGets or sets the text label, which must be displayed in the title bar of the annotation's pop-up window when open and active.
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a for the specified appearance state and appearance name.
    Public MethodOverloaded. Create a copy of this annotation instance.
    Public MethodOverloaded. Creates a on .Down annotation appearance.
    Public MethodCreates the annotation graphics figure for this annotation.
    Public MethodOverloaded. Creates a on .NormalStates annotation appearance with specified name.
    Public MethodOverloaded. Creates a on .RolloverStates annotation appearance with specified name.
    Public MethodSearches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the action, which is associated with the specified action property name.
    Public MethodReturns the appearance for this annotation.
    Public MethodOverloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase)
    Public MethodReturns the normal appearance for this annotation.
    Public MethodReturns the transform from the annotation space to the page space.
    Public MethodMultiplies a current transformation matrix of annotation appearances to the specified transformation matrix.
    Public MethodSets the action, which is associated with the specified action property name.
    Public MethodSets the specified flag value in Flags property.
    Public MethodReturns a System.String that represents this instance. (Inherited from PdfTreeNodeBase)
    Public MethodUpdates the appearance of this annotation using appearance generator.
    Protected Methods
     NameDescription
    Protected MethodCreates the default annotation appearance generator.
    Protected MethodRaises the AppearanceUpdated event.
    Protected MethodRaises the ContentsChanged event.
    Protected MethodRaises the RectangleChanged event.
    Public Events
     NameDescription
    Public EventOccurs when appearance updated.
    Public EventOccurs when Contents property is changed.
    Public EventOccurs when Rectangle property is changed.
    See Also