Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEmfImageFormat Class / EmfType Property


In This Topic
    EmfType Property
    In This Topic
    Gets or sets the emf type generated by this image
    Syntax
    'Declaration
     
    
    Public Property EmfType As System.Drawing.Imaging.EmfType
    'Usage
     
    
    Dim instance As NEmfImageFormat
    Dim value As System.Drawing.Imaging.EmfType
     
    instance.EmfType = value
     
    value = instance.EmfType
    public System.Drawing.Imaging.EmfType EmfType {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also