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