VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / AnnotationComment Class
Constructors Properties Methods Events Fields SeeAlso
In This Topic
    AnnotationComment Class Members
    In This Topic
    The following tables list the members exposed by AnnotationComment.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The default comment size.
    Public Properties
     NameDescription
    Public PropertyGets the annotation that stores the comment's data.
    Public PropertyGets or sets the bounding box of the comment, 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 a value indicating whether the comment is disposed.
    Public PropertyGets or sets a value indicating whether the comment is opened.
    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 date and time when the annotation was most recently modified.
    Public PropertyGets or sets the comment name.
    Public PropertyGets the parent comment.
    Public PropertyGets the comment collection that contains this 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 that stores the comment's data.
    Public PropertyGets the bounding box of Source object, 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 MethodCreates a new object that is a copy of the current AnnotationComment instance.
    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 available comment types.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    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 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