Interface IInlineImage
Represents an inline image
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IInlineImage : IImageBase
Properties
| Improve this Doc View SourceContent
Gets or sets the content.
Declaration
byte[] Content { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The content. |