Click or drag to resize

LinesAnnotationTranslucent Property

Gets or sets a value indicating whether the line is drawn as a highlighter.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Translucent { get; set; }

Property Value

Type: Boolean
A value indicating if this annotation should act as a highlighter.
Remarks
Setting Translucent to true will disable rotation for the annotation. This also affects the behavior of the RotateDocument(DocumentRotation, Int32) method.
See Also