<%
'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
'------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -
publicPropertyletmathpathfrom(strtype)
img_mathpath_from = strtype
Endproperty
'------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -
publicPropertyletmathpathto(strtype)
img_mathpath_to = strtype
Endproperty
'-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
publicPropertyletCovePro(lngsize)
iflngsize = 0orlngsize = 1orlngsize = trueorlngsize = falsethen
coverif = lngsize
endif
Endproperty
'------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -
publicPropertyletLeduceSize(lngsize)
ifisnumeric(lngsize)then
img_reduce_size = lngsize
endif
Endproperty
'------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -
'境界の厚さ
publicPropertyletFramesize(lngsize)
ifisnumeric(lngsize)then
img_frame_size = clng(lngsize)
endif
Endproperty
'境界幅
publicPropertyletFrameWidth(lngsize)
ifisnumeric(lngsize)then
img_frame_width = clng(lngsize)
endif
Endproperty
'ボーダーの高さ
publicPropertyletframeheight(lngsize)
ifisnumeric(lngsize)then
img_frame_height = clng(lngsize)
endif
Endproperty
'ボーダーカラー
publicPropertyletframeColor(strtype)
ifstrtype <> "" then
img_frame_color = strtype
endif
Endproperty
「境界線は厚いですか?
publicPropertyletframesolid(lngsize)
iflngsize = 1orlngsize = 0orlngsize = trueorlngsize = falsethen
img_frame_solid = lngsize
endif
Endproperty
'------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -
'挿入されたテキスト
publicPropertyletContent(strtype)
ifstrtype <> "" then
img_font_content = strtype
endif
Endproperty
'テキストフォント
publicPropertyletfontfamily(strtype)
ifstrtype <> "" then