Class GifCommentBlock

Class GifCommentBlock

Именује се: Aspose.Imaging.FileFormats.Gif.Blocks Асамблеја: Aspose.Imaging.dll (25.4.0)

Gif komentar blokira.

[JsonObject(MemberSerialization.OptIn)]
public class GifCommentBlock : GifBlock, IGifBlock

Inheritance

object GifBlock GifCommentBlock

Implements

IGifBlock

Наслеђени чланови

GifBlock.ExtensionIntroducer , GifBlock.Save(Stream) , GifBlock.IsChanged , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

GifCommentBlock()

Иницијалише нову инстанцију класе Aspose.Imaging.FileFormats.Gif.Blocks. GifCommentBlock.

public GifCommentBlock()

GifCommentBlock(Стринг)

Иницијалише нову инстанцију класе Aspose.Imaging.FileFormats.Gif.Blocks. GifCommentBlock.

public GifCommentBlock(string comment)

Parameters

comment string

То је коментар.

Fields

BlockHeaderSize

Одређује величину блокова заглавице.

public const int BlockHeaderSize = 2

Пољска вредност

int

ExtensionLabel

Gif komentar blokira proširenje etiketa.

public const byte ExtensionLabel = 254

Пољска вредност

byte

Properties

Comment

Имајте на уму да коментар мора користити АСЦИИ кодирање и да ће бити складиштена у складу са тим.

public string Comment { get; set; }

Вредност имовине

string

Methods

Save(Stream)

Сачува блок до одређеног тока.

public override void Save(Stream stream)

Parameters

stream Stream

Поток да сачувате податке на.

 Српски