Show / Hide Table of Contents

Class PNGInternationalText

Represents an internationalized Latin-1 [ISO-8859-1] string. (PNG Specification: iTXt)

Inheritance
System.Object
ExifProperty
PNGInternationalText
Inherited Members
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class PNGInternationalText : ExifProperty

Constructors

| Improve this Doc View Source

PNGInternationalText(ExifTag, String, String, Boolean, String, String)

Declaration
public PNGInternationalText(ExifTag tag, string keyword, string value, bool compressed, string language, string translatedKeyword)
Parameters
Type Name Description
ExifTag tag
System.String keyword
System.String value
System.Boolean compressed
System.String language
System.String translatedKeyword

Fields

| Improve this Doc View Source

mValue

Declaration
protected string mValue
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

_Value

Declaration
protected override object _Value { get; set; }
Property Value
Type Description
System.Object
Overrides
ExifProperty._Value
| Improve this Doc View Source

Compressed

Declaration
public bool Compressed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Interoperability

Declaration
public override ExifInterOperability Interoperability { get; }
Property Value
Type Description
ExifInterOperability
Overrides
ExifProperty.Interoperability
| Improve this Doc View Source

Keyword

Declaration
public string Keyword { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Language

Declaration
public string Language { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TranslatedKeyword

Declaration
public string TranslatedKeyword { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

| Improve this Doc View Source

Implicit(PNGInternationalText to String)

Declaration
public static implicit operator string (PNGInternationalText obj)
Parameters
Type Name Description
PNGInternationalText obj
Returns
Type Description
System.String
Back to top Copyright © 2019 Özgür Özçıtak