Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageSavingEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageSavingEventArgs

    Imagesaving event

    Inheritance
    System.Object
    ImageSavingEventArgs
    Namespace: Syncfusion.SfImageEditor.iOS
    Assembly: Syncfusion.SfImageEditor.iOS.dll
    Syntax
    public class ImageSavingEventArgs : CancelEventArgs

    Constructors

    ImageSavingEventArgs(Stream)

    Initializes a new instance of theImageSavingEventArgs class.

    Declaration
    public ImageSavingEventArgs(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    Stream

    Properties

    FileName

    Gets/Sets the image name

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    Stream

    Gets/Sets stream value

    Declaration
    public Stream Stream { get; set; }
    Property Value
    Type Description
    System.IO.Stream
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved