Properties Methods

In This Topic
GdPicture14.Annotations Namespace / AnnotationRuler Class

AnnotationRuler Class Members

In This Topic

The following tables list the members exposed by AnnotationRuler.

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. (Inherited from GdPicture14.Annotations.AnnotationLine)
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. (Inherited from GdPicture14.Annotations.AnnotationLine)
Public Property The name of the font to be used to render the text.  
Public Property The size of the font to be used to render the text.  
Public Property The style of the font to be used to render the text.  
Public Property Defines the color of the font.  
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 Defines the measurement unit used. If set to Custom, the value of the MeasurementUnitCustomString property will be used as prefix into the annotation appearance, and the distance will be computed with this formula: distance = inche distance * Scale.  
Public Property Defines the custom measurement unit string..  
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. (Inherited from GdPicture14.Annotations.AnnotationLine)
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 rotation of the annotation, in degrees, in the range [0;360]. (Inherited from GdPicture14.Annotations.Annotation)
Public Property Defines the scale of the ruler.  
Public Property Specifies if the annotation is selected. (Inherited from GdPicture14.Annotations.Annotation)
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. (Inherited from GdPicture14.Annotations.AnnotationLine)
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 Defines the number of ticks per unit to display.  
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  
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