VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class / PdfAOutputIntentDestIccProfileFilename Property
Syntax Requirements SeeAlso
In This Topic
    PdfAOutputIntentDestIccProfileFilename Property (PdfEncoderSettings)
    In This Topic
    Gets or sets a filename of ICC profile (CMYK or RGB), which is used by PDF/A converter as the output intent dest profile.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also