VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / GroupAnnotationView Class / UseAnnotationRenderer Property
Syntax Requirements SeeAlso
In This Topic
UseAnnotationRenderer Property (GroupAnnotationView)
In This Topic
Gets a value indicating whether the annotation must use annotation renderer to draw this annotation.
Syntax
'Declaration

Protected Overrides ReadOnly Property UseAnnotationRenderer As Boolean

protected override bool UseAnnotationRenderer { get; }

Property Value

True - annotation view must use AnnotationRendererFactory to create annotation renderer and use this renderer to draw the annotation;
false - annotation view must use DrawInContentSpace(Graphics,DrawingSurface) method to draw the annotation.
Default value is false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also