VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / IccProfileProcessingParams Class / ProfileParsingError Property
Syntax Requirements SeeAlso
In This Topic
    ProfileParsingError Property (IccProfileProcessingParams)
    In This Topic
    Gets a value indicating whether profile parsing error occurs.
    Syntax
    'Declaration
    
    Public ReadOnly Property ProfileParsingError As Boolean
    
    
    public bool ProfileParsingError { get; }
    
    
    public: __property bool get_ProfileParsingError();
    
    
    
    public:
    property bool ProfileParsingError { bool get(); }

    Property Value

    true if profile parsing error occurs; otherwise, false.
    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