VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000Page Class / GetComments() Method
Syntax Requirements SeeAlso
In This Topic
    GetComments() Method (Jpeg2000Page)
    In This Topic
    Returns comments included in the codestream.
    Syntax
    'Declaration
    
    Public Function GetComments() As System.String[]
    
    
    public System.String[] GetComments()
    
    
    public: System.String[] GetComments()
    
    
    public:
    System.String[] GetComments()

    Return Value

    An array of string containing comments included in the codestream.
    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