Click here to Skip to main content
15,890,123 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionreg web dialer Pin
NasimKaziS22-Apr-07 21:20
NasimKaziS22-Apr-07 21:20 
AnswerRe: reg web dialer Pin
Dave Kreskowiak23-Apr-07 5:10
mveDave Kreskowiak23-Apr-07 5:10 
GeneralRe: reg web dialer Pin
NasimKaziS23-Apr-07 18:17
NasimKaziS23-Apr-07 18:17 
QuestionExceptions vs PreValidation Pin
Tristan Rhodes21-Apr-07 3:05
Tristan Rhodes21-Apr-07 3:05 
AnswerRe: Exceptions vs PreValidation Pin
Colin Angus Mackay22-Apr-07 12:49
Colin Angus Mackay22-Apr-07 12:49 
GeneralRe: Exceptions vs PreValidation Pin
Tristan Rhodes22-Apr-07 23:15
Tristan Rhodes22-Apr-07 23:15 
QuestionFile Properties values Pin
AustinTom19-Apr-07 15:03
AustinTom19-Apr-07 15:03 
AnswerRe: File Properties values Pin
Luc Pattyn20-Apr-07 3:16
sitebuilderLuc Pattyn20-Apr-07 3:16 
Hi,

you can create an Image from the file, and then investigate its properties, see
Image.FromFile() and Image.GetPropertyItem().

I once found a range of property IDs and property names, as in:

Hashtable propNames=new Hashtable();
propNames.Add(0x010E, "ImageDescription");
propNames.Add(0x010F, "EquipMake");
propNames.Add(0x0110, "EquipModel");
propNames.Add(0x0112, "Orientation");
propNames.Add(0x011A, "XResolution");
propNames.Add(0x011B, "YResolution");
propNames.Add(0x0132, "DateTime");
propNames.Add(0x0128, "ResolutionUnit");
propNames.Add(0x0131, "SoftwareUsed");
propNames.Add(0x0201, "JPEGInterFormat");
propNames.Add(0x0202, "JPEGInterLength");
propNames.Add(0x0213, "YCbCrPositioning");
propNames.Add(0x501B, "ThumbnailData");
propNames.Add(0x502D, "ThumbnailResolutionX");
propNames.Add(0x502E, "ThumbnailResolutionY");
propNames.Add(0x5090, "LuminanceTable");
propNames.Add(0x5091, "ChrominanceTable");
propNames.Add(0x829A, "ExifExposureTime");
propNames.Add(0x9003, "ExifDTOrig");
propNames.Add(0x9004, "ExifDTDigitized");
propNames.Add(0x9204, "ExifExposureBias");
propNames.Add(0x9209, "ExifFlash");
propNames.Add(0x927C, "ExifMakerNote");
propNames.Add(0x9286, "ExifUserComment");
propNames.Add(0xA002, "ExifPixXDim");
propNames.Add(0xA003, "ExifPixYDim");

but there may be more of them...

Smile | :)


Luc Pattyn

[My Articles]

Question.net 2.0 installtion problem Pin
uowzd0119-Apr-07 14:56
uowzd0119-Apr-07 14:56 
AnswerRe: .net 2.0 installtion problem Pin
Dave Kreskowiak19-Apr-07 15:39
mveDave Kreskowiak19-Apr-07 15:39 
GeneralRe: .net 2.0 installtion problem Pin
uowzd0119-Apr-07 15:53
uowzd0119-Apr-07 15:53 
GeneralRe: .net 2.0 installtion problem Pin
Dave Kreskowiak19-Apr-07 15:59
mveDave Kreskowiak19-Apr-07 15:59 
GeneralRe: .net 2.0 installtion problem Pin
uowzd0119-Apr-07 16:09
uowzd0119-Apr-07 16:09 
GeneralRe: .net 2.0 installtion problem Pin
Dave Kreskowiak20-Apr-07 1:55
mveDave Kreskowiak20-Apr-07 1:55 
GeneralRe: .net 2.0 installtion problem Pin
Vega0219-Apr-07 16:08
Vega0219-Apr-07 16:08 
GeneralRe: .net 2.0 installtion problem Pin
uowzd0119-Apr-07 16:14
uowzd0119-Apr-07 16:14 
GeneralRe: .net 2.0 installtion problem Pin
uowzd0119-Apr-07 17:48
uowzd0119-Apr-07 17:48 
GeneralRe: .net 2.0 installtion problem Pin
Dave Kreskowiak20-Apr-07 1:56
mveDave Kreskowiak20-Apr-07 1:56 
GeneralRe: .net 2.0 installtion problem Pin
Vega0220-Apr-07 6:29
Vega0220-Apr-07 6:29 
QuestionSecurity problem with Word 2007 add-in Pin
Eagle_Wizard19-Apr-07 2:45
Eagle_Wizard19-Apr-07 2:45 
QuestionQuestion about Trace Pin
Tristan Rhodes18-Apr-07 23:57
Tristan Rhodes18-Apr-07 23:57 
Questionuser & directory for webservice Pin
LittleWhiteDog18-Apr-07 22:58
LittleWhiteDog18-Apr-07 22:58 
AnswerRe: user & directory for webservice Pin
LittleWhiteDog18-Apr-07 23:03
LittleWhiteDog18-Apr-07 23:03 
QuestionWeb Service not running Pin
dancelicious18-Apr-07 9:00
dancelicious18-Apr-07 9:00 
AnswerRe: Web Service not running Pin
kubben19-Apr-07 2:09
kubben19-Apr-07 2:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.