Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / EmfType Property

In This Topic
    EmfType Property (PageDrawParams)
    In This Topic
    Specifies the metafile type.
    Syntax
    'Declaration
     
    Public Property EmfType As Nullable(Of EmfType)
    public Nullable<EmfType> EmfType {get; set;}
    See Also