VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / Resolution Structure / GetObjectData(SerializationInfo,StreamingContext) Method
Syntax Requirements SeeAlso
In This Topic
    GetObjectData(SerializationInfo,StreamingContext) Method (Resolution)
    In This Topic
    Populates a SerializationInfo with the data needed to serialize the target object.
    Syntax
    'Declaration
    
    <SecurityPermissionAttribute(LinkDemand, "Flags = SerializationFormatter")>
    Public Sub GetObjectData( _
    ByVal info
    The SerializationInfo to populate with data.
    As System.Runtime.Serialization.SerializationInfo, _
    ByVal context
    The destination for this serialization.
    As System.Runtime.Serialization.StreamingContext _
    )

    Parameters

    info
    The SerializationInfo to populate with data.
    context
    The destination for this serialization.
    Requirements

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

    See Also