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
public DocumentNotNullConverter()
Methods
Converts a value to a boolean indicating whether it is a RadFixedDocument.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The value to convert.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns:true if the value is a RadFixedDocument; otherwise, false.
Converts a value back. This method is not implemented and throws NotImplementedException.
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
The value that is produced by the binding target.
targetTypeTypeThe type to convert to.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns:A converted value.
Exceptions:This method is not implemented.