How to resize uploading image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PerumalSamy
    New Member
    • Feb 2007
    • 64

    How to resize uploading image

    Hi, i had created an image button and assigning image thru Browse option( same like attaching file during mail)

    Now i need to display images in image button with height="350px" and width="300px".

    Any idea.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    What type of images are you planning to use?

    Comment

    • PerumalSamy
      New Member
      • Feb 2007
      • 64

      #3
      i am going to use jpg images in which i need clarity while i am enlarging small images to size 350px * 300px

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        All Image objects(and anything derrived from Image) have a .GetThumbnailIm age() function that takes a width and a height and some other parameters. Look up the syntax on msdn, they have example usage

        Comment

        Working...