PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / FontProcessingOptions Class / EmbeddedFontsGlyphsBuildMode Property

In This Topic
    EmbeddedFontsGlyphsBuildMode Property (FontProcessingOptions)
    In This Topic
    Gets or sets a value indicating how EmbeddedFont builds lists of glyphs when FontProcessingOptions.FontHandling is set to FontHandling.EmbedActualFonts or FontHandling.BuildActualDocumentFonts.
    Syntax
    'Declaration
     
    Public Property EmbeddedFontsGlyphsBuildMode As EmbeddedFontsGlyphsBuildMode
    public EmbeddedFontsGlyphsBuildMode EmbeddedFontsGlyphsBuildMode {get; set;}
    See Also