VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAConverter Class / PackEmbeddingFonts Property
Syntax Requirements SeeAlso
In This Topic
    PackEmbeddingFonts Property (PdfAConverter)
    In This Topic
    Gets or sets a value indicating whether converter must pack the embedding fonts.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether converter must pack the embedding fonts.")>
    <DefaultValueAttribute(True)>
    Public Property PackEmbeddingFonts As Boolean
    
    
    [Description("A value indicating whether converter must pack the embedding fonts.")]
    [DefaultValue(True)]
    public bool PackEmbeddingFonts { get; set; }
    
    
    [Description("A value indicating whether converter must pack the embedding fonts.")]
    [DefaultValue(True)]
    public: __property bool get_PackEmbeddingFonts();
    public: __property void set_PackEmbeddingFonts(
    bool value
    );
    [Description("A value indicating whether converter must pack the embedding fonts.")]
    [DefaultValue(True)]
    public:
    property bool PackEmbeddingFonts { bool get(); void set(bool value); }

    Property Value

    True - converter must pack embedding font programs;
    false - converter must NOT pack embeding font programs.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also