Skip to main content

PdfImage.Interpolate Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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