Gets the value of the EmfType property of the document or report represented by the current multi-document item. This property is null if no document or report is associated with the current item.

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

Syntax

C#
public Nullable<EmfType> EmfType { get; }
Visual Basic
Public ReadOnly Property EmfType As Nullable(Of EmfType)
	Get

See Also