Gets or sets the type of metafiles created by the current document.

The default is null (the property is not defined at the multi-document level).

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

Syntax

C#
[BrowsableAttribute(true)]
[XmlAttributeAttribute("EmfType")]
[DefaultValueAttribute(null)]
public Nullable<EmfType> EmfType { get; set; }
Visual Basic
<BrowsableAttribute(True)> _
<XmlAttributeAttribute("EmfType")> _
<DefaultValueAttribute(Nothing)> _
Public Property EmfType As Nullable(Of EmfType)
	Get
	Set

See Also