Overview and description of Leadtools Svg classes, delegates, enumerations, and structures.
Class | Description | |
---|---|---|
Assembly | Utility class to force dynamic loading of this assembly in the Xamarin platform. | |
SvgDataUri | Represents a data URI object. | |
SvgDocument | Represents a Scalable Vector Graphics (SVG) document. | |
SvgElementInfo | Holds the information of an SVG element. | |
SvgEnumerateOptions | Options to use when enumerating SVG elements (nodes). | |
SvgFlatOptions | Options to use when flattening an SVG document. | |
SvgLoadOptions | Options to use when loading SVG documents. | |
SvgMergeOptions | Options to use with the SvgDocument.MergeWith method. | |
SvgNodeHandle | Represents a node (element) in an SVG document. | |
SvgRenderOptions | Options for rendering an SVG document to a target device. | |
SvgSaveOptions | SVG write options | |
SvgSortOptions | Options to control how to sort the elements in this SVG document. | |
SvgTextData | Contains the data of a text element. |
Delegate | Description | |
---|---|---|
SvgEnumerateElementsCallback | Callback to receive the SVG elements (nodes). | |
SvgFilterElementsCallback | Callback to allow certain element types to be ignored when sorting. | |
SvgSortElementsCallback | Callback to receive the sorted SVG elements. |
Enumeration | Description | |
---|---|---|
SvgCharacterDirection | Character direction | |
SvgDropFlags | Options to use when merging SVG documents | |
SvgElementType | SVG element types | |
SvgEncoding | Encoding to use when saving SVG documents | |
SvgEnumerateDirection | The direction to use when enumerating SVG elements (nodes). | |
SvgExtractText | Text extraction mode | |
SvgFormat | The SVG format. | |
SvgLoadFlags | Options to use when loading SVG documents. | |
SvgRenderFlags | Extra render options. | |
SvgSortFlags | Sorting flags used when enumerating the elements of an SVG | |
SvgTextCharacterFlags | Text character position flags | |
SvgVersion | SVG document version |