VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / OutputIntentDestIccProfileFilename Property
Syntax Requirements SeeAlso
In This Topic
    OutputIntentDestIccProfileFilename Property (VintasoftPdfWebService)
    In This Topic
    Gets the filename of ICC profile (CMYK or RGB), which is used as the output intent dest profile.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property OutputIntentDestIccProfileFilename As String
    
    
    public virtual string OutputIntentDestIccProfileFilename { get; }
    
    
    public: __property virtual string* get_OutputIntentDestIccProfileFilename();
    
    
    
    public:
    virtual property string^ OutputIntentDestIccProfileFilename { 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