VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class / PdfADefaultCmykIccProfileFilename Property
Syntax Requirements SeeAlso
In This Topic
    PdfADefaultCmykIccProfileFilename Property (PdfEncoderSettings)
    In This Topic
    Gets or sets a filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.")>
    <DefaultValueAttribute(null)>
    Public Property PdfADefaultCmykIccProfileFilename As System.String
    
    
    [Description("A filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.")]
    [DefaultValue(null)]
    public System.String PdfADefaultCmykIccProfileFilename { get; set; }
    
    
    [Description("A filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.")]
    [DefaultValue(null)]
    public: __property System.String get_PdfADefaultCmykIccProfileFilename();
    public: __property void set_PdfADefaultCmykIccProfileFilename(
    System.String value
    );
    [Description("A filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.")]
    [DefaultValue(null)]
    public:
    property System.String PdfADefaultCmykIccProfileFilename { 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