'Declaration <DescriptionAttribute("The filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.")> Public Property DefaultRgbIccProfileFilename As System.String
[Description("The filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.")] public System.String DefaultRgbIccProfileFilename { get; set; }
[Description("The filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.")] public: __property System.String get_DefaultRgbIccProfileFilename(); public: __property void set_DefaultRgbIccProfileFilename(
System.String value
);
[Description("The filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.")] public:
property System.String DefaultRgbIccProfileFilename { System.String get(); void set(System.String value); }