ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / C1BinaryImage Class / SavedImageName Property

In This Topic
    SavedImageName Property
    In This Topic
    The name of the file which will appear inside of the SaveAs browser dialog. This property is effective only when setting ImageData property.
    Syntax
    'Declaration
     
    Public Property SavedImageName As System.String
    public System.string SavedImageName {get; set;}
    See Also