Indicates whether to use the high qulity image when convert document

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetXpsToPdfOptions method instead.")]
public bool UseHighQualityImage { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetXpsToPdfOptions method instead.")> 
Public Property UseHighQualityImage As Boolean
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future, please use ConverterOptions.SetXpsToPdfOptions method instead.")]
property bool UseHighQualityImage {
	bool get ();
	void set (bool value);
}
[<ObsoleteAttribute("This property may be removed in the future, please use ConverterOptions.SetXpsToPdfOptions method instead.")>]
member UseHighQualityImage : bool with get, set

Property Value

Boolean

See Also