VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfContentPaddingConverter Class / CanConvertTo Methods / CanConvertTo(ITypeDescriptorContext,Type) Method
Syntax Requirements SeeAlso
In This Topic
    CanConvertTo(ITypeDescriptorContext,Type) Method (PdfContentPaddingConverter)
    In This Topic
    Returns a value indicating whether this converter can convert the object to the specified type.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function CanConvertTo( _
    ByVal context
    An ITypeDescriptorContext object that provides a format context.
    As System.ComponentModel.ITypeDescriptorContext, _
    ByVal destinationType
    A Type that represents the type you want to convert to.
    As System.Type _
    ) As Boolean

    Parameters

    context
    An ITypeDescriptorContext object that provides a format context.
    destinationType
    A Type that represents the type you want to convert to.

    Return Value

    True if this converter can perform the conversion; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also