Class GifCommentBlock
İsim alanı : Aspose.Imaging.FileFormats.Gif.Blocks Toplantı: Aspose.Imaging.dll (25.4.0)
Gif yorum blok.
[JsonObject(MemberSerialization.OptIn)]
public class GifCommentBlock : GifBlock, IGifBlock
Inheritance
object ← GifBlock ← GifCommentBlock
Implements
mirasçı üyeleri
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 sınıfının yeni bir örneğini başlatır.
public GifCommentBlock()
GifCommentBlock(Sırt)
Aspose.Imaging.FileFormats.Gif.Blocks.GifCommentBlock sınıfının yeni bir örneğini başlatır.
public GifCommentBlock(string comment)
Parameters
comment
string
Yorum için .
Fields
BlockHeaderSize
Blok başlık boyutunu belirleyin.
public const int BlockHeaderSize = 2
alan değeri
ExtensionLabel
Gif yorumlar uzantı etiketini engeller.
public const byte ExtensionLabel = 254
alan değeri
Properties
Comment
Yorum alın veya ayarlayın. Yorumun ASCII kodlaması kullanması gerektiğini ve buna göre kaydedileceğini unutmayın.
public string Comment { get; set; }
Mülkiyet Değer
Methods
Save(Stream)
blokları belirlenmiş akışa kaydeder.
public override void Save(Stream stream)
Parameters
stream
Stream
veri kaydetmek için akış.