Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / EmfType Property

In This Topic
    EmfType Property (C1MultiDocument)
    In This Topic
    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).

    Syntax
    'Declaration
     
    Public Property EmfType As Nullable(Of EmfType)
    public Nullable<EmfType> EmfType {get; set;}
    See Also