资源列表
Ex09_3
- 多页打印及其编程实现。有些东西内容很多不能在一面中打印,就要使用多面打印,以下是其实现步骤。-Multi-page print its programming. The content of some things many side in print, we must use a multi-faceted print, following its implementation steps.
MyPrint
- Visual c++打印实列源代码参考的功能都是根据特定的条件选择文件内容进行打印-Visual c++ to print out the source code reference implementation of the functions are selected according to specific conditions, contents of the file for printing
HpColorLaserjet160026002605Q6000AChipReset
- recharge of printers HP reset the chip 1600 26-recharge of printers HP reset the chip 1600 2600
BarCode128Print
- 128CODE一维条形码打印,稳定,公司正在使用-Print the 128 code
vbp
- vb圖形直接透過printer 列印的方法,不錯的範例教學
MyPrint
- 生成格式化报表,可以设置表格任意边框的粗细;以及表格文字字体、位置等属性;并可以绘制波形曲线图。-generate formatted reports can set the frame forms of arbitrary thickness; Fonts and forms, location attribute; waveform and can draw curves.
单据打印设计程序代码
- 单据打印设计程序代码, 单据打印设计程序代码-code design, print design documents code, documentation print design code , documentation print design code
支票进账打印试用
- 支票进账单打印,会自动记忆收款人和付款人的信息.-Jinzhangchan check printing, automatic memory payer and payee information.
PROSAIL_5B_FORTRAN
- PROSPECT5 and 4SAIL model s FORTRAN code
CLP621Cchinese
- 适合CITIZEN CLP-621C与CL-S621C机型,利用机器内置中文字库或英文矢量字体完成条码标签打印的例子说明.-For CITIZEN CLP-621C and CL-S621C model, built using machine vector font Chinese character or English to complete bar code label printing examples.
MFC应用程序框架打印预览功能分析与扩展
- MFC应用程序框架打印预览功能分析与扩展-MFC application framework Print Preview function analysis and expansion
MM_ANISOTROPIC
- 首先将坐标映射方式改变为MM_ANISOTROPIC方式,即各向异性的意思,在这种坐标方式下,X轴和Y轴的逻辑单位可以进行任意的缩入。改变坐标映射方式后,就要确定窗口大小和视口大小,注意窗口大小就是我们在屏幕上所见的尺寸。通过函数得到显示器和打印机每逻辑英寸的像素数量,然后对视口大小进行相应的缩放,就可以便利屏幕上的显示和打印机的输出是一致的了。