PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / SerializerBase Class / Deserialize Method / Deserialize(String,Object,Type,C1DocumentFormatEnum) Method

In This Topic
    Deserialize(String,Object,Type,C1DocumentFormatEnum) Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Public Overloads Function Deserialize( _
       ByVal fileName As String, _
       ByVal o As Object, _
       ByVal type As Type, _
       ByVal format As C1DocumentFormatEnum _
    ) As Object
    public object Deserialize( 
       string fileName,
       object o,
       Type type,
       C1DocumentFormatEnum format
    )

    Parameters

    fileName
    o
    type
    format
    See Also