'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.")> Public Property DuplicateFonts As Boolean
[DefaultValue(False)] [Description("A value indicating whether SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.")] public bool DuplicateFonts { get; set; }
[DefaultValue(False)] [Description("A value indicating whether SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.")] public: __property bool get_DuplicateFonts(); public: __property void set_DuplicateFonts(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether SDK must duplicate font on each page, where font is used, if font is used more than on 1 page.")] 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.