Properties Methods

In This Topic
GdPicture14.Annotations Namespace / AnnotationRectangle Class

AnnotationRectangle Class Members

In This Topic

The following tables list the members exposed by AnnotationRectangle.

Public Properties
 NameDescription
Public Property The name of the author who created the annotation. (Inherited from GdPicture14.Annotations.Annotation)
Public Property The width, in inches, of each lines in stroking operations.  
Public Property Specifies if the annotation can be deleted in design time. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies if the annotation can be edited in design time. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies if the annotation can be moved in design time. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies if the annotation can be resized in design time. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies if the annotation can be rotated in design time. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies if the annotation can be selected in design time. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Stores arbitrary public value that can be used to store optional information about the annotation. In DocuVieware, the content of this property will be transferred to the client side in order to be queried by the JavaScript API. (Inherited from GdPicture14.Annotations.Annotation)
Public Property The date and time, expressed as the Coordinated Universal Time, when the annotation was created. IE: "29-Mar-11 12:36 PM". (Inherited from GdPicture14.Annotations.Annotation)
Public Property Determines the dash style for stroking operations.  
Public Property Determines if the annotation must be filled or not.  
Public Property The color to be used for filling the annotation.  
Public Property Specifies the annotation unique identifier. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Height, in inches, of the bounding box of the annotation. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Left position, in inches, of the middle point of the bounding box of the annotation. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Determines the cap style for stroking operations when DashStyle is different of Solid. Cap is used at the end of the dashes that make up dashed lines drawn.  
Public Property The date and time, expressed as the Coordinated Universal Time, when the annotation was modified. IE: "29-Mar-11 12:36 PM". (Inherited from GdPicture14.Annotations.Annotation)
Public Property Opacity (or blending level) of the annotation in the range [0;1]. 0 means full transparency, 1 means full opacity.  
Public Property Specifies if during burning process, the annotation is prevented to be rendered. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies if the annotation is rendered during printing process. (Inherited from GdPicture14.Annotations.Annotation)
Public Property The radius factor used to draw rounded borders, in the range [0;1]. 0 means: 0% rounded borders, 1 means 100% rounded.  
Public Property The rotation of the annotation, in degrees, in the range [0;360]. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies if the annotation is selected. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Determines if the annotation must have the same width and height.  
Public Property Determines if the annotation must be stroked or not.  
Public Property The color to be used for line painting of the annotation. The width of the stroked line is determined by the BorderWidth parameter.  
Public Property The subject of the annotation, if any. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Stores arbitrary value that can be used to store optional information about the annotation. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies the title of the annotation. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Top position, in inches, of the middle point of the bounding box of the annotation. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Determines whether the annotation is visible for purposes of on-screen display and user interaction. The annotation may be printed (depending on the value of the Printable property). (Inherited from GdPicture14.Annotations.Annotation)
Public Property Width, in inches, of the bounding box of the annotation. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others. (Inherited from GdPicture14.Annotations.Annotation)
Top
Public Methods
 NameDescription
Public Method (Inherited from GdPicture14.Annotations.Annotation)
Public Method Returns the type of the annotation. (Inherited from GdPicture14.Annotations.Annotation)
Top
See Also