Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgReference Class / SvgReference Constructor / SvgReference Constructor(GcBitmap,Boolean)

In This Topic
    SvgReference Constructor(GcBitmap,Boolean)
    In This Topic
    Initializes a new instance of the SvgReference class with an embedded image.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bitmap As GcBitmap, _
       ByVal ownData As System.Boolean _
    )
    public SvgReference( 
       GcBitmap bitmap,
       System.bool ownData
    )

    Parameters

    bitmap
    ownData
    See Also