在VB中能夠否用代碼設置打印機的紙張!比如﹐設為A4直印﹐A4橫印!!

解决方案 »

  1.   

    页边距
    Printer.CurrentX = 500
    Printer.CurrentY = 500
    打印机颜色模式
    常数 值 描述vbPRCMMonochrome 1 单色输出
    vbPRCMColor 2 彩色输出

    双面打印
    常数 值 描述vbPRDPSimplex 1 单面打印
    vbPRDPHorizontal 2 双面水平打印
    vbPRDPVertical 3 双面垂直打印

    打印方向
    常数 值 描述vbPRORPortrait 1 文档打印以纸的窄边作顶部
    vbPRORLandscape 2 文档打印以纸的宽边作顶部

    打印质量
    常数 值 描述vbPRPQDraft -1 草稿打印质量
    vbPRPQLow -2 低级打印质量
    vbPRPQMedium -3 中等打印质量
    vbPRPQHigh -4 高级打印质量

    PaperBin 属性
    常数 值 描述vbPRBNUpper 1 从上层纸盒进纸
    vbPRBNLower 2 从下层纸盒进纸
    vbPRBNMiddle 3 从中间纸盒进纸
    vbPRBNManual 4 等待手动插入每页纸
    vbPRBNEnvelope 5 从信封进纸器进纸
    vbPRBNEnvManual 6 从信封进纸器进纸;但要等待手动插入
    vbPRBNAuto 7 (缺省方式)从当前缺省纸盒进纸
    vbPRBNTractor 8 从拖拉进纸器供纸
    vbPRBNSmallFmt 9 从小型进纸器进纸
    vbPRBNLargeFmt 10 从大型纸盒进纸
    vbPRBNLargeCapacity 11 从大容量进纸器进纸
    vbPRBNCassette 14 从附加的卡式纸盒进纸

    PaperSize 属性
    常数 值 描述vbPRPSLetter 1 信笺, 8 1/2 x 11 英寸
    vbPRPSLetterSmall 2 +A611 小型信笺, 8 1/2 x 11 英寸
    vbPRPSTabloid 3 小型报, 11 x 17 英寸
    vbPRPSLedger 4 分类帐, 17 x 11 英寸
    vbPRPSLegal 5 法律文件, 8 1/2 x 14 英寸
    vbPRPSStatement 6 声明书,5 1/2 x 8 1/2 英寸
    vbPRPSExecutive 7 行政文件,7 1/2 x 10 1/2 英寸
    vbPRPSA3 8 A3, 297 x 420 mm
    vbPRPSA4 9 A4, 210 x 297 mm
    vbPRPSA4Small 10 A4小号, 210 x 297 mm
    vbPRPSA5 11 A5, 148 x 210 mm
    vbPRPSB4 12 B4, 250 x 354 mm
    vbPRPSB5 13 B5, 182 x 257 mm
    vbPRPSFolio 14 对开本, 8 1/2 x 13 英寸
    vbPRPSQuarto 15 四开本, 215 x 275 mm
    vbPRPS1&H14 16 10 x 14 英寸
    vbPRPS11x17 17 11 x 17 英寸
    vbPRPSNote 18 便条,8 1/2 x 11 英寸
    vbPRPSEnv9 19 #9 信封, 3 7/8 x 8 7/8 英寸
    vbPRPSEnv10 20 #10 信封, 4 1/8 x 9 1/2 英寸
    vbPRPSEnv11 21 #11 信封, 4 1/2 x 10 3/8 英寸
    vbPRPSEnv12 22 #12 信封, 4 1/2 x 11 英寸
    vbPRPSEnv14 23 #14 信封, 5 x 11 1/2 英寸
    vbPRPSCSheet 24 C 尺寸工作单
    vbPRPSDSheet 25 D 尺寸工作单
    vbPRPSESheet 26 E 尺寸工作单
    vbPRPSEnvDL 27 DL 型信封, 110 x 220 mm
    vbPRPSEnvC3 29 C3 型信封, 324 x 458 mm
    vbPRPSEnvC4 30 C4 型信封, 229 x 324 mm
    vbPRPSEnvC5 28 C5 型信封, 162 x 229 mm
    vbPRPSEnvC6 31 C6 型信封, 114 x 162 mm
    vbPRPSEnvC65 32 C65 型信封,114 x 229 mm
    vbPRPSEnvB4 33 B4 型信封, 250 x 353 mm
    vbPRPSEnvB5 34 B5 型信封,176 x 250 mm
    vbPRPSEnvB6 35 B6 型信封, 176 x 125 mm
    vbPRPSEnvItaly 36 信封, 110 x 230 mm
    vbPRPSEnvMonarch 37 信封大王, 3 7/8 x 7 1/2 英寸
    vbPRPSEnvPersonal 38 信封, 3 5/8 x 6 1/2 英寸
    vbPRPSFanfoldUS 39 U.S. 标准复写簿, 14 7/8 x 11 英寸
    vbPRPSFanfoldStdGerman 40 德国标准复写簿, 8 1/2 x 12 英寸
    vbPRPSFanfoldLglGerman 41 德国法律复写簿, 8 1/2 x 13 英寸
    vbPRPSUser 256 用户定义
      

  2.   

    假如a4横向改为a4纵向
    横向改为纵向:
    ChngPrinterOrientationPortrait me
    纵向改为横向:
    ChngPrinterOrientationLandscape me
      

  3.   

    下面的引用自:lihonggen0(李洪根,用.NET,标准答案来了)
    '改变打印机纸张方向的模块
    'Constants used in the DevMode structure
    Private Const CCHDEVICENAME = 32
    Private Const CCHFORMNAME = 32'Constants for NT security
    Private Const STANDARD_RIGHTS_REQUIRED = &HF0000
    Private Const PRINTER_ACCESS_ADMINISTER = &H4
    Private Const PRINTER_ACCESS_USE = &H8
    Private Const PRINTER_ALL_ACCESS = (STANDARD_RIGHTS_REQUIRED Or PRINTER_ACCESS_ADMINISTER Or PRINTER_ACCESS_USE)'Constants used to make changes to the values contained in the DevMode
    Private Const DM_MODIFY = 8
    Private Const DM_IN_BUFFER = DM_MODIFY
    Private Const DM_COPY = 2
    Private Const DM_OUT_BUFFER = DM_COPY
    Private Const DM_DUPLEX = &H1000&
    Private Const DMDUP_SIMPLEX = 1
    Private Const DMDUP_VERTICAL = 2
    Private Const DMDUP_HORIZONTAL = 3
    Private Const DM_ORIENTATION = &H1&
    Private PageDirection As Integer
    '------USER DEFINED TYPES'The DevMode structure contains printing parameters.
    'Note that this only represents the PUBLIC portion of the DevMode.
    '  The full DevMode also contains a variable length PRIVATE section
    '  which varies in length and content between printer drivers.
    'NEVER use this User Defined Type directly with any API call.
    '  Always combine it into a FULL DevMode structure and then send the
    '  full DevMode to the API call.
    Private Type DEVMODE
        dmDeviceName As String * CCHDEVICENAME
        dmSpecVersion As Integer
        dmDriverVersion As Integer
        dmSize As Integer
        dmDriverExtra As Integer
        dmFields As Long
        dmOrientation As Integer
        dmPaperSize As Integer
        dmPaperLength As Integer
        dmPaperWidth As Integer
        dmScale As Integer
        dmCopies As Integer
        dmDefaultSource As Integer
        dmPrintQuality As Integer
        dmColor As Integer
        dmDuplex As Integer
        dmYResolution As Integer
        dmTTOption As Integer
        dmCollate As Integer
        dmFormName As String * CCHFORMNAME
        dmLogPixels As Integer
        dmBitsPerPel As Long
        dmPelsWidth As Long
        dmPelsHeight As Long
        dmDisplayFlags As Long
        dmDisplayFrequency As Long
        dmICMMethod As Long        ' // Windows 95 only
        dmICMIntent As Long        ' // Windows 95 only
        dmMediaType As Long        ' // Windows 95 only
        dmDitherType As Long       ' // Windows 95 only
        dmReserved1 As Long        ' // Windows 95 only
        dmReserved2 As Long        ' // Windows 95 only
    End TypePrivate Type PRINTER_DEFAULTS
    'Note:
    '  The definition of Printer_Defaults in the VB5 API viewer is incorrect.
    '  Below, pDevMode has been corrected to LONG.
        pDatatype As String
        pDevMode As Long
        DesiredAccess As Long
    End Type
    '------DECLARATIONSPrivate Declare Function OpenPrinter Lib "winspool.drv" Alias "OpenPrinterA" (ByVal pPrinterName As String, phPrinter As Long, pDefault As PRINTER_DEFAULTS) As Long
    Private Declare Function SetPrinter Lib "winspool.drv" Alias "SetPrinterA" (ByVal hPrinter As Long, ByVal Level As Long, pPrinter As Any, ByVal Command As Long) As Long
    Private Declare Function GetPrinter Lib "winspool.drv" Alias "GetPrinterA" (ByVal hPrinter As Long, ByVal Level As Long, pPrinter As Any, ByVal cbBuf As Long, pcbNeeded As Long) As Long
    Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (hpvDest As Any, hpvSource As Any, ByVal cbCopy As Long)
    Private Declare Function ClosePrinter Lib "winspool.drv" (ByVal hPrinter As Long) As Long'The following is an unusual declaration of DocumentProperties:
    '  pDevModeOutput and pDevModeInput are usually declared ByRef.  They are declared
    '  ByVal in this program because we're using a Printer_Info_2 structure.
    '  The pi2 structure contains a variable of type LONG which contains the address
    '  of the DevMode structure (this is called a pointer).  This LONG variable must
    '  be passed ByVal.
    '  Normally this function is called with a BYTE ARRAY which contains the DevMode
    '  structure and the Byte Array is passed ByRef.
    Private Declare Function DocumentProperties Lib "winspool.drv" Alias "DocumentPropertiesA" (ByVal hWnd As Long, ByVal hPrinter As Long, ByVal pDeviceName As String, ByVal pDevModeOutput As Any, ByVal pDevModeInput As Any, ByVal fMode As Long) As LongPrivate Sub SetOrientation(NewSetting As Long, chng As Integer, ByVal frm As Form)
        Dim PrinterHandle As Long
        Dim PrinterName As String
        Dim pd As PRINTER_DEFAULTS
        Dim MyDevMode As DEVMODE
        Dim Result As Long
        Dim Needed As Long
        Dim pFullDevMode As Long
        Dim pi2_buffer() As Long     'This is a block of memory for the Printer_Info_2 structure
            'If you need to use the Printer_Info_2 User Defined Type, the
            '  definition of Printer_Info_2 in the API viewer is incorrect.
            '  pDevMode and pSecurityDescriptor should be defined As Long.
        
        PrinterName = Printer.DeviceName
        If PrinterName = "" Then
            Exit Sub
        End If
        
        pd.pDatatype = vbNullString
        pd.pDevMode = 0&
        'Printer_Access_All is required for NT security
        pd.DesiredAccess = PRINTER_ALL_ACCESS
        
        Result = OpenPrinter(PrinterName, PrinterHandle, pd)
        
        'The first call to GetPrinter gets the size, in bytes, of the buffer needed.
        'This value is divided by 4 since each element of pi2_buffer is a long.
        Result = GetPrinter(PrinterHandle, 2, ByVal 0&, 0, Needed)
        ReDim pi2_buffer((Needed \ 4))
        Result = GetPrinter(PrinterHandle, 2, pi2_buffer(0), Needed, Needed)
        
        'The seventh element of pi2_buffer is a Pointer to a block of memory
        '  which contains the full DevMode (including the PRIVATE portion).
        pFullDevMode = pi2_buffer(7)
        
        'Copy the Public portion of FullDevMode into our DevMode structure
        Call CopyMemory(MyDevMode, ByVal pFullDevMode, Len(MyDevMode))
        
        'Make desired changes
        MyDevMode.dmDuplex = NewSetting
        MyDevMode.dmFields = DM_DUPLEX Or DM_ORIENTATION
        MyDevMode.dmOrientation = chng
        
        'Copy our DevMode structure back into FullDevMode
        Call CopyMemory(ByVal pFullDevMode, MyDevMode, Len(MyDevMode))
        
        'Copy our changes to "the PUBLIC portion of the DevMode" into "the PRIVATE portion of the DevMode"
        Result = DocumentProperties(frm.hWnd, PrinterHandle, PrinterName, ByVal pFullDevMode, ByVal pFullDevMode, DM_IN_BUFFER Or DM_OUT_BUFFER)
        
        'Update the printer's default properties (to verify, go to the Printer folder
        '  and check the properties for the printer)
        Result = SetPrinter(PrinterHandle, 2, pi2_buffer(0), 0&)
        
        Call ClosePrinter(PrinterHandle)
        
        'Note: Once "Set Printer = " is executed, anywhere in the code, after that point
        '      changes made with SetPrinter will ONLY affect the system-wide printer  --
        '      -- the changes will NOT affect the VB printer object.
        '      Therefore, it may be necessary to reset the printer object's parameters to
        '      those chosen in the devmode.
        Dim p As Printer
        For Each p In Printers
            If p.DeviceName = PrinterName Then
                Set Printer = p
                Exit For
            End If
        Next p
        Printer.Duplex = MyDevMode.dmDuplex
    End SubPublic Sub ChngPrinterOrientationLandscape(ByVal frm As Form)
        PageDirection = 2
        Call SetOrientation(DMDUP_SIMPLEX, PageDirection, frm)
    End SubPublic Sub ResetPrinterOrientation(ByVal frm As Form)
     
        If PageDirection = 1 Then
            PageDirection = 2
        Else
            PageDirection = 1
        End If
        Call SetOrientation(DMDUP_SIMPLEX, PageDirection, frm)
    End SubPublic Sub ChngPrinterOrientationPortrait(ByVal frm As Form)    PageDirection = 1
        Call SetOrientation(DMDUP_SIMPLEX, PageDirection, frm)
    End Sub
      

  4.   

    Printer.Orientation = vbPRORLandscape '横打
    Printer.PaperSize=vbPRPSA4'用A4纸