Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / CompatibilityOptions Class / KeepImages Property

In This Topic
    KeepImages Property
    In This Topic
    Specifies whether images in a document dictionary are kept as Image objects. Set this property to false to save images as raw data to optimize memory usage.
    Syntax
    'Declaration
     
    Public Property KeepImages As Boolean
    public bool KeepImages {get; set;}
    See Also