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

    Property Value

    Default value is "DefaultCMYK.icc".
    Requirements

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

    See Also