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