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