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