Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ImageOptions Class / CompressColors Property

In This Topic
    CompressColors Property
    In This Topic
    Gets or sets a value indicating whether to apply a slight compression to color values. Unlike JPEG, this preserves transparency while still reducing the image size. The default is false.
    Syntax
    'Declaration
     
    Public Property CompressColors As System.Boolean
    public System.bool CompressColors {get; set;}
    See Also