기업을 위한 IT 전문 파트너
  • DWG2Image-X
  • SNS공유 페이스북 트위터
DWG2Image-X
  • DWG2Image-X
  • DWG2ImageX

  • 제조사 : AutoDWG software Brand Shop
  • 제품번호 : 4727
유사 기능 제품
응용프로그램-서버용 (일반)
서버 컴포넌트
 
가격정보
P# OS 언어 제품구분 버전 소비자가 공급가 견적 주문
본 제품은 상담 후 가격 확인이 가능한 제품입니다. 견적요청 및 제품문의를 클릭해주시기 바랍니다.
    위 가격은 부가세를 포함한 가격 입니다.
  • 견적 및 주문을 진행하시려면 로그인이 필요합니다.
  • ‘주문’이 활성화 되어 있지 않은 제품은 ‘견적요청’을 해주시면 현 시점 최적가로 제공 해드립니다.
요약정보

DWG2ImageX

DWG2ImageX is an ActiveX control let you convert DWG/DXF/DWF file into GIF, JPEG, BMP, PNG directly, without need of AutoCAD.

동일계열 제품



상세정보

Sample Code

Dim objImage
On Error Resume Next
Set objImage= CreateObject("DWG2ImageX.Converter")

objImage.Width = 1024
objImage.Height = 768
objImage.ImageFormat = 2         '1--jpeg, 2--gif 
objImage.InputFile = "c:\My Drawings\8th floor furniture.dwg" 
MsgBox objImage.Version             'Get the drawing file version.

MsgBox "Total "& objImage.ViewCount &" Views"
For I=1 to objImage.ViewCount
    strViewName = objImage.ViewName(I)
    MsgBox "Converting view: "& strViewName& "…"
    nWidth = objImage.ViewWidth(I)
    nHeight= objImage.ViewHeight(I)
    MsgBox "Width="&nWidth&" Height="&nHeight
    strOutput = "c:\Output\"&strViewName
    objImage.Convert strOutput, strViewName
Next

If Err.Number < 0 Then
    MsgBox Err.Description
End If

Properties

InputFile Specify the file to be converted.
Width Set output image width in pixels.
Height Set output image height in pixels.
Background Set background of output image.
ImageFormat Set output image format.
ZoomType Set zoom type.
   
ViewCount Get the views count in the drawing file.
ViewName Get the view name by index.
ViewWidth Get the view width by index.
ViewHeight Get the view height by index.
Version Get version of the file.

Methods

Convert Convert the drawing file to a Image file.
AddFontPath Add AutoCAD font support path.

Version Support:

From AutoCAD R9 files to current version AutoCAD 2010 files;

Support Languages:

Any programming languages that supports COM, such as Visual C++, VB, Delphi, FoxPro, VBScript,JavaScript and etc.

, AutoDWGsoftware,AutoDWG software
견적요청
인터파크 큐브릿지 IT영업부
자세히보기
  • Office 365
  • CCT
TOP