FontSourcesMemoryFonts Property |
A collection of fonts represented as byte arrays.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic byte[][] MemoryFonts { get; set; }
Public Property MemoryFonts As Byte()()
Get
Set
public:
virtual property array<array<unsigned char>^>^ MemoryFonts {
array<array<unsigned char>^>^ get () sealed;
void set (array<array<unsigned char>^>^ value) sealed;
}
abstract MemoryFonts : byte[][] with get, set
override MemoryFonts : byte[][] with get, set
Property Value
Type:
ByteImplements
IFontSourcesMemoryFonts
See Also