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

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