Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFSVGMBS class New in 26.4
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | DynaPDF | MBS DynaPDF Plugin | 26.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 2 properties
- property Handle as Integer
- property SymbolCount as Integer
- 4 methods
- method Constructor Private
- method Size(byref width as double, byref height as double, SymbolID as String = "") as Boolean
- method SymbolName(Index as UInt32) as String
- method SymbolNames as String()
SVG Flags
| Constant | Value | Description |
|---|---|---|
| ksvfDefault | 0 |
Default settings. |
This class has no sub classes.
Blog Entries
Release notes
- Version 26.4
- Added DynaPDFSVGMBS class and related methods.
Some methods using this class:
- DynaPDFMBS.InsertSVG(SVG as DynaPDFSVGMBS, PosX as double, PosY as double, Width as double, Height as double, SymbolID as String = "", Flags as Integer = 0) as Boolean
- DynaPDFMBS.LoadSVG(file as FolderItem) as DynaPDFSVGMBS
- DynaPDFMBS.LoadSVG(path as String) as DynaPDFSVGMBS
- DynaPDFMBS.LoadSVGFromBuffer(data as MemoryBlock) as DynaPDFSVGMBS
- DynaPDFMBS.LoadSVGFromBuffer(data as String) as DynaPDFSVGMBS
Some related classes:
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFSubmitFormActionMBS - DynaPDFSysFontMBS