Click or drag to resize

RectangleDataTranslucent Property

Gets or sets a value indicating whether this annotation is used as a highlighter.

Namespace:  Atalasoft.Annotate
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 whether this annotation is used as a highlighter.

Implements

IHighlighterTranslucent
Remarks
Setting Translucent to true will disable rotation for the annotation. This also affects the behavior of the RotateDocument method.
See Also