ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearPageDisplay Class / Resampling Property




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

    Property Value

    IImGearResample interface object.
    See Also