ClassDocumentNotNullConverter
Converts a value to a boolean indicating whether it is a non-null RadFixedDocument.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DocumentNotNullConverter : IValueConverter
Inheritance: objectDocumentNotNullConverter
Implements:
Constructors
DocumentNotNullConverter()
Declaration
public DocumentNotNullConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts a value to a boolean indicating whether it is a RadFixedDocument.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The value to convert.
targetType
The type of the binding target property.
parameter
The converter parameter to use.
culture
The culture to use in the converter.
Returns
true
if the value is a RadFixedDocument; otherwise, false
.
ConvertBack(object, Type, object, CultureInfo)
Converts a value back. This method is not implemented and throws NotImplementedException.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
The value that is produced by the binding target.
targetType
The type to convert to.
parameter
The converter parameter to use.
culture
The culture to use in the converter.
Returns
A converted value.
Exceptions
This method is not implemented.