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.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(true)]
public bool KeepImages { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(True)> _
Public Property KeepImages As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also