How to down load image properties.



How to down load image properties...

Answer / Md. Shahid Kabeer

To download image properties in Visual Basic, you can use the `System.Drawing.Bitmap` class. Here's a simplified example:nnDim bmp As New Bitmap(imgUrl)n' imgUrl is the URL of the imagenn' To get image properties such as width and height:nnDim w As Integer = bmp.WidthnDim h As Integer = bmp.Height

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Explain about Caturing Baseline.

1 Answers  


How can we call Stored procedure of Back End in RDO and ADO ?

1 Answers  


How do I tell when an application executed using the SHELL command is finished?

0 Answers  


What are the different compatibility types when we create a COM component?

2 Answers  


I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?

1 Answers  


Which controls can not be placed in MDI ?

2 Answers  


How would you add column headers in listview control?

1 Answers   Infosys,


Can a VB application be an OLE server?

1 Answers  


how to create exe file using vb

9 Answers   Satyam,


How can you determine performance standards?

1 Answers  


Explain the types of Views in Listview Control?

1 Answers   Hella,


What is the difference between Single and Double in VB?

4 Answers  


Categories