VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / Comment Class
Constructors Properties Methods Events SeeAlso
In This Topic
Comment Class Members
In This Topic
The following tables list the members exposed by Comment.
Protected Constructors
 NameDescription
Protected ConstructorInitializes a new instance of the Comment class.
Public Properties
 NameDescription
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 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.
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 of the comment.
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.
Public MethodCloses this comment and all replies.
Public MethodReleases all resources used by this object.
Public MethodOpens this comment and all replies.
Public MethodSearches the comment by specified source.
Public MethodSearches the comment by point in SourceBoundingBox.
Public MethodReturns all replies of this comment.
Public MethodReturns the available comment types.
Public MethodReturns the states of this comment.
Public MethodRemoves this comment.
Public MethodResets the BoundingBox property to the default value.
Public MethodSets the state of this comment.
Protected Methods
 NameDescription
Protected MethodCreates the reply collection for this comment.
Protected MethodRaises the PropertyChanged event.
Protected MethodRaises the StatesChanged event.
Public Events
 NameDescription
Public EventOccurs when the comment property is changed.
Public EventOccurs when states are changed.
See Also