'Declaration <DescriptionAttribute("A filename of ICC profile (CMYK or RGB), which is used by PDF/A converter as the output intent dest profile.")> <DefaultValueAttribute(null)> Public Property PdfAOutputIntentDestIccProfileFilename As System.String
[Description("A filename of ICC profile (CMYK or RGB), which is used by PDF/A converter as the output intent dest profile.")] [DefaultValue(null)] public System.String PdfAOutputIntentDestIccProfileFilename { get; set; }
[Description("A filename of ICC profile (CMYK or RGB), which is used by PDF/A converter as the output intent dest profile.")] [DefaultValue(null)] public: __property System.String get_PdfAOutputIntentDestIccProfileFilename(); public: __property void set_PdfAOutputIntentDestIccProfileFilename(
System.String value
);
[Description("A filename of ICC profile (CMYK or RGB), which is used by PDF/A converter as the output intent dest profile.")] [DefaultValue(null)] public:
property System.String PdfAOutputIntentDestIccProfileFilename { System.String get(); void set(System.String value); }