Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / IsInterpolationModeSupported Method
The interpolation mode to check.

In This Topic
    IsInterpolationModeSupported Method (GcPdfGraphics)
    In This Topic
    Indicates whether this graphics implementation supports a specified interpolation mode.

    GrapeCity.Documents.Drawing.InterpolationMode.NearestNeighbor is the only interpolation mode supported by GcPdfGraphics.

    Syntax
    'Declaration
     
    Public Overrides Function IsInterpolationModeSupported( _
       ByVal interpolationMode As InterpolationMode _
    ) As System.Boolean
    public override System.bool IsInterpolationModeSupported( 
       InterpolationMode interpolationMode
    )

    Parameters

    interpolationMode
    The interpolation mode to check.

    Return Value

    true if the specified interpolation mode is supported by the current graphics, false otherwise.
    See Also