Skip to main content

PdfSignatureOptions.PdfSignatureOptionsTypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override object ConvertTo(
    ITypeDescriptorContext context,
    CultureInfo culture,
    object value,
    Type destinationType
)

Parameters

Name Type
context ITypeDescriptorContext
culture CultureInfo
value Object
destinationType Type

Returns

Type
Object
See Also