PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / ShouldSerializeAutoEmbedFonts Method

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

    Return Value

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