[]
Specifies the type of data in an SvgReference.
public enum SvgReferenceType
Public Enum SvgReferenceType
| 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. |