VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.ColorSpaces Namespace / PdfIccBasedColorSpace Class / AlternateColorSpace Property
Syntax Requirements SeeAlso
In This Topic
    AlternateColorSpace Property (PdfIccBasedColorSpace)
    In This Topic
    Gets the alternate ColorSpace.
    Syntax
    'Declaration
    
    Public ReadOnly Property AlternateColorSpace As PdfColorSpace
    
    
    public PdfColorSpace AlternateColorSpace { get; }
    
    
    public: __property PdfColorSpace* get_AlternateColorSpace();
    
    
    
    public:
    property PdfColorSpace^ AlternateColorSpace { PdfColorSpace^ get(); }
    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