[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgReference.-ctor

SvgReference Constructor

SvgReference(string)

Initializes a new instance of the SvgReference class with the specified id.

Declaration
public SvgReference(string id)
Parameters
Type Name Description
string id

SvgReference(GcBitmap, bool)

Initializes a new instance of the SvgReference class with an embedded image.

Declaration
public SvgReference(GcBitmap bitmap, bool ownData)
Parameters
Type Name Description
GcBitmap bitmap
bool ownData

SvgReference(GcSvgDocument, bool)

Initializes a new instance of the SvgReference class with an embedded SVG document.

Declaration
public SvgReference(GcSvgDocument svgDocument, bool ownData)
Parameters
Type Name Description
GcSvgDocument svgDocument
bool ownData

SvgReference(Uri)

Initializes a new instance of the SvgReference class with the specified Uri object.

Declaration
public SvgReference(Uri uri)
Parameters
Type Name Description
Uri uri