VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / UseAnnotationRenderer Property
Syntax Requirements SeeAlso
In This Topic
    UseAnnotationRenderer Property (AnnotationView)
    In This Topic
    Gets a value indicating whether the annotation must use annotation renderer to draw this annotation.
    Syntax
    'Declaration
    
    Protected Overridable ReadOnly Property UseAnnotationRenderer As Boolean
    
    
    protected virtual bool UseAnnotationRenderer { get; }
    
    
    protected: __property virtual bool get_UseAnnotationRenderer();
    
    
    
    protected:
    virtual property bool UseAnnotationRenderer { bool 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 true.
    Requirements

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

    See Also