| Visual Basic (Declaration) | |
|---|---|
Public Property ImageQuality As ImageQuality | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ImageQuality ImageQuality {get; set;} | |
Return Value
ImageQuality enumeration. The default value is Medium.| C# | Copy Code |
|---|---|
privateAvoidAbtnExport_Click(objectAsender,ASystem.EventArgsAe) | |
| Visual Basic | Copy Code |
|---|---|
PrivateASubAbtnExport_Click(ByValAsenderAAsASystem.Object,AByValAeAAsASystem.EventArgs)AHandlesAButton2.Click | |
Use this property (set to Highest) in combination with the ImageResolution property to yield the best results when exporting Windows metafiles (.wmf and .emf).
Note that if a JPG image is used in the report, it is written directly to PDF without any conversion. Other image formats may incur a conversion, which this value will affect.