VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / GroupAnnotationData Class
Constructors Properties Methods Events SeeAlso
In This Topic
    GroupAnnotationData Class Members
    In This Topic
    The following tables list the members exposed by GroupAnnotationData.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the annotation border is visible. (Inherited from AnnotationData)
    Public PropertyGets or sets a value indicating whether the annotation can be mirrored. (Inherited from AnnotationData)
    Public PropertyGets or sets a value indicating whether the annotation can be moved. (Inherited from AnnotationData)
    Public PropertyGets or sets a value indicating whether the size of annotation can be changed. (Inherited from AnnotationData)
    Public PropertyGets or sets a value indicating whether the annotation can be rotated. (Inherited from AnnotationData)
    Public PropertyGets or sets a value indicating whether the annotation can be selected. (Inherited from AnnotationData)
    Public PropertyGets or sets the annotation comment. (Inherited from AnnotationData)
    Public PropertyGets or sets information about the user who created the annotation. (Inherited from AnnotationData)
    Public PropertyGets or sets the creation time of the annotation. (Inherited from AnnotationData)
    Public PropertyGets or sets the background brush of annotation. (Inherited from AnnotationData)
    Public PropertyGets the unique System.Guid associated with the annotation. (Inherited from AnnotationData)
    Public PropertyGets or sets a value indicating whether the annotation is mirrored horizontally. (Inherited from AnnotationData)
    Public PropertyGets or sets intent of the annotation. (Inherited from AnnotationData)
    Public PropertyGets a value indicating whether the annotation is disposed. (Inherited from AnnotationData)
    Public PropertyGets a value indicating whether the annotation data is initializing. (Inherited from AnnotationData)
    Public PropertyGets or sets a value indicating whether the annotation is visible. (Inherited from AnnotationData)
    Public PropertyGets the annotation collection of the annotation.
    Public PropertyGets or sets the location, in device-independent pixels (1/96th inch), of annotation in the image space. (Inherited from CompositeAnnotationData)
    Public PropertyGets or sets information about the user who modified the annotation. (Inherited from AnnotationData)
    Public PropertyGets or sets the last time this annotation was modified. (Inherited from AnnotationData)
    Public PropertyGets or sets the name of annotation. (Inherited from AnnotationData)
    Public PropertyGets or sets the style of the annotation's outline. (Inherited from AnnotationData)
    Public PropertyGets a value indicating whether the annotation is resizeable. (Inherited from AnnotationData)
    Public PropertyGets a value indicating whether the annotation is rotatable. (Inherited from CompositeAnnotationData)
    Public PropertyGets or sets the current amount of rotation, in degrees, for this annotation. (Inherited from CompositeAnnotationData)
    Public PropertyGets or sets the size, in device-independent pixels (1/96th inch), of the annotation. (Inherited from CompositeAnnotationData)
    Public PropertyGets or sets the tooltip associated with the annotation. (Inherited from AnnotationData)
    Public PropertyGets or sets a value indicating whether the annotation is mirrored vertically. (Inherited from AnnotationData)
    Public Methods
     NameDescription
    Public MethodSignals the CompositeAnnotationData that initialization is starting. (Inherited from CompositeAnnotationData)
    Public MethodCreates a new object that is a copy of the current GroupAnnotationData instance.
    Public MethodCopies the state of the current object to the target object.
    Public MethodSignals the CompositeAnnotationData that initialization is complete. (Inherited from CompositeAnnotationData)
    Public MethodOverloaded. Returns a bounding box of annotation. (Inherited from CompositeAnnotationData)
    Public MethodReturns the annotation center coordinates relative to the Location property without regard to rotation. (Inherited from AnnotationData)
    Public MethodReturns an enumerator that iterates through a composite annotation. (Inherited from CompositeAnnotationData)
    Public MethodReturns the location and size of the annotation. (Inherited from CompositeAnnotationData)
    Public MethodReturns the annotation location in image coordinate system, in device-independent pixels (1/96th inch), without regard to rotation. (Inherited from AnnotationData)
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodSets the location and size of the annotation. (Inherited from CompositeAnnotationData)
    Public MethodSets the location and size of the annotation and determines new locations and sizes of all included annotations with given initial state of all included annotations. (Inherited from CompositeAnnotationData)
    Public MethodSets the rotation angle, in degrees, for this annotation. (Inherited from CompositeAnnotationData)
    Public MethodReturns the string representation of this object. (Inherited from AnnotationData)
    Public MethodApplies a transformation to the annotation. (Inherited from CompositeAnnotationData)
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Releases the unmanaged resources, which are used by the annotation, and optionally releases the managed resources.
    Protected MethodAllows an annotation to attempt to free resources and perform other cleanup operations before the annotation is reclaimed by garbage collection. (Inherited from AnnotationData)
    Protected MethodRaises the ItemPropertyChanged event. (Inherited from CompositeAnnotationData)
    Protected MethodRaises the ItemPropertyChanging event. (Inherited from CompositeAnnotationData)
    Protected MethodRaises the PropertyChanged event. (Inherited from AnnotationData)
    Protected MethodRaises the PropertyChanging event. (Inherited from CompositeAnnotationData)
    Public Events
     NameDescription
    Public EventOccurs when the item property is changed. (Inherited from CompositeAnnotationData)
    Public EventOccurs when the item property is changing. (Inherited from CompositeAnnotationData)
    Public EventOccurs when the annotation data property is changed. (Inherited from AnnotationData)
    Public EventOccurs when the annotation data property is changing. (Inherited from AnnotationData)
    See Also