ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Nullable(Of EmfType)
    public System.Nullable<EmfType> EmfType {get; set;}
    See Also