'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Cleanup")> <DescriptionAttribute("A value indicating whether the command must subset fonts.")> Public Property SubsetFonts As Boolean
[DefaultValue(False)] [Category("Cleanup")] [Description("A value indicating whether the command must subset fonts.")] public bool SubsetFonts { get; set; }
[DefaultValue(False)] [Category("Cleanup")] [Description("A value indicating whether the command must subset fonts.")] public: __property bool get_SubsetFonts(); public: __property void set_SubsetFonts(
bool value
);
[DefaultValue(False)] [Category("Cleanup")] [Description("A value indicating whether the command must subset fonts.")] public:
property bool SubsetFonts { bool get(); void set(bool value); }
Property Value
True - command must subset fonts; false - command must NOT subset fonts.
Default value is false.
Default value is false.