Private Type PrinterDefault
iHeight As Integer
' 用紙の高さ
iWidth As Integer
' 用紙の幅
iPaperSize As Integer
' 用紙サイズ
strFontName As String
' フォント名
iFontSize As Integer
' フォントサイズ
blItalic As Boolean
' フォント斜体の指示
blBold As Boolean
' フォント太字の指示
iScaleMode As Integer
' スケールモード
iOrientation As Integer
' 用紙方向
End Type |