-
'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
ปลายทาง
-
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
ปลายทาง
'ตัวอักษรข้อความ
PublicPropertyletFontFamily (strtype)
ifstrtype <> "" แล้ว