[]
        
(Showing Draft Content)

C1.WPF.PdfViewer.PdfZoomConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

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

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value

The double or ViewMode value being passed to the target.

Type targetType

The Type of data expected by the target dependency property.

object parameter

An optional parameter to be used in the converter logic.

CultureInfo culture

The culture of the conversion.

Returns
Type Description
object

The string value to be passed to the target dependency property.

Implements