[]
        
(Showing Draft Content)

C1.WPF.ReportViewer.ZoomConverter

ZoomConverter Class

Converter used to show the Zoom value as text.

Inheritance
ZoomConverter
Implements
Namespace: C1.WPF.ReportViewer
Assembly: C1.WPF.ReportViewer.4.6.2.dll
Syntax
public class ZoomConverter : IValueConverter

Constructors

Name Description
ZoomConverter()

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Modifies the source data before passing it to the target for display in the UI.

ConvertBack(object, Type, object, CultureInfo)

Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.