Gets or sets the type of metafiles used when printing standard .NET PrintDocument documents.
The default is EmfType.EmfPlusDual.
If your printer needs to scan the output for data (e.g. a fax number; a case in point is Tobit Faxware) and fails, try setting this to EmfType.EmfOnly.
Note that this property ONLY affects printing of standard .NET PrintDocument documents, and has no bearing on other supported document types.
シンタックス
'宣言
Public Shared Property MsPrintDocumentPrintEmfType As System.Drawing.Imaging.EmfType
'使用法
Dim value As System.Drawing.Imaging.EmfType
C1PrintOptions.MsPrintDocumentPrintEmfType = value
value = C1PrintOptions.MsPrintDocumentPrintEmfType
public static System.Drawing.Imaging.EmfType MsPrintDocumentPrintEmfType {get; set;}
参照