DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgReferenceType Enumeration

SvgReferenceType Enumeration
Specifies the type of data in an SvgReference.
Syntax
'Declaration
 
Public Enum SvgReferenceType 
   Inherits System.Enum
 
Members
MemberDescription
BitmapEmbedded GrapeCity.Documents.Imaging.GcBitmap.
IDThe ID of the referenced element.
NoneA reference to nowhere.
SvgEmbedded GcSvgDocument.
UriThe URI to an external object.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgReferenceType

See Also