FontStoringArgs.FontStoreType

FontStoringArgs.FontStoreType property

Gets or sets a value indicating how to store font.

public FontStoreType FontStoreType { get; set; }

Property Value

Do not store font, store embedded in SVG file, or store in provided destination stream.

See Also