VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / InkAnnotationView Class
In This Topic
InkAnnotationView Class Properties
In This Topic
For a list of all properties of this type, see InkAnnotationView.
Public Properties
 NameDescription
Public PropertyGets or sets the blending mode of the annotation. (Inherited from LineAnnotationViewBase)
Public PropertyGets or sets a value indicating whether the annotation border is visible. (Inherited from AnnotationView)
Public PropertyGets or sets a transformer used for building of annotation. (Inherited from AnnotationView)
Public PropertyGets or sets a value indicating whether the annotation can be mirrored. (Inherited from AnnotationView)
Public PropertyGets or sets a value indicating whether the annotation can be moved. (Inherited from AnnotationView)
Public PropertyGets or sets a value indicating whether the size of the annotation can be changed. (Inherited from AnnotationView)
Public PropertyGets or sets a value indicating whether the annotation can be rotated. (Inherited from AnnotationView)
Public PropertyGets or sets a value indicating whether the annotation can be selected. (Inherited from AnnotationView)
Public PropertyGets or sets the System.Windows.Forms.ContextMenuStrip associated with the annotation. (Inherited from AnnotationView)
Public PropertyGets or sets information about the user who created the annotation. (Inherited from AnnotationView)
Public PropertyGets or sets the creation time of annotation. (Inherited from AnnotationView)
Public PropertyGets the annotation data. (Inherited from AnnotationView)
Public PropertyGets or sets the background brush of annotation. (Inherited from AnnotationView)
Public PropertyGets or sets the grip mode of annotation. (Inherited from LineAnnotationViewBase)
Public PropertyGets or sets a value indicating whether the annotation is mirrored horizontally. (Inherited from AnnotationView)
Public PropertyGets or sets intent of the annotation. (Inherited from AnnotationView)
Public PropertyGets or sets an interaction controller of annotation view. (Inherited from AnnotationView)
Public PropertyGets a value indicating whether the annotation is building. (Inherited from AnnotationView)
Public PropertyGets a value indicating whether this annotation has been disposed of. (Inherited from AnnotationView)
Public PropertyGets a value indicating whether this annotation is ready for drawing, for example, line annotation has points.
Public PropertyGets a value indicating whether the annotation is selected. (Inherited from AnnotationView)
Public PropertyGets a value indicating whether text area is overflowed. (Inherited from TextAnnotationDataBaseView)
Public PropertyGets or sets a value indicating whether the annotation is visible. (Inherited from AnnotationView)
Public PropertyGets or sets the style of line. (Inherited from LinesAnnotationView)
Public PropertyGets or sets the size of the line style pattern. (Inherited from LinesAnnotationView)
Public PropertyGets or sets the location, in device-independent pixels (1/96th inch), of annotation in the image space. (Inherited from AnnotationView)
Public PropertyGets or sets information about the user who modified the annotation. (Inherited from AnnotationView)
Public PropertyGets or sets the last time this annotation was modified. (Inherited from AnnotationView)
Public PropertyGets or sets the name of annotation. (Inherited from AnnotationView)
Public PropertyGets or sets the style of the annotation's outline. (Inherited from AnnotationView)
Public PropertyGets a AnnotationPointCollection containing the points of annotation. (Inherited from LineAnnotationViewBase)
Public PropertyGets or sets a transformer used for transforming of points of the annotation when GripMode is set to GripMode.Points. (Inherited from LineAnnotationViewBase)
Public PropertyGets or sets a transformer used for transforming of points of the annotation when GripMode is set to GripMode.Rectangular. (Inherited from LineAnnotationViewBase)
Public PropertyGets or sets the current amount of rotation, in degrees, for this annotation. (Inherited from AnnotationView)
Public PropertyGets or sets the System.Drawing.Brush that used for filling of annotation's selection. (Inherited from AnnotationView)
Public PropertyGets or sets the System.Drawing.Pen that used for drawing of annotation's selection. (Inherited from AnnotationView)
Public PropertyGets or sets the size, in device-independent pixels (1/96th inch), of the annotation. (Inherited from AnnotationView)
Public PropertyGets the indices (in point collection returning by Points property), which define start points of graphics paths in this annotation.
Public PropertyGets the text box transformer. (Inherited from TextAnnotationDataBaseView)
Public PropertyGets or sets a value indicating whether the TextBoxTransformer is enabled. (Inherited from TextAnnotationDataBaseView)
Public PropertyGets or sets the text properties. (Inherited from TextAnnotationDataBaseView)
Public PropertyGets a transformer for this TextAnnotationDataBaseView that provides a System.Windows.Forms.RichTextBox for the annotation text editing. (Inherited from TextAnnotationDataBaseView)
Public PropertyGets or sets the tooltip associated with the annotation. (Inherited from AnnotationView)
Public PropertyGets or sets a transformer used for transforming (moving/resizing/rotating/...) of the annotation. (Inherited from AnnotationView)
Public PropertyGets or sets a value indicating whether transformer must use the move area with contour, which is equal to the contour of annotation's bounding box. (Inherited from LineAnnotationViewBase)
Public PropertyGets or sets a value indicating whether lines of annotation must be drawn with interpolation. (Inherited from LinesAnnotationView)
Public PropertyGets or sets a value indicating whether the annotation is mirrored vertically. (Inherited from AnnotationView)
Protected Properties
 NameDescription
Protected PropertyGets a distance, which defines how the IsPointOnFigure(PointF) method must expand the annotation contour for determining whether the point is contained within the annotation. (Inherited from AnnotationView)
Protected PropertyGets a value indicating whether lines of annotation are closed. (Inherited from LinesAnnotationView)
Protected PropertyGets the annotation renderer. (Inherited from AnnotationView)
Protected PropertyGets a value indicating whether the annotation must use annotation renderer to draw this annotation. (Inherited from AnnotationView)
See Also