Jpeg2000ImageComments Property |
Gets or sets the comments.
Namespace: Aspose.Imaging.FileFormats.Jpeg2000Assembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic string[] Comments { get; set; }
Public Property Comments As String()
Get
Set
public:
property array<String^>^ Comments {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Comments : string[] with get, set
Property Value
Type:
String
The comments.
See Also