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
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
ExtensionLabel
Gif komentár blokuje rozšírenie štítok.
public const byte ExtensionLabel = 254
Fieldová hodnota
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
Methods
Save(Stream)
Ušetrí blok na špecifikovaný prúd.
public override void Save(Stream stream)
Parameters
stream
Stream
Stream na ukladanie údajov.