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