[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgReferenceType

SvgReferenceType Enum

Specifies the type of data in an SvgReference.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgReferenceType
Public Enum SvgReferenceType

Fields

Name Description
Bitmap

Embedded GcBitmap.

ID

The ID of the referenced element.

None

A reference to nowhere.

Svg

Embedded GcSvgDocument.

Uri

The URI to an external object.