Show / Hide Table of Contents

Class GIFComment

Represents a 7-bit ASCII encoded comment string. (GIF Specification: Comment Extension)

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

Constructors

| Improve this Doc View Source

GIFComment(ExifTag, String, GIFBlock)

Declaration
public GIFComment(ExifTag tag, string value, GIFBlock insertBefore = null)
Parameters
Type Name Description
ExifTag tag
System.String value
GIFBlock insertBefore

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

InsertBefore

Declaration
protected GIFBlock InsertBefore { get; }
Property Value
Type Description
GIFBlock
| 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

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(GIFComment to String)

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