VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / PngTextualInformationMetadata Class / SetComment(String,String) Method
Syntax Requirements SeeAlso
In This Topic
    SetComment(String,String) Method (PngTextualInformationMetadata)
    In This Topic
    Sets the comment value with specified key.
    Syntax
    'Declaration
    
    Public Sub SetComment( _
    ByVal key
    The key of comment.
    As System.String, _
    ByVal value
    The value of comment.
    As System.String _
    )
    public void SetComment(
    System.String key,
    System.String value
    )
    public: void SetComment(
    System.String key,
    System.String value
    )
    public:
    void SetComment(
    System.String key,
    System.String value
    )

    Parameters

    key
    The key of comment.
    value
    The value of comment.
    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