VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class / PdfADefaultRgbIccProfileStream Property
Syntax Requirements SeeAlso
In This Topic
    PdfADefaultRgbIccProfileStream Property (PdfEncoderSettings)
    In This Topic
    Gets or sets a stream of RGB ICC profile, which is used by PDF/A converter as a profile in DefaultRGB color space.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property PdfADefaultRgbIccProfileStream As System.IO.Stream
    
    
    [Browsable(False)]
    public System.IO.Stream PdfADefaultRgbIccProfileStream { get; set; }
    
    
    [Browsable(False)]
    public: __property System.IO.Stream* get_PdfADefaultRgbIccProfileStream();
    public: __property void set_PdfADefaultRgbIccProfileStream(
    System.IO.Stream* value
    );
    [Browsable(False)]
    public:
    property System.IO.Stream^ PdfADefaultRgbIccProfileStream { System.IO.Stream^ get(); void set(System.IO.Stream^ 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