'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("A filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.")> Public Property PdfADefaultCmykIccProfileFilename As System.String
[DefaultValue(null)] [Description("A filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.")] public System.String PdfADefaultCmykIccProfileFilename { get; set; }
[DefaultValue(null)] [Description("A filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.")] public: __property System.String get_PdfADefaultCmykIccProfileFilename(); public: __property void set_PdfADefaultCmykIccProfileFilename(
System.String value
);
[DefaultValue(null)] [Description("A filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.")] public:
property System.String PdfADefaultCmykIccProfileFilename { System.String get(); void set(System.String value); }