VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAConverter Class / DefaultRgbIccProfile Property
Syntax Requirements SeeAlso
In This Topic
    DefaultRgbIccProfile Property (PdfAConverter)
    In This Topic
    Gets or sets the default RGB ICC profile, which is used as a profile in DefaultRGB color space.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property DefaultRgbIccProfile As Byte[]
    
    
    [Browsable(False)]
    public byte[] DefaultRgbIccProfile { get; set; }
    
    
    [Browsable(False)]
    public: __property byte[] get_DefaultRgbIccProfile();
    public: __property void set_DefaultRgbIccProfile(
    byte[]* value
    );
    [Browsable(False)]
    public:
    property byte[] DefaultRgbIccProfile { byte[] get(); void set(array<byte>^ 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