Class GifCommentBlock

Class GifCommentBlock

Pôvodný názov: Aspose.Imaging.FileFormats.Gif.Blocks Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Gif komentár blokovanie.

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

Inheritance

object GifBlock GifCommentBlock

Implements

IGifBlock

Z dedičných členov

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()

Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Gif.Blocks. GifCommentBlock.

public GifCommentBlock()

GifCommentBlock(Stretnutie)

Initalizuje novú inštanciu triedy Aspose.Imaging.FileFormats.Gif.Blocks. GifCommentBlock.

public GifCommentBlock(string comment)

Parameters

comment string

Na komentár .

Fields

BlockHeaderSize

Určuje veľkosť hlavy bloku.

public const int BlockHeaderSize = 2

Fieldová hodnota

int

ExtensionLabel

Gif komentár blokuje rozšírenie štítok.

public const byte ExtensionLabel = 254

Fieldová hodnota

byte

Properties

Comment

Upozorňujeme, že komentár musí používať ASCII kódovanie a bude uložený v súlade s týmto.

public string Comment { get; set; }

Hodnota nehnuteľnosti

string

Methods

Save(Stream)

Ušetrí blok na špecifikovaný prúd.

public override void Save(Stream stream)

Parameters

stream Stream

Stream na ukladanie údajov.

 Slovenčina