Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

GetObjectData Method






The System.Runtime.Serialization.SerializationInfo to populate with data.
The contextual information about the source or destination of the serialization.
Populates a specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize this object.
Syntax
public virtual void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)
'Declaration
 
Public Overridable Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As SvgDocument
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public:
virtual void GetObjectData( 
   SerializationInfo^ info,
   StreamingContext context
) 

Parameters

info
The System.Runtime.Serialization.SerializationInfo to populate with data.
context
The contextual information about the source or destination of the serialization.
Remarks

This method implements System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)

The SvgDocument class supports standard .NET serialization. Serialization of a SvgDocument is the process of converting the state of a Leadtools.RasterImage object into a form that can be persisted or transported. The complement of serialization is deserialization, which converts a stream into an Leadtools.RasterImage object. Together, these processes allow the image data to be easily stored and transferred.

When you serialize a SvgDocument object, all the data inside the object is saved. The SvgDocument can be reconstructed back to its original state from the stream.

Example

For an example, refer to SvgDocument Constructor.

Requirements

Target Platforms

See Also

Reference

SvgDocument Class
SvgDocument Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features