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.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] [XmlAttributeAttribute] public bool KeepImages { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(True)> _ <XmlAttributeAttribute> _ Public Property KeepImages As Boolean Get Set |
Remarks
The default value for this property is True.