ImageIsImageInterpolate Method |
Checks if is image interpolate.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsImageInterpolate()
Public Function IsImageInterpolate As Boolean
public:
virtual bool IsImageInterpolate() sealed
function IsImageInterpolate();
Return Value
Type:
Boolean a bool indicating whether image interpolation is to be performed.
See Also