VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAConverter Class / DefaultRgbIccProfileFilename Property
Syntax Requirements SeeAlso
In This Topic
    DefaultRgbIccProfileFilename Property (PdfAConverter)
    In This Topic
    Gets or sets the filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.")>
    Public Property DefaultRgbIccProfileFilename As System.String
    
    
    [Description("The filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.")]
    public System.String DefaultRgbIccProfileFilename { get; set; }
    
    
    [Description("The filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.")]
    public: __property System.String get_DefaultRgbIccProfileFilename();
    public: __property void set_DefaultRgbIccProfileFilename(
    System.String value
    );
    [Description("The filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.")]
    public:
    property System.String DefaultRgbIccProfileFilename { System.String get(); void set(System.String value); }
    Requirements

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

    See Also