'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 .
Default value is false .