PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / EmfType Property

In This Topic
    EmfType Property (C1MultiDocumentItem)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property EmfType As Nullable(Of EmfType)
    public Nullable<EmfType> EmfType {get;}
    See Also