Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / PrintPreviewControl Class / BitmapEffectInput Property


In This Topic
    BitmapEffectInput Property (PrintPreviewControl)
    In This Topic
    Syntax
    'Declaration
     
    <ObsoleteAttribute("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")>
    Public Property BitmapEffectInput As BitmapEffectInput
    'Usage
     
    Dim instance As PrintPreviewControl
    Dim value As BitmapEffectInput
     
    instance.BitmapEffectInput = value
     
    value = instance.BitmapEffectInput
    [Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
    public BitmapEffectInput BitmapEffectInput {get; set;}
    See Also