Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Pdf Namespace / PdfExportContext Class / GetDataConverter<T> Method
Represents the type of data to convert.


In This Topic
    GetDataConverter<T> Method (PdfExportContext)
    In This Topic
    Gets the data converter which convert custom data in extensible object to OpenXML-compatible data.
    Syntax
    'Declaration
     
    
    Protected Function GetDataConverter(Of T)() As IDataConverter(Of T)
    'Usage
     
    
    Dim instance As PdfExportContext
    Dim value As IDataConverter(Of T)
     
    value = instance.GetDataConverter(Of T)()
    protected IDataConverter<T> GetDataConverter<T>()

    Type Parameters

    T
    Represents the type of data to convert.

    Return Value

    An GrapeCity.Spreadsheet.IO.OpenXml.IDataConverter<T> value represents the data converter.
    See Also