a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
1948 lines
59 KiB
XML
1948 lines
59 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="PropertyItem" FullName="System.Drawing.Imaging.PropertyItem">
|
|
<TypeSignature Language="C#" Value="public sealed class PropertyItem" Maintainer="auto" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System.Drawing</AssemblyName>
|
|
<AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 07 D1 FA 57 C4 AE D9 F0 A3 2E 84 AA 0F AE FD 0D E9 E8 FD 6A EC 8F 87 FB 03 76 6C 83 4C 99 92 1E B2 3B E7 9A D9 D5 DC C1 DD 9A D2 36 13 21 02 90 0B 72 3C F9 80 95 7F C4 E1 77 10 8F C6 07 77 4F 29 E8 32 0E 92 EA 05 EC E4 E8 21 C0 A5 EF E8 F1 64 5C 4C 0C 93 C1 AB 99 28 5D 62 2C AA 65 2C 1D FA D6 3D 74 5D 6F 2D E5 F1 7E 5E AF 0F C4 96 3D 26 1C 8A 12 43 65 18 20 6D C0 93 34 4D 5A D2 93]</AssemblyPublicKey>
|
|
<AssemblyVersion>1.0.3300.0</AssemblyVersion>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
|
<Base>
|
|
<BaseTypeName>System.Object</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The data consists of: an identifier, the length (in bytes) of the property, the property type, and a pointer to the property value. </para>
|
|
<para>A <see cref="T:System.Drawing.Imaging.PropertyItem" /> is not intended to be used as a stand-alone object. A <see cref="T:System.Drawing.Imaging.PropertyItem" /> object is intended to be used by classes that are derived from <see cref="T:System.Drawing.Image" />. A <see cref="T:System.Drawing.Imaging.PropertyItem" /> object is used to retrieve and to change the metadata of existing image files, not to create the metadata. Therefore, the <see cref="T:System.Drawing.Imaging.PropertyItem" /> class does not have a defined Public constructor, and you cannot create an instance of a <see cref="T:System.Drawing.Imaging.PropertyItem" /> object.</para>
|
|
<para>To work around the absence of a Public constructor, use an existing <see cref="T:System.Drawing.Imaging.PropertyItem" /> object instead of creating a new instance of the <see cref="T:System.Drawing.Imaging.PropertyItem" /> class. For more information, see <see cref="M:System.Drawing.Image.GetPropertyItem(System.Int32)" />.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Encapsulates a metadata property to be included in an image file. Not inheritable.</para>
|
|
</summary>
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName="Id">
|
|
<MemberSignature Language="C#" Value="public int Id { set; get; }" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Int32</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
</Parameters>
|
|
<Docs>
|
|
<value>To be added: an object of type 'int'</value>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The following table shows the property tags and their IDs. For more information about property tags, see <see cref="http://go.microsoft.com/fwlink/?LinkId=145387">Image Property Tag Constants</see>. For a description of each property tag, see <see cref="http://go.microsoft.com/fwlink/?LinkId=145383">Property Item Descriptions</see>. </para>
|
|
<list type="table">
|
|
<listheader>
|
|
<item>
|
|
<term>
|
|
<para>ID</para>
|
|
</term>
|
|
<description>
|
|
<para>Property tag</para>
|
|
</description>
|
|
</item>
|
|
</listheader>
|
|
<item>
|
|
<term>
|
|
<para>0x0000</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsVer</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0001</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsLatitudeRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0002</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsLatitude</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0003</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsLongitudeRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0004</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsLongitude</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0005</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsAltitudeRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0006</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsAltitude</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0007</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsGpsTime</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0008</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsGpsSatellites</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0009</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsGpsStatus</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x000A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsGpsMeasureMode</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x000B</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsGpsDop</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x000C</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsSpeedRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x000D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsSpeed</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x000E</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsTrackRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x000F</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsTrack</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0010</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsImgDirRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0011</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsImgDir</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0012</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsMapDatum</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0013</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsDestLatRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0014</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsDestLat</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0015</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsDestLongRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0016</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsDestLong</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0017</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsDestBearRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0018</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsDestBear</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0019</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsDestDistRef</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x001A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsDestDist</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x00FE</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagNewSubfileType</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x00FF</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagSubfileType</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0100</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagImageWidth</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0101</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagImageHeight</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0102</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagBitsPerSample</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0103</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagCompression</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0106</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPhotometricInterp</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0107</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThreshHolding</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0108</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagCellWidth</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0109</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagCellHeight</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x010A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagFillOrder</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x010D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagDocumentName</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x010E</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagImageDescription</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x010F</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagEquipMake</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0110</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagEquipModel</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0111</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagStripOffsets</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0112</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagOrientation</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0115</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagSamplesPerPixel</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0116</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagRowsPerStrip</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0117</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagStripBytesCount</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0118</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagMinSampleValue</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0119</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagMaxSampleValue</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x011A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagXResolution</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x011B</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagYResolution</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x011C</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPlanarConfig</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x011D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPageName</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x011E</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagXPosition</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x011F</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagYPosition</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0120</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagFreeOffset</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0121</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagFreeByteCounts</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0122</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGrayResponseUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0123</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGrayResponseCurve</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0124</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagT4Option</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0125</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagT6Option</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0128</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagResolutionUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0129</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPageNumber</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x012D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagTransferFunction</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0131</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagSoftwareUsed</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0132</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagDateTime</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x013B</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagArtist</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x013C</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagHostComputer</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x013D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPredictor</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x013E</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagWhitePoint</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x013F</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPrimaryChromaticities</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0140</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagColorMap</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0141</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagHalftoneHints</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0142</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagTileWidth</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0143</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagTileLength</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0144</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagTileOffset</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0145</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagTileByteCounts</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x014C</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagInkSet</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x014D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagInkNames</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x014E</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagNumberOfInks</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0150</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagDotRange</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0151</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagTargetPrinter</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0152</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExtraSamples</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0153</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagSampleFormat</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0154</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagSMinSampleValue</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0155</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagSMaxSampleValue</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0156</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagTransferRange</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0200</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGProc</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0201</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGInterFormat</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0202</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGInterLength</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0203</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGRestartInterval</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0205</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGLosslessPredictors</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0206</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGPointTransforms</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0207</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGQTables</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0208</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGDCTables</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0209</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGACTables</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0211</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagYCbCrCoefficients</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0212</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagYCbCrSubsampling</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0213</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagYCbCrPositioning</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0214</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagREFBlackWhite</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0301</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGamma</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0302</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagICCProfileDescriptor</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0303</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagSRGBRenderingIntent</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x0320</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagImageTitle</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5001</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagResolutionXUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5002</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagResolutionYUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5003</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagResolutionXLengthUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5004</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagResolutionYLengthUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5005</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPrintFlags</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5006</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPrintFlagsVersion</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5007</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPrintFlagsCrop</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5008</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPrintFlagsBleedWidth</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5009</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPrintFlagsBleedWidthScale</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x500A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagHalftoneLPI</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x500B</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagHalftoneLPIUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x500C</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagHalftoneDegree</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x500D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagHalftoneShape</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x500E</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagHalftoneMisc</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x500F</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagHalftoneScreen</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5010</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagJPEGQuality</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5011</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGridSize</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5012</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailFormat</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5013</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailWidth</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5014</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailHeight</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5015</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailColorDepth</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5016</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailPlanes</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5017</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailRawBytes</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5018</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailSize</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5019</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailCompressedSize</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x501A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagColorTransferFunction</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x501B</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailData</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5020</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailImageWidth</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5021</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailImageHeight</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5022</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailBitsPerSample</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5023</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailCompression</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5024</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailPhotometricInterp</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5025</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailImageDescription</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5026</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailEquipMake</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5027</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailEquipModel</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5028</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailStripOffsets</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5029</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailOrientation</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x502A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailSamplesPerPixel</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x502B</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailRowsPerStrip</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x502C</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailStripBytesCount</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x502D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailResolutionX</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x502E</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailResolutionY</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x502F</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailPlanarConfig</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5030</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailResolutionUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5031</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailTransferFunction</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5032</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailSoftwareUsed</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5033</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailDateTime</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5034</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailArtist</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5035</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailWhitePoint</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5036</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailPrimaryChromaticities</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5037</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailYCbCrCoefficients</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5038</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailYCbCrSubsampling</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5039</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailYCbCrPositioning</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x503A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailRefBlackWhite</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x503B</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagThumbnailCopyRight</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5090</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagLuminanceTable</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5091</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagChrominanceTable</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5100</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagFrameDelay</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5101</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagLoopCount</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5102</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGlobalPalette</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5103</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagIndexBackground</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5104</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagIndexTransparent</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5110</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPixelUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5111</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPixelPerUnitX</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5112</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPixelPerUnitY</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x5113</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagPaletteHistogram</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x8298</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagCopyright</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x829A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifExposureTime</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x829D</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFNumber</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x8769</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifIFD</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x8773</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagICCProfile</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x8822</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifExposureProg</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x8824</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifSpectralSense</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x8825</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagGpsIFD</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x8827</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifISOSpeed</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x8828</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifOECF</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9000</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifVer</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9003</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifDTOrig</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9004</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifDTDigitized</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9101</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifCompConfig</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9102</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifCompBPP</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9201</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifShutterSpeed</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9202</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifAperture</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9203</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifBrightness</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9204</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifExposureBias</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9205</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifMaxAperture</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9206</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifSubjectDist</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9207</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifMeteringMode</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9208</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifLightSource</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9209</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFlash</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x920A</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFocalLength</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x927C</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifMakerNote</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9286</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifUserComment</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9290</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifDTSubsec</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9291</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifDTOrigSS</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0x9292</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifDTDigSS</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA000</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFPXVer</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA001</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifColorSpace</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA002</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifPixXDim</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA003</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifPixYDim</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA004</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifRelatedWav</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA005</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifInterop</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA20B</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFlashEnergy</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA20C</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifSpatialFR</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA20E</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFocalXRes</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA20F</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFocalYRes</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA210</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFocalResUnit</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA214</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifSubjectLoc</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA215</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifExposureIndex</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA217</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifSensingMethod</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA300</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifFileSource</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA301</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifSceneType</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>0xA302</para>
|
|
</term>
|
|
<description>
|
|
<para>PropertyTagExifCfaPattern</para>
|
|
</description>
|
|
</item>
|
|
</list>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Gets or sets the ID of the property.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="Len">
|
|
<MemberSignature Language="C#" Value="public int Len { set; get; }" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Int32</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
</Parameters>
|
|
<Docs>
|
|
<value>To be added: an object of type 'int'</value>
|
|
<remarks>To be added</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Gets or sets the length (in bytes) of the <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> property.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="Type">
|
|
<MemberSignature Language="C#" Value="public short Type { set; get; }" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Int16</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
</Parameters>
|
|
<Docs>
|
|
<value>To be added: an object of type 'short'</value>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The following table shows integers and the types they represent.</para>
|
|
<list type="table">
|
|
<listheader>
|
|
<item>
|
|
<term>
|
|
<para>Integer</para>
|
|
</term>
|
|
<description>
|
|
<para>Represented Type</para>
|
|
</description>
|
|
</item>
|
|
</listheader>
|
|
<item>
|
|
<term>
|
|
<para>1</para>
|
|
</term>
|
|
<description>
|
|
<para>Specifies that <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> is an array of bytes.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>2</para>
|
|
</term>
|
|
<description>
|
|
<para>Specifies that <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> is a null-terminated ASCII string. If you set the type data member to ASCII type, you should set the <see cref="P:System.Drawing.Imaging.PropertyItem.Len" /> property to the length of the string including the null terminator. For example, the string "Hello" would have a length of 6.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>3</para>
|
|
</term>
|
|
<description>
|
|
<para>Specifies that <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> is an array of unsigned short (16-bit) integers.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>4</para>
|
|
</term>
|
|
<description>
|
|
<para>Specifies that <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> is an array of unsigned long (32-bit) integers.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>5</para>
|
|
</term>
|
|
<description>
|
|
<para>Specifies that <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> data member is an array of pairs of unsigned long integers. Each pair represents a fraction; the first integer is the numerator and the second integer is the denominator.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>6</para>
|
|
</term>
|
|
<description>
|
|
<para>Specifies that <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> is an array of bytes that can hold values of any data type.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>7</para>
|
|
</term>
|
|
<description>
|
|
<para>Specifies that <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> is an array of signed long (32-bit) integers.</para>
|
|
</description>
|
|
</item>
|
|
<item>
|
|
<term>
|
|
<para>10</para>
|
|
</term>
|
|
<description>
|
|
<para>Specifies that <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> is an array of pairs of signed long integers. Each pair represents a fraction; the first integer is the numerator and the second integer is the denominator.</para>
|
|
</description>
|
|
</item>
|
|
</list>
|
|
<para>For more information about property tags, see "Image Property Tag Constants" in the MSDN library at http://msdn.microsoft.com/library.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Gets or sets an integer that defines the type of data contained in the <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> property.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="Value">
|
|
<MemberSignature Language="C#" Value="public byte[] Value { set; get; }" />
|
|
<MemberType>Property</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Byte[]</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
</Parameters>
|
|
<Docs>
|
|
<value>To be added: an object of type 'byte []'</value>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The byte array returned by the <see cref="P:System.Drawing.Imaging.PropertyItem.Value" /> property contains data in one of several different primitive types. To use the data, determine the data type using the <see cref="P:System.Drawing.Imaging.PropertyItem.Type" /> property and convert the byte array accordingly.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Gets or sets the value of the property item.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
</Members>
|
|
</Type> |