When overridden in a derived class, gets the BitmapEncoder used to encode the rendered bitmap.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected abstract BitmapEncoder BitmapEncoder { get; }
Visual Basic (Declaration)
Protected MustOverride ReadOnly Property BitmapEncoder As BitmapEncoder

Return Value

A BitmapEncoder to encode the rendered bitmap.

See Also