UseCompression Property (PdfExporter)
In This Topic
Gets or sets a value indicating whether the generated PDF file should use compression. This property is used only when
ServerSide is false.
Syntax
'Declaration
Public Property UseCompression As Boolean
public bool UseCompression {get; set;}
See Also