Class SystemProperties.System.Photo
- Namespace
- Microsoft.WindowsAPICodePack.Shell.PropertySystem
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Photo Properties
public static class SystemProperties.System.Photo
- Inheritance
-
SystemProperties.System.Photo
- Inherited Members
Properties
Aperture
Name: System.Photo.Aperture -- PKEY_Photo_Aperture
Description: PropertyTagExifAperture. Calculated from PKEY_Photo_ApertureNumerator and PKEY_Photo_ApertureDenominator
Type: Double -- VT_R8
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37378
public static PropertyKey Aperture { get; }
Property Value
- PropertyKey
ApertureDenominator
Name: System.Photo.ApertureDenominator -- PKEY_Photo_ApertureDenominator
Description: Denominator of PKEY_Photo_Aperture
Type: UInt32 -- VT_UI4
FormatID: {E1A9A38B-6685-46BD-875E-570DC7AD7320}, 100
public static PropertyKey ApertureDenominator { get; }
Property Value
- PropertyKey
ApertureNumerator
Name: System.Photo.ApertureNumerator -- PKEY_Photo_ApertureNumerator
Description: Numerator of PKEY_Photo_Aperture
Type: UInt32 -- VT_UI4
FormatID: {0337ECEC-39FB-4581-A0BD-4C4CC51E9914}, 100
public static PropertyKey ApertureNumerator { get; }
Property Value
- PropertyKey
Brightness
Name: System.Photo.Brightness -- PKEY_Photo_Brightness
Description: This is the brightness of the photo.
Calculated from PKEY_Photo_BrightnessNumerator and PKEY_Photo_BrightnessDenominator.
The units are "APEX", normally in the range of -99.99 to 99.99. If the numerator of the recorded value is FFFFFFFF.H, "Unknown" should be indicated.
Type: Double -- VT_R8
FormatID: {1A701BF6-478C-4361-83AB-3701BB053C58}, 100 (PropertyTagExifBrightness)
public static PropertyKey Brightness { get; }
Property Value
- PropertyKey
BrightnessDenominator
Name: System.Photo.BrightnessDenominator -- PKEY_Photo_BrightnessDenominator
Description: Denominator of PKEY_Photo_Brightness
Type: UInt32 -- VT_UI4
FormatID: {6EBE6946-2321-440A-90F0-C043EFD32476}, 100
public static PropertyKey BrightnessDenominator { get; }
Property Value
- PropertyKey
BrightnessNumerator
Name: System.Photo.BrightnessNumerator -- PKEY_Photo_BrightnessNumerator
Description: Numerator of PKEY_Photo_Brightness
Type: UInt32 -- VT_UI4
FormatID: {9E7D118F-B314-45A0-8CFB-D654B917C9E9}, 100
public static PropertyKey BrightnessNumerator { get; }
Property Value
- PropertyKey
CameraManufacturer
Name: System.Photo.CameraManufacturer -- PKEY_Photo_CameraManufacturer
Description:
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 271 (PropertyTagEquipMake)
public static PropertyKey CameraManufacturer { get; }
Property Value
- PropertyKey
CameraModel
Name: System.Photo.CameraModel -- PKEY_Photo_CameraModel
Description:
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 272 (PropertyTagEquipModel)
public static PropertyKey CameraModel { get; }
Property Value
- PropertyKey
CameraSerialNumber
Name: System.Photo.CameraSerialNumber -- PKEY_Photo_CameraSerialNumber
Description: Serial number of camera that produced this photo
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 273
public static PropertyKey CameraSerialNumber { get; }
Property Value
- PropertyKey
Contrast
Name: System.Photo.Contrast -- PKEY_Photo_Contrast
Description: This indicates the direction of contrast processing applied by the camera when the image was shot.
Type: UInt32 -- VT_UI4
FormatID: {2A785BA9-8D23-4DED-82E6-60A350C86A10}, 100
public static PropertyKey Contrast { get; }
Property Value
- PropertyKey
ContrastText
Name: System.Photo.ContrastText -- PKEY_Photo_ContrastText
Description: This is the user-friendly form of System.Photo.Contrast. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {59DDE9F2-5253-40EA-9A8B-479E96C6249A}, 100
public static PropertyKey ContrastText { get; }
Property Value
- PropertyKey
DateTaken
Name: System.Photo.DateTaken -- PKEY_Photo_DateTaken
Description: PropertyTagExifDTOrig
Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 36867
public static PropertyKey DateTaken { get; }
Property Value
- PropertyKey
DigitalZoom
Name: System.Photo.DigitalZoom -- PKEY_Photo_DigitalZoom
Description: PropertyTagExifDigitalZoom. Calculated from PKEY_Photo_DigitalZoomNumerator and PKEY_Photo_DigitalZoomDenominator
Type: Double -- VT_R8
FormatID: {F85BF840-A925-4BC2-B0C4-8E36B598679E}, 100
public static PropertyKey DigitalZoom { get; }
Property Value
- PropertyKey
DigitalZoomDenominator
Name: System.Photo.DigitalZoomDenominator -- PKEY_Photo_DigitalZoomDenominator
Description: Denominator of PKEY_Photo_DigitalZoom
Type: UInt32 -- VT_UI4
FormatID: {745BAF0E-E5C1-4CFB-8A1B-D031A0A52393}, 100
public static PropertyKey DigitalZoomDenominator { get; }
Property Value
- PropertyKey
DigitalZoomNumerator
Name: System.Photo.DigitalZoomNumerator -- PKEY_Photo_DigitalZoomNumerator
Description: Numerator of PKEY_Photo_DigitalZoom
Type: UInt32 -- VT_UI4
FormatID: {16CBB924-6500-473B-A5BE-F1599BCBE413}, 100
public static PropertyKey DigitalZoomNumerator { get; }
Property Value
- PropertyKey
EXIFVersion
Name: System.Photo.EXIFVersion -- PKEY_Photo_EXIFVersion
Description: The EXIF version.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {D35F743A-EB2E-47F2-A286-844132CB1427}, 100
public static PropertyKey EXIFVersion { get; }
Property Value
- PropertyKey
Event
Name: System.Photo.Event -- PKEY_Photo_Event
Description: The event at which the photo was taken
Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 18248
public static PropertyKey Event { get; }
Property Value
- PropertyKey
ExposureBias
Name: System.Photo.ExposureBias -- PKEY_Photo_ExposureBias
Description: PropertyTagExifExposureBias. Calculated from PKEY_Photo_ExposureBiasNumerator and PKEY_Photo_ExposureBiasDenominator
Type: Double -- VT_R8
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37380
public static PropertyKey ExposureBias { get; }
Property Value
- PropertyKey
ExposureBiasDenominator
Name: System.Photo.ExposureBiasDenominator -- PKEY_Photo_ExposureBiasDenominator
Description: Denominator of PKEY_Photo_ExposureBias
Type: Int32 -- VT_I4
FormatID: {AB205E50-04B7-461C-A18C-2F233836E627}, 100
public static PropertyKey ExposureBiasDenominator { get; }
Property Value
- PropertyKey
ExposureBiasNumerator
Name: System.Photo.ExposureBiasNumerator -- PKEY_Photo_ExposureBiasNumerator
Description: Numerator of PKEY_Photo_ExposureBias
Type: Int32 -- VT_I4
FormatID: {738BF284-1D87-420B-92CF-5834BF6EF9ED}, 100
public static PropertyKey ExposureBiasNumerator { get; }
Property Value
- PropertyKey
ExposureIndex
Name: System.Photo.ExposureIndex -- PKEY_Photo_ExposureIndex
Description: PropertyTagExifExposureIndex. Calculated from PKEY_Photo_ExposureIndexNumerator and PKEY_Photo_ExposureIndexDenominator
Type: Double -- VT_R8
FormatID: {967B5AF8-995A-46ED-9E11-35B3C5B9782D}, 100
public static PropertyKey ExposureIndex { get; }
Property Value
- PropertyKey
ExposureIndexDenominator
Name: System.Photo.ExposureIndexDenominator -- PKEY_Photo_ExposureIndexDenominator
Description: Denominator of PKEY_Photo_ExposureIndex
Type: UInt32 -- VT_UI4
FormatID: {93112F89-C28B-492F-8A9D-4BE2062CEE8A}, 100
public static PropertyKey ExposureIndexDenominator { get; }
Property Value
- PropertyKey
ExposureIndexNumerator
Name: System.Photo.ExposureIndexNumerator -- PKEY_Photo_ExposureIndexNumerator
Description: Numerator of PKEY_Photo_ExposureIndex
Type: UInt32 -- VT_UI4
FormatID: {CDEDCF30-8919-44DF-8F4C-4EB2FFDB8D89}, 100
public static PropertyKey ExposureIndexNumerator { get; }
Property Value
- PropertyKey
ExposureProgram
Name: System.Photo.ExposureProgram -- PKEY_Photo_ExposureProgram
Description:
Type: UInt32 -- VT_UI4
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 34850 (PropertyTagExifExposureProg)
public static PropertyKey ExposureProgram { get; }
Property Value
- PropertyKey
ExposureProgramText
Name: System.Photo.ExposureProgramText -- PKEY_Photo_ExposureProgramText
Description: This is the user-friendly form of System.Photo.ExposureProgram. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {FEC690B7-5F30-4646-AE47-4CAAFBA884A3}, 100
public static PropertyKey ExposureProgramText { get; }
Property Value
- PropertyKey
ExposureTime
Name: System.Photo.ExposureTime -- PKEY_Photo_ExposureTime
Description: PropertyTagExifExposureTime. Calculated from PKEY_Photo_ExposureTimeNumerator and PKEY_Photo_ExposureTimeDenominator
Type: Double -- VT_R8
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 33434
public static PropertyKey ExposureTime { get; }
Property Value
- PropertyKey
ExposureTimeDenominator
Name: System.Photo.ExposureTimeDenominator -- PKEY_Photo_ExposureTimeDenominator
Description: Denominator of PKEY_Photo_ExposureTime
Type: UInt32 -- VT_UI4
FormatID: {55E98597-AD16-42E0-B624-21599A199838}, 100
public static PropertyKey ExposureTimeDenominator { get; }
Property Value
- PropertyKey
ExposureTimeNumerator
Name: System.Photo.ExposureTimeNumerator -- PKEY_Photo_ExposureTimeNumerator
Description: Numerator of PKEY_Photo_ExposureTime
Type: UInt32 -- VT_UI4
FormatID: {257E44E2-9031-4323-AC38-85C552871B2E}, 100
public static PropertyKey ExposureTimeNumerator { get; }
Property Value
- PropertyKey
FNumber
Name: System.Photo.FNumber -- PKEY_Photo_FNumber
Description: PropertyTagExifFNumber. Calculated from PKEY_Photo_FNumberNumerator and PKEY_Photo_FNumberDenominator
Type: Double -- VT_R8
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 33437
public static PropertyKey FNumber { get; }
Property Value
- PropertyKey
FNumberDenominator
Name: System.Photo.FNumberDenominator -- PKEY_Photo_FNumberDenominator
Description: Denominator of PKEY_Photo_FNumber
Type: UInt32 -- VT_UI4
FormatID: {E92A2496-223B-4463-A4E3-30EABBA79D80}, 100
public static PropertyKey FNumberDenominator { get; }
Property Value
- PropertyKey
FNumberNumerator
Name: System.Photo.FNumberNumerator -- PKEY_Photo_FNumberNumerator
Description: Numerator of PKEY_Photo_FNumber
Type: UInt32 -- VT_UI4
FormatID: {1B97738A-FDFC-462F-9D93-1957E08BE90C}, 100
public static PropertyKey FNumberNumerator { get; }
Property Value
- PropertyKey
Flash
Name: System.Photo.Flash -- PKEY_Photo_Flash
Description: PropertyTagExifFlash
Type: Byte -- VT_UI1
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37385
public static PropertyKey Flash { get; }
Property Value
- PropertyKey
FlashEnergy
Name: System.Photo.FlashEnergy -- PKEY_Photo_FlashEnergy
Description: PropertyTagExifFlashEnergy. Calculated from PKEY_Photo_FlashEnergyNumerator and PKEY_Photo_FlashEnergyDenominator
Type: Double -- VT_R8
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 41483
public static PropertyKey FlashEnergy { get; }
Property Value
- PropertyKey
FlashEnergyDenominator
Name: System.Photo.FlashEnergyDenominator -- PKEY_Photo_FlashEnergyDenominator
Description: Denominator of PKEY_Photo_FlashEnergy
Type: UInt32 -- VT_UI4
FormatID: {D7B61C70-6323-49CD-A5FC-C84277162C97}, 100
public static PropertyKey FlashEnergyDenominator { get; }
Property Value
- PropertyKey
FlashEnergyNumerator
Name: System.Photo.FlashEnergyNumerator -- PKEY_Photo_FlashEnergyNumerator
Description: Numerator of PKEY_Photo_FlashEnergy
Type: UInt32 -- VT_UI4
FormatID: {FCAD3D3D-0858-400F-AAA3-2F66CCE2A6BC}, 100
public static PropertyKey FlashEnergyNumerator { get; }
Property Value
- PropertyKey
FlashManufacturer
Name: System.Photo.FlashManufacturer -- PKEY_Photo_FlashManufacturer
Description:
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {AABAF6C9-E0C5-4719-8585-57B103E584FE}, 100
public static PropertyKey FlashManufacturer { get; }
Property Value
- PropertyKey
FlashModel
Name: System.Photo.FlashModel -- PKEY_Photo_FlashModel
Description:
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {FE83BB35-4D1A-42E2-916B-06F3E1AF719E}, 100
public static PropertyKey FlashModel { get; }
Property Value
- PropertyKey
FlashText
Name: System.Photo.FlashText -- PKEY_Photo_FlashText
Description: This is the user-friendly form of System.Photo.Flash. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {6B8B68F6-200B-47EA-8D25-D8050F57339F}, 100
public static PropertyKey FlashText { get; }
Property Value
- PropertyKey
FocalLength
Name: System.Photo.FocalLength -- PKEY_Photo_FocalLength
Description: PropertyTagExifFocalLength. Calculated from PKEY_Photo_FocalLengthNumerator and PKEY_Photo_FocalLengthDenominator
Type: Double -- VT_R8
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37386
public static PropertyKey FocalLength { get; }
Property Value
- PropertyKey
FocalLengthDenominator
Name: System.Photo.FocalLengthDenominator -- PKEY_Photo_FocalLengthDenominator
Description: Denominator of PKEY_Photo_FocalLength
Type: UInt32 -- VT_UI4
FormatID: {305BC615-DCA1-44A5-9FD4-10C0BA79412E}, 100
public static PropertyKey FocalLengthDenominator { get; }
Property Value
- PropertyKey
FocalLengthInFilm
Name: System.Photo.FocalLengthInFilm -- PKEY_Photo_FocalLengthInFilm
Description:
Type: UInt16 -- VT_UI2
FormatID: {A0E74609-B84D-4F49-B860-462BD9971F98}, 100
public static PropertyKey FocalLengthInFilm { get; }
Property Value
- PropertyKey
FocalLengthNumerator
Name: System.Photo.FocalLengthNumerator -- PKEY_Photo_FocalLengthNumerator
Description: Numerator of PKEY_Photo_FocalLength
Type: UInt32 -- VT_UI4
FormatID: {776B6B3B-1E3D-4B0C-9A0E-8FBAF2A8492A}, 100
public static PropertyKey FocalLengthNumerator { get; }
Property Value
- PropertyKey
FocalPlaneXResolution
Name: System.Photo.FocalPlaneXResolution -- PKEY_Photo_FocalPlaneXResolution
Description: PropertyTagExifFocalXRes. Calculated from PKEY_Photo_FocalPlaneXResolutionNumerator and PKEY_Photo_FocalPlaneXResolutionDenominator.
Type: Double -- VT_R8
FormatID: {CFC08D97-C6F7-4484-89DD-EBEF4356FE76}, 100
public static PropertyKey FocalPlaneXResolution { get; }
Property Value
- PropertyKey
FocalPlaneXResolutionDenominator
Name: System.Photo.FocalPlaneXResolutionDenominator -- PKEY_Photo_FocalPlaneXResolutionDenominator
Description: Denominator of PKEY_Photo_FocalPlaneXResolution
Type: UInt32 -- VT_UI4
FormatID: {0933F3F5-4786-4F46-A8E8-D64DD37FA521}, 100
public static PropertyKey FocalPlaneXResolutionDenominator { get; }
Property Value
- PropertyKey
FocalPlaneXResolutionNumerator
Name: System.Photo.FocalPlaneXResolutionNumerator -- PKEY_Photo_FocalPlaneXResolutionNumerator
Description: Numerator of PKEY_Photo_FocalPlaneXResolution
Type: UInt32 -- VT_UI4
FormatID: {DCCB10AF-B4E2-4B88-95F9-031B4D5AB490}, 100
public static PropertyKey FocalPlaneXResolutionNumerator { get; }
Property Value
- PropertyKey
FocalPlaneYResolution
Name: System.Photo.FocalPlaneYResolution -- PKEY_Photo_FocalPlaneYResolution
Description: PropertyTagExifFocalYRes. Calculated from PKEY_Photo_FocalPlaneYResolutionNumerator and PKEY_Photo_FocalPlaneYResolutionDenominator.
Type: Double -- VT_R8
FormatID: {4FFFE4D0-914F-4AC4-8D6F-C9C61DE169B1}, 100
public static PropertyKey FocalPlaneYResolution { get; }
Property Value
- PropertyKey
FocalPlaneYResolutionDenominator
Name: System.Photo.FocalPlaneYResolutionDenominator -- PKEY_Photo_FocalPlaneYResolutionDenominator
Description: Denominator of PKEY_Photo_FocalPlaneYResolution
Type: UInt32 -- VT_UI4
FormatID: {1D6179A6-A876-4031-B013-3347B2B64DC8}, 100
public static PropertyKey FocalPlaneYResolutionDenominator { get; }
Property Value
- PropertyKey
FocalPlaneYResolutionNumerator
Name: System.Photo.FocalPlaneYResolutionNumerator -- PKEY_Photo_FocalPlaneYResolutionNumerator
Description: Numerator of PKEY_Photo_FocalPlaneYResolution
Type: UInt32 -- VT_UI4
FormatID: {A2E541C5-4440-4BA8-867E-75CFC06828CD}, 100
public static PropertyKey FocalPlaneYResolutionNumerator { get; }
Property Value
- PropertyKey
GainControl
Name: System.Photo.GainControl -- PKEY_Photo_GainControl
Description: This indicates the degree of overall image gain adjustment.
Calculated from PKEY_Photo_GainControlNumerator and PKEY_Photo_GainControlDenominator.
Type: Double -- VT_R8
FormatID: {FA304789-00C7-4D80-904A-1E4DCC7265AA}, 100 (PropertyTagExifGainControl)
public static PropertyKey GainControl { get; }
Property Value
- PropertyKey
GainControlDenominator
Name: System.Photo.GainControlDenominator -- PKEY_Photo_GainControlDenominator
Description: Denominator of PKEY_Photo_GainControl
Type: UInt32 -- VT_UI4
FormatID: {42864DFD-9DA4-4F77-BDED-4AAD7B256735}, 100
public static PropertyKey GainControlDenominator { get; }
Property Value
- PropertyKey
GainControlNumerator
Name: System.Photo.GainControlNumerator -- PKEY_Photo_GainControlNumerator
Description: Numerator of PKEY_Photo_GainControl
Type: UInt32 -- VT_UI4
FormatID: {8E8ECF7C-B7B8-4EB8-A63F-0EE715C96F9E}, 100
public static PropertyKey GainControlNumerator { get; }
Property Value
- PropertyKey
GainControlText
Name: System.Photo.GainControlText -- PKEY_Photo_GainControlText
Description: This is the user-friendly form of System.Photo.GainControl. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {C06238B2-0BF9-4279-A723-25856715CB9D}, 100
public static PropertyKey GainControlText { get; }
Property Value
- PropertyKey
ISOSpeed
Name: System.Photo.ISOSpeed -- PKEY_Photo_ISOSpeed
Description: PropertyTagExifISOSpeed
Type: UInt16 -- VT_UI2
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 34855
public static PropertyKey ISOSpeed { get; }
Property Value
- PropertyKey
LensManufacturer
Name: System.Photo.LensManufacturer -- PKEY_Photo_LensManufacturer
Description:
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {E6DDCAF7-29C5-4F0A-9A68-D19412EC7090}, 100
public static PropertyKey LensManufacturer { get; }
Property Value
- PropertyKey
LensModel
Name: System.Photo.LensModel -- PKEY_Photo_LensModel
Description:
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {E1277516-2B5F-4869-89B1-2E585BD38B7A}, 100
public static PropertyKey LensModel { get; }
Property Value
- PropertyKey
LightSource
Name: System.Photo.LightSource -- PKEY_Photo_LightSource
Description: PropertyTagExifLightSource
Type: UInt32 -- VT_UI4
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37384
public static PropertyKey LightSource { get; }
Property Value
- PropertyKey
MakerNote
Name: System.Photo.MakerNote -- PKEY_Photo_MakerNote
Description:
Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
FormatID: {FA303353-B659-4052-85E9-BCAC79549B84}, 100
public static PropertyKey MakerNote { get; }
Property Value
- PropertyKey
MakerNoteOffset
Name: System.Photo.MakerNoteOffset -- PKEY_Photo_MakerNoteOffset
Description:
Type: UInt64 -- VT_UI8
FormatID: {813F4124-34E6-4D17-AB3E-6B1F3C2247A1}, 100
public static PropertyKey MakerNoteOffset { get; }
Property Value
- PropertyKey
MaxAperture
Name: System.Photo.MaxAperture -- PKEY_Photo_MaxAperture
Description: Calculated from PKEY_Photo_MaxApertureNumerator and PKEY_Photo_MaxApertureDenominator
Type: Double -- VT_R8
FormatID: {08F6D7C2-E3F2-44FC-AF1E-5AA5C81A2D3E}, 100
public static PropertyKey MaxAperture { get; }
Property Value
- PropertyKey
MaxApertureDenominator
Name: System.Photo.MaxApertureDenominator -- PKEY_Photo_MaxApertureDenominator
Description: Denominator of PKEY_Photo_MaxAperture
Type: UInt32 -- VT_UI4
FormatID: {C77724D4-601F-46C5-9B89-C53F93BCEB77}, 100
public static PropertyKey MaxApertureDenominator { get; }
Property Value
- PropertyKey
MaxApertureNumerator
Name: System.Photo.MaxApertureNumerator -- PKEY_Photo_MaxApertureNumerator
Description: Numerator of PKEY_Photo_MaxAperture
Type: UInt32 -- VT_UI4
FormatID: {C107E191-A459-44C5-9AE6-B952AD4B906D}, 100
public static PropertyKey MaxApertureNumerator { get; }
Property Value
- PropertyKey
MeteringMode
Name: System.Photo.MeteringMode -- PKEY_Photo_MeteringMode
Description: PropertyTagExifMeteringMode
Type: UInt16 -- VT_UI2
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37383
public static PropertyKey MeteringMode { get; }
Property Value
- PropertyKey
MeteringModeText
Name: System.Photo.MeteringModeText -- PKEY_Photo_MeteringModeText
Description: This is the user-friendly form of System.Photo.MeteringMode. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {F628FD8C-7BA8-465A-A65B-C5AA79263A9E}, 100
public static PropertyKey MeteringModeText { get; }
Property Value
- PropertyKey
Orientation
Name: System.Photo.Orientation -- PKEY_Photo_Orientation
Description: This is the image orientation viewed in terms of rows and columns.
Type: UInt16 -- VT_UI2
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 274 (PropertyTagOrientation)
public static PropertyKey Orientation { get; }
Property Value
- PropertyKey
OrientationText
Name: System.Photo.OrientationText -- PKEY_Photo_OrientationText
Description: This is the user-friendly form of System.Photo.Orientation. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {A9EA193C-C511-498A-A06B-58E2776DCC28}, 100
public static PropertyKey OrientationText { get; }
Property Value
- PropertyKey
PeopleNames
Name: System.Photo.PeopleNames -- PKEY_Photo_PeopleNames
Description: The people tags on an image.
Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
FormatID: {E8309B6E-084C-49B4-B1FC-90A80331B638}, 100
public static PropertyKey PeopleNames { get; }
Property Value
- PropertyKey
PhotometricInterpretation
Name: System.Photo.PhotometricInterpretation -- PKEY_Photo_PhotometricInterpretation
Description: This is the pixel composition. In JPEG compressed data, a JPEG marker is used instead of this property.
Type: UInt16 -- VT_UI2
FormatID: {341796F1-1DF9-4B1C-A564-91BDEFA43877}, 100
public static PropertyKey PhotometricInterpretation { get; }
Property Value
- PropertyKey
PhotometricInterpretationText
Name: System.Photo.PhotometricInterpretationText -- PKEY_Photo_PhotometricInterpretationText
Description: This is the user-friendly form of System.Photo.PhotometricInterpretation. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {821437D6-9EAB-4765-A589-3B1CBBD22A61}, 100
public static PropertyKey PhotometricInterpretationText { get; }
Property Value
- PropertyKey
ProgramMode
Name: System.Photo.ProgramMode -- PKEY_Photo_ProgramMode
Description: This is the class of the program used by the camera to set exposure when the picture is taken.
Type: UInt32 -- VT_UI4
FormatID: {6D217F6D-3F6A-4825-B470-5F03CA2FBE9B}, 100
public static PropertyKey ProgramMode { get; }
Property Value
- PropertyKey
ProgramModeText
Name: System.Photo.ProgramModeText -- PKEY_Photo_ProgramModeText
Description: This is the user-friendly form of System.Photo.ProgramMode. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {7FE3AA27-2648-42F3-89B0-454E5CB150C3}, 100
public static PropertyKey ProgramModeText { get; }
Property Value
- PropertyKey
RelatedSoundFile
Name: System.Photo.RelatedSoundFile -- PKEY_Photo_RelatedSoundFile
Description:
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {318A6B45-087F-4DC2-B8CC-05359551FC9E}, 100
public static PropertyKey RelatedSoundFile { get; }
Property Value
- PropertyKey
Saturation
Name: System.Photo.Saturation -- PKEY_Photo_Saturation
Description: This indicates the direction of saturation processing applied by the camera when the image was shot.
Type: UInt32 -- VT_UI4
FormatID: {49237325-A95A-4F67-B211-816B2D45D2E0}, 100
public static PropertyKey Saturation { get; }
Property Value
- PropertyKey
SaturationText
Name: System.Photo.SaturationText -- PKEY_Photo_SaturationText
Description: This is the user-friendly form of System.Photo.Saturation. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {61478C08-B600-4A84-BBE4-E99C45F0A072}, 100
public static PropertyKey SaturationText { get; }
Property Value
- PropertyKey
Sharpness
Name: System.Photo.Sharpness -- PKEY_Photo_Sharpness
Description: This indicates the direction of sharpness processing applied by the camera when the image was shot.
Type: UInt32 -- VT_UI4
FormatID: {FC6976DB-8349-4970-AE97-B3C5316A08F0}, 100
public static PropertyKey Sharpness { get; }
Property Value
- PropertyKey
SharpnessText
Name: System.Photo.SharpnessText -- PKEY_Photo_SharpnessText
Description: This is the user-friendly form of System.Photo.Sharpness. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {51EC3F47-DD50-421D-8769-334F50424B1E}, 100
public static PropertyKey SharpnessText { get; }
Property Value
- PropertyKey
ShutterSpeed
Name: System.Photo.ShutterSpeed -- PKEY_Photo_ShutterSpeed
Description: PropertyTagExifShutterSpeed. Calculated from PKEY_Photo_ShutterSpeedNumerator and PKEY_Photo_ShutterSpeedDenominator
Type: Double -- VT_R8
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37377
public static PropertyKey ShutterSpeed { get; }
Property Value
- PropertyKey
ShutterSpeedDenominator
Name: System.Photo.ShutterSpeedDenominator -- PKEY_Photo_ShutterSpeedDenominator
Description: Denominator of PKEY_Photo_ShutterSpeed
Type: Int32 -- VT_I4
FormatID: {E13D8975-81C7-4948-AE3F-37CAE11E8FF7}, 100
public static PropertyKey ShutterSpeedDenominator { get; }
Property Value
- PropertyKey
ShutterSpeedNumerator
Name: System.Photo.ShutterSpeedNumerator -- PKEY_Photo_ShutterSpeedNumerator
Description: Numerator of PKEY_Photo_ShutterSpeed
Type: Int32 -- VT_I4
FormatID: {16EA4042-D6F4-4BCA-8349-7C78D30FB333}, 100
public static PropertyKey ShutterSpeedNumerator { get; }
Property Value
- PropertyKey
SubjectDistance
Name: System.Photo.SubjectDistance -- PKEY_Photo_SubjectDistance
Description: PropertyTagExifSubjectDist. Calculated from PKEY_Photo_SubjectDistanceNumerator and PKEY_Photo_SubjectDistanceDenominator
Type: Double -- VT_R8
FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37382
public static PropertyKey SubjectDistance { get; }
Property Value
- PropertyKey
SubjectDistanceDenominator
Name: System.Photo.SubjectDistanceDenominator -- PKEY_Photo_SubjectDistanceDenominator
Description: Denominator of PKEY_Photo_SubjectDistance
Type: UInt32 -- VT_UI4
FormatID: {0C840A88-B043-466D-9766-D4B26DA3FA77}, 100
public static PropertyKey SubjectDistanceDenominator { get; }
Property Value
- PropertyKey
SubjectDistanceNumerator
Name: System.Photo.SubjectDistanceNumerator -- PKEY_Photo_SubjectDistanceNumerator
Description: Numerator of PKEY_Photo_SubjectDistance
Type: UInt32 -- VT_UI4
FormatID: {8AF4961C-F526-43E5-AA81-DB768219178D}, 100
public static PropertyKey SubjectDistanceNumerator { get; }
Property Value
- PropertyKey
TagViewAggregate
Name: System.Photo.TagViewAggregate -- PKEY_Photo_TagViewAggregate
Description: A read-only aggregation of tag-like properties for use in building views.
Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
FormatID: {B812F15D-C2D8-4BBF-BACD-79744346113F}, 100
public static PropertyKey TagViewAggregate { get; }
Property Value
- PropertyKey
TranscodedForSync
Name: System.Photo.TranscodedForSync -- PKEY_Photo_TranscodedForSync
Description:
Type: Boolean -- VT_BOOL
FormatID: {9A8EBB75-6458-4E82-BACB-35C0095B03BB}, 100
public static PropertyKey TranscodedForSync { get; }
Property Value
- PropertyKey
WhiteBalance
Name: System.Photo.WhiteBalance -- PKEY_Photo_WhiteBalance
Description: This indicates the white balance mode set when the image was shot.
Type: UInt32 -- VT_UI4
FormatID: {EE3D3D8A-5381-4CFA-B13B-AAF66B5F4EC9}, 100
public static PropertyKey WhiteBalance { get; }
Property Value
- PropertyKey
WhiteBalanceText
Name: System.Photo.WhiteBalanceText -- PKEY_Photo_WhiteBalanceText
Description: This is the user-friendly form of System.Photo.WhiteBalance. Not intended to be parsed programmatically.
Type: String -- VT_LPWSTR (For variants: VT_BSTR)
FormatID: {6336B95E-C7A7-426D-86FD-7AE3D39C84B4}, 100
public static PropertyKey WhiteBalanceText { get; }
Property Value
- PropertyKey