Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PdfSaveOptions Class / ImageQuality Property
In This Topic
    ImageQuality Property
    In This Topic
    Gets or sets the image quality, in percent. This value must be between 0 (lowest quality, maximum compression) to 100 (highest quality, no compression). The default is 75.
    Syntax
    public System.int ImageQuality {get; set;}
    See Also