VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.JpegLs Namespace / JpegLsFile Class / Commentary Property
Syntax Requirements SeeAlso
In This Topic
    Commentary Property (JpegLsFile)
    In This Topic
    Gets the commentary of the JPEG-LS file.
    Syntax
    'Declaration
    
    Public ReadOnly Property Commentary As System.String
    
    
    public System.String Commentary { get; }
    
    
    public: __property System.String get_Commentary();
    
    
    
    public:
    property System.String Commentary { System.String get(); }
    Requirements

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

    See Also