ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearPageDisplay Interface / Resampling Property




In This Topic
    Resampling Property (IImGearPageDisplay)
    In This Topic
    Gets re-sampling attributes.
    Syntax
    'Declaration
     
    ReadOnly Property Resampling As IImGearResample
    'Usage
     
    Dim instance As IImGearPageDisplay
    Dim value As IImGearResample
     
    value = instance.Resampling
    IImGearResample Resampling {get;}
    __property IImGearResample* get_Resampling();
    property IImGearResample^ Resampling {
       IImGearResample^ get();
    }

    Property Value

    IImGearResample interface object.
    See Also