EmfType Property (SampleC1PrintDocument)
In This Topic
Gets or sets the type of metafiles created by the current document. The default is
System.Drawing.Imaging.EmfType.EmfPlusOnly.
Syntax
'Declaration
Public Property EmfType As EmfType
public EmfType EmfType {get; set;}
See Also