0

I am using MVCcaptcha in my MVC3 site, now i want to resize the default captcha image size to customized size

there is one good post about use of MVCcaptchaExtention here

but it didn't specify how to resize image

how can i resize the captcha image ?

4

1 に答える 1

1

SSB.Web.Mvc.MvcCaptcha.Properties.Settings セット内

<setting name="MvcCaptchaWidth" serializeAs="String">
    <value>130</value>
</setting>
<setting name="MvcCaptchaHeight" serializeAs="String">
    <value>40</value>
</setting>
于 2012-04-27T07:09:46.620 に答える