明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2530|回复: 2

[求助]获取页面设置中的打印机列表和相应的图纸尺寸列表

[复制链接]
发表于 2008-12-12 10:23:00 | 显示全部楼层 |阅读模式

我想获取到页面设置中的打印机名称列表,以及相应的图纸尺寸列表,改怎么办那?

网上搜了一下:
Public Function GetPlotters() As Collection
Set GetPlotters = New Collection
Dim strPlotter As String
strPlotter = Dir(Application.Preferences.files.PrinterConfigPath + "\*.pc3")
While Not strPlotter = ""
GetPlotters.add strPlotter
strPlotter = Dir
Wend
End Function

这个只能获得到绘图仪列表(*.pc3),其它的得不到,路过的帮帮我??

发表于 2008-12-12 11:51:00 | 显示全部楼层

 Dim plotDevices As Variant 得到打印机
 plotDevices = Layout.GetPlotDeviceNames()

 Dim mediaNames As Variant  得到样式表
mediaNames = Layout.GetCanonicalMediaNames()

纸张的不清楚。

发表于 2012-5-4 16:51:05 | 显示全部楼层
Dim mediaNames As Variant  
mediaNames = Layout.GetCanonicalMediaNames() ’得到图纸尺寸
Dim styleNames As Variant
styleNames = Layout.GetPlotStyleTableNames() ‘得到打印样式


您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 16:28 , Processed in 0.142066 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表