UseCompression Property (PdfExporter)
In This Topic
Gets or sets a value indicating whether to use compression in the produced PDF document. The default is true.
Syntax
'Declaration
Public Property UseCompression As Boolean
public bool UseCompression {get; set;}
See Also