VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Rendering Namespace / RectangleAnnotationRenderer Class / BufferedDrawing Property
Syntax Requirements SeeAlso
In This Topic
    BufferedDrawing Property (RectangleAnnotationRenderer)
    In This Topic
    Gets a value indicating whether the buffer must be used for drawing of rotated annotation.
    Syntax
    'Declaration
    
    Protected Overridable ReadOnly Property BufferedDrawing As Boolean
    
    
    protected virtual bool BufferedDrawing { get; }
    
    
    protected: __property virtual bool get_BufferedDrawing();
    
    
    
    protected:
    virtual property bool BufferedDrawing { bool get(); }

    Property Value

    true - rotated annotation must be drawn using the intermediate buffer (best quality and good speed); false - rotated annotation must be drawn without using the intermediate buffer (good quality and fast speed).
    Default value is false.
    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