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

In This Topic
    PersistDataIfNotVisible Property
    In This Topic
    Gets or sets a value indicating whether the image data will be persisted if the control is invisible.
    Syntax
    'Declaration
     
    Public Property PersistDataIfNotVisible As System.Boolean
    public System.bool PersistDataIfNotVisible {get; set;}
    See Also