ComponentOne Reports for WPF
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