Gets or sets a value indicating whether EmfPlus metafiles should be converted to EmfOnly.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool EmfPlusToEmfOnly { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property EmfPlusToEmfOnly As Boolean
	Get
	Set

See Also