Class GifCommentBlock
Class GifCommentBlock
이름 공간 : Aspose.Imaging.FileFormats.Gif.Blocks 모임: Aspose.Imaging.dll (25.4.0)
GIF 코멘트 블록
[JsonObject(MemberSerialization.OptIn)]
public class GifCommentBlock : GifBlock, IGifBlock
Inheritance
object ← GifBlock ← GifCommentBlock
Implements
상속 회원들
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
필드 가치
ExtensionLabel
Gif 코멘트는 확장 라벨을 차단합니다.
public const byte ExtensionLabel = 254
필드 가치
Properties
Comment
코멘트를 받거나 설정합니다. 코멘트는 ASCII 암호화를 사용해야하며 그에 따라 저장됩니다.
public string Comment { get; set; }
부동산 가치
Methods
Save(Stream)
지정된 흐름으로 블록을 저장합니다.
public override void Save(Stream stream)
Parameters
stream
Stream
데이터를 저장하기위한 스트림.