Code: Select all
SUB rotazione(gradi)
Set ctrl = server.createobject("GflAx.GflAx")
f = session("PercorsoIMG")
'response.write f
'response.end
With ctrl
.enablelzw= True
.LoadBitmap f
.rotate gradi
'.SaveformatName = "tiff"
.SaveFormat = 5
.BitmapType = 1 ' binary <---- error here
.SaveBitmap f
end with
set ctrl=nothing
END SUB
Errore di run-time di Microsoft VBScript error '800a01c2'
Numero errato di argomenti o assegnazione di proprietà non valida: 'BitmapType'
/visualizzatoreimg/db.asp, riga 26
how can set bitmaptype? I need save the file in Tiff binary mode and compression FAX G4