Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RedactOptions.RenderOptionsDef Class / InterpolationMode Property

In This Topic
    InterpolationMode Property (RedactOptions.RenderOptionsDef)
    In This Topic
    Gets or sets the sampling mode to use when drawing images with resizing. Default is GrapeCity.Documents.Drawing.InterpolationMode.NearestNeighbor.
    Syntax
    'Declaration
     
    Public Property InterpolationMode As InterpolationMode
    public InterpolationMode InterpolationMode {get; set;}
    See Also