当前位置: 首页 >>> 编程开发ASP 正文

ASPJPEG综合操作的CLASS

时间:2010-02-09 21:05:26来源:网络 作者:未知 点击:0


    
        
            
            <% 
            'ASPJPEG综合操作CLASS 
            Class AspJpeg 
            Dim AspJpeg_Obj,obj 
            Private Img_MathPath_From,Img_MathPath_To,Img_Reduce_Siz

<%
'ASPJPEG综合操作CLASS
Class AspJpeg
Dim AspJpeg_Obj,obj
Private Img_MathPath_From,Img_MathPath_To,Img_Reduce_Size,CoverIf
Private Img_Frame_Size,Img_Frame_Color,Img_Frame_Solid,Img_Frame_Width,Img_Frame_Height
Private Img_Font_Content,Img_Font_Family,Img_Font_Color,Img_Font_Quality,Img_Font_Size,Img_Font_Bold,Img_Font_X,Img_Font_Y
Private Img_PicIn_Path,Img_PicIn_X,Img_PicIn_Y
'--------------取原文件路径
Public Property Let MathPathFrom(StrType)
Img_MathPath_From=StrType
End Property

'--------------取文件保存路径
Public Property Let MathPathTo(strType)
Img_MathPath_To=strType
End Property

'--------------保存文件时是否覆盖已有文件
Public Property Let CovePro(LngSize)
If LngSize=0 or LngSize=1 or LngSize=true or LngSize=false then
CoverIf=LngSize
End If
End Property

'---------------取缩略图/放大图 缩略值
Public Property Let ReduceSize(LngSize)
If isNumeric(LngSize) then
Img_Reduce_Size=LngSize
End If
End Property


------分隔线----------------------------
请自觉遵守相关政策法规,严禁发布色情/暴力/反动言论。
特别推荐