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

Show in webframe

Load Method






The stream containing SVG data.
Options to use during load. If this parameter is null, then the default SvgLoadOptions will be used.
Creates an SvgDocument object from a LEAD stream containing SVG data.
Syntax
public static SvgDocument Load( 
   ILeadStream stream,
   SvgLoadOptions options
)
'Declaration
 
Public Shared Function Load( _
   ByVal stream As ILeadStream, _
   ByVal options As SvgLoadOptions _
) As SvgDocument
'Usage
 
Dim stream As ILeadStream
Dim options As SvgLoadOptions
Dim value As SvgDocument
 
value = SvgDocument.Load(stream, options)
public static SvgDocument load(ILeadStream stream, SvgLoadOptions options)
public:
static SvgDocument^ Load( 
   ILeadStream^ stream,
   SvgLoadOptions^ options
) 

Parameters

stream
The stream containing SVG data.
options
Options to use during load. If this parameter is null, then the default SvgLoadOptions will be used.

Return Value

The SvgDocument object this method creates.
Remarks

To get and set information about a document's bounds and resolution, refer to SVG Size, Bounds and Flat.

Use one of the Leadtools.Codecs.RasterCodecs.LoadSvg(System.IO.Stream,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions) or Leadtools.Codecs.RasterCodecs.LoadSvgAsync(System.String,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions,System.Object) methods to load other compatible formats (like PDF, Doc / DocX, etc.) as SVG documents.

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