[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgReferenceType

Enum SvgReferenceType

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Specifies the type of data in an SvgReference.

public enum SvgReferenceType

Fields

Bitmap = 2

Embedded GcBitmap.

ID = 1

The ID of the referenced element.

None = 0

A reference to nowhere.

Svg = 3

Embedded GcSvgDocument.

Uri = 4

The URI to an external object.