'Declaration <DescriptionAttribute("A value indicating whether PDF renderer must draw red rectangle with error message if image-resource contains error.")> <DefaultValueAttribute(True)> Public Property DrawResourceErrorMessages As Boolean
[Description("A value indicating whether PDF renderer must draw red rectangle with error message if image-resource contains error.")] [DefaultValue(True)] public bool DrawResourceErrorMessages { get; set; }
[Description("A value indicating whether PDF renderer must draw red rectangle with error message if image-resource contains error.")] [DefaultValue(True)] public: __property bool get_DrawResourceErrorMessages(); public: __property void set_DrawResourceErrorMessages(
bool value
);
[Description("A value indicating whether PDF renderer must draw red rectangle with error message if image-resource contains error.")] [DefaultValue(True)] public:
property bool DrawResourceErrorMessages { bool get(); void set(bool value); }
Property Value
True - PDF renderer must draw red rectangle with error message if image-resource contains error;
false - PDF renderer must not draw red rectangle with error message if image-resource contains error.
Default value is true.
false - PDF renderer must not draw red rectangle with error message if image-resource contains error.
Default value is true.