Enum PngItxtProperties
Specifies the Portable Network Graphics (PNG) iTXT chunk metadata properties.
public enum PngItxtProperties
Fields
CompressionFlag = 2
[VT_UI1] Indicates whether the text in the iTXT chunk is compressed. 1 if the text is compressed; otherwise, 0.
Keyword = 1
[VT_LPSTR] Indicates the keywords in the iTXT metadata chunk.
LanguageTag = 3
[VT_LPSTR] Indicates the human language used by the translated keyword and the text.
Text = 5
[VT_LPWSTR] Indicates additional text in the iTXT metadata chunk.
TranslatedKeyword = 4
[VT_LPWSTR] Indicates a translation of the keyword into the language indicated by the language tag.