VintaSoft Imaging .NET SDK 12.2: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfTextEncodingObfuscator Class / DuplicateFonts Property
Syntax Requirements SeeAlso
In This Topic
    DuplicateFonts Property (PdfTextEncodingObfuscator)
    In This Topic
    Gets or sets a value indicating whether SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Indicates whether the SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.")>
    <DefaultValueAttribute(False)>
    Public Property DuplicateFonts As Boolean
    
    
    [Description("Indicates whether the SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.")]
    [DefaultValue(False)]
    public bool DuplicateFonts { get; set; }
    
    
    [Description("Indicates whether the SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.")]
    [DefaultValue(False)]
    public: __property bool get_DuplicateFonts();
    public: __property void set_DuplicateFonts(
    bool value
    );
    [Description("Indicates whether the SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.")]
    [DefaultValue(False)]
    public:
    property bool DuplicateFonts { bool get(); void set(bool value); }

    Property Value

    True - duplicate font on each page, where font is used, if font is used more than on 1 page; false - do not create font duplicates.
    Default value is false .
    Requirements

    Target Platforms: .NET 7; .NET 6; .NET 5; .NET Core 3.1; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also