Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfImage.Interpolate Property

Gets a value that indicates whether image interpolation shall be performed.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public bool Interpolate { get; }

Property Value

Type Description
Boolean

true, if image interpolation should be performed while rendering this image; otherwise, false.

See Also