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