Gets or sets a value indicating whether an image interpolation algorithm
should be applied during rendering of this image.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool InterpolateWhenDrawn { get; set; }
VB
Public Property InterpolateWhenDrawn As Boolean
Get
Set
Property Value
Type:
Booleantrue if an image interpolation algorithm should be applied
during rendering of this image.; otherwise,
false.
See Also