VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / DefaultRgbIccProfileFilename Property
Syntax Requirements SeeAlso
In This Topic
    DefaultRgbIccProfileFilename Property (VintasoftPdfWebService)
    In This Topic
    Gets the filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property DefaultRgbIccProfileFilename As String
    
    
    public virtual string DefaultRgbIccProfileFilename { get; }
    
    
    public: __property virtual string* get_DefaultRgbIccProfileFilename();
    
    
    
    public:
    virtual property string^ DefaultRgbIccProfileFilename { string^ get(); }

    Property Value

    Default value is "DefaultRGB.icc".
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also