PdfExportOptions.Compressed Property
For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[DefaultValue(true)]
[TypeConverter(typeof(BooleanTypeConverter))]
[Browsable(false)]
public bool Compressed { get; set; }
<DefaultValue(True)>
<TypeConverter(GetType(BooleanTypeConverter))>
<Browsable(False)>
Public Property Compressed As Boolean
Property Value
Type | Default |
---|---|
Boolean | true |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Compressed |
---|---|---|
Cross-Platform Class Library | RemotePrintingSystem |
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
DocumentOperationRequest |
|
See Also
Feedback