<%
'ASPJPEG 포괄적 인 작업 클래스
classaspjpeg
dimaspjpeg_obj, obj
privateimg_mathpath_from, img_mathpath_to, img_reduce_size, coverif
privateimg_frame_size, img_frame_color, img_frame_solid, img_frame_width, img_frame_height
privateimg_font_content, img_font_family, img_font_color, img_font_quality, img_font_size, img_font_bold, img_font_x, img_font_y
privateimg_picin_path, img_picin_x, img_picin_y
'--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
PublicPropertyletmathPhathfrom (strtype)
img_mathpath_from = strtype
엔드 프로페티
'--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
PublicPropertyletmathPathto (strtype)
img_mathpath_to = strtype
엔드 프로페티
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PublicPropertyletcovePro (lngsize)
iflngsize = 0orlngsize = 1orlngsize = trueorlngsize = falsethen
coverif = lngsize
endif
엔드 프로페티
'--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
PublicpropertyLetreducesize (lngsize)
ifisnumeric (lngsize)
img_reduce_size = lngsize
endif
엔드 프로페티
'--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
'국경 두께
PublicPropertyletframesize (lngsize)
ifisnumeric (lngsize)
img_frame_size = clng (lngsize)
endif
엔드 프로페티
'경계 너비
Publicpropertyletframewidth (lngsize)
ifisnumeric (lngsize)
img_frame_width = clng (lngsize)
endif
엔드 프로페티
'국경 높이
PublicPropertyletframeHeight (lngsize)
ifisnumeric (lngsize)
img_frame_height = clng (lngsize)
endif
엔드 프로페티
'경계 색상
Publicpropertyletframecolor (strtype)
ifstrtype <> ""그런 다음
img_frame_color = strtype
endif
엔드 프로페티
'국경이 두껍습니까?
Publicpropertyletframesolid (lngsize)
iflngsize = 1orlngsize = 0orlngsize = trueorlngsize = falsethen
img_frame_solid = lngsize
endif
엔드 프로페티
'---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
'삽입 된 텍스트
PublicpropertyletContent (strtype)
ifstrtype <> ""그런 다음
img_font_content = strtype
endif
엔드 프로페티
'텍스트 글꼴
Publicpropertyletfamily (strtype)
ifstrtype <> ""그런 다음