HiQPdf Documentation

PdfDocumentControlImagesCompression Property

HiQPdf Client for .NET Core
Controls the images compression percentage in the PDF document on a scale from 0 to 100. A 0 compression produces the best quality images which leads to larger PDF documents while a 100 compression produces low quality images and small PDF documents

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public int ImagesCompression { get; set; }

Property Value

Type: Int32
See Also

Reference