Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifWriter Class / CommentEncoding Property

In This Topic
    CommentEncoding Property
    In This Topic
    Gets or sets the encoding for the Comment string, Encoding.UTF8 is used by default.
    Syntax
    'Declaration
     
    Public Property CommentEncoding As System.Text.Encoding
    public System.Text.Encoding CommentEncoding {get; set;}
    See Also