A newer version of this page is available.
Switch to the current version.
PdfSignatureOptions.PdfSignatureOptionsTypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public override object ConvertTo(
ITypeDescriptorContext context,
CultureInfo culture,
object value,
Type destinationType
)
Public Overrides Function ConvertTo(
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object,
destinationType As Type
) As Object
Parameters
Name | Type |
---|---|
context | ITypeDescriptorContext |
culture | CultureInfo |
value | Object |
destinationType | Type |
Returns
Type |
---|
Object |
See Also
Feedback