PdfDocumentControlCompress Property
This property controls the content streams compression in the PDF document generated by the HTML to PDF converter.
By default the content streams are compressed to reduce the size of the generated PDF document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool Compress { get; set; }
Public Property Compress As Boolean
Get
Set
public:
property bool Compress {
bool get ();
void set (bool value);
}
member Compress : bool with get, set
Property Value
Boolean