VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments.Pdf Namespace / PdfAnnotationComment Class
Constructors Properties Methods Events Fields SeeAlso
In This Topic
    PdfAnnotationComment Class Members
    In This Topic
    The following tables list the members exposed by PdfAnnotationComment.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfAnnotationComment class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The default available values of Type property.
    Public Fieldstatic (Shared in Visual Basic)The default popup annotation size.
    Public Properties
     NameDescription
    Public PropertyGets the PDF markup annotation that stores the comment's data.
    Public PropertyGets or sets the bounding box of the comment (popup annotation), in device independed pixels (DIPs).
    Public PropertyGets or sets the color of the comment in user interface.
    Public PropertyGets or sets date and time when the comment was created.
    Public PropertyGets or sets a value indicating whether this comment is open in user interface.
    Public PropertyGets or sets a value indicating whether this comment is read-only in user interface.
    Public PropertyGets a value indicating whether this comment sets the parent state. (Inherited from Comment)
    Public PropertyGets or sets the modify date of the comment.
    Public PropertyGets or sets the name of the comment.
    Public PropertyGets the PDF page of Annotation.
    Public PropertyGets the parent comment. (Inherited from Comment)
    Public PropertyGets the comment collection that contains this comment. (Inherited from Comment)
    Public PropertyGets or sets the state to which the parent comment (Parent) should be set.
    Public PropertyGets the comment collection that contains replies to this comment.
    Public PropertyGets the source object of the comment. (Inherited from Comment)
    Public PropertyGets the bounding box of Annotation, in device independed pixels (DIPs).
    Public PropertyGets or sets the state model corresponding to ParentState.
    Public PropertyGets or sets the subject of the comment.
    Public PropertyGets or sets the text of the comment.
    Public PropertyGets or sets the type of the comment.
    Public PropertyGets or sets the user name.
    Public Methods
     NameDescription
    Public MethodAdds the reply to this comment. (Inherited from Comment)
    Public MethodCloses this comment and all replies. (Inherited from Comment)
    Public MethodReleases all resources used by this object.
    Public MethodOpens this comment and all replies. (Inherited from Comment)
    Public MethodSearches the comment by specified source. (Inherited from Comment)
    Public MethodSearches the comment by point in SourceBoundingBox. (Inherited from Comment)
    Public MethodReturns all replies of this comment. (Inherited from Comment)
    Public MethodReturns the available comment types.
    Public MethodReturns the states of this comment. (Inherited from Comment)
    Public MethodRemoves this comment. (Inherited from Comment)
    Public MethodResets the BoundingBox property to the default value.
    Public MethodSets the state of this comment. (Inherited from Comment)
    Protected Methods
     NameDescription
    Protected MethodCreates the reply collection for this comment.
    Protected MethodReturns the rectagle for popup annotation.
    Protected MethodRaises the PropertyChanged event. (Inherited from Comment)
    Protected MethodRaises the StatesChanged event. (Inherited from Comment)
    Public Events
     NameDescription
    Public EventOccurs when the comment property is changed. (Inherited from Comment)
    Public EventOccurs when states are changed. (Inherited from Comment)
    See Also