PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ShouldSerializeAutoEmbedFonts Method

In This Topic
    ShouldSerializeAutoEmbedFonts Method (C1PrintDocument)
    In This Topic
    Indicates whether the AutoEmbedFonts property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeAutoEmbedFonts() As Boolean
    protected bool ShouldSerializeAutoEmbedFonts()

    Return Value

    True if AutoEmbedFonts should be serialized, false otherwise.
    See Also