'Declaration Protected Overridable ReadOnly Property BufferedDrawing As Boolean
protected virtual bool BufferedDrawing { get; }
protected: __property virtual bool get_BufferedDrawing();
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.
Default value is false.