프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / CompareLib / bin / Release / Leadtools.Codecs.xml @ d33ef543

이력 | 보기 | 이력해설 | 다운로드 (422 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<doc>
3
  <assembly>
4
    <name>Leadtools.Codecs</name>
5
  </assembly>
6
  <members>
7
    <member name="T:Leadtools.Codecs.CodecsAbcLoadOptions">
8
      <summary>Provides options specifically for loading ABC images.</summary>
9
    </member>
10
    <member name="P:Leadtools.Codecs.CodecsAbcLoadOptions.FastLoad">
11
      <summary>Enables or disables fast loading algorithm for loading ABC images.</summary>
12
      <value>true to enable fast loading algorithm; otherwise, false.</value>
13
    </member>
14
    <member name="T:Leadtools.Codecs.CodecsAbcOptions">
15
      <summary>Provides extra options for loading and saving images using LEAD Advanced Bitonal Compression (ABC).</summary>
16
    </member>
17
    <member name="P:Leadtools.Codecs.CodecsAbcOptions.Load">
18
      <summary>Gets the options for loading images using LEAD Advanced Bitonal Compression (ABC).</summary>
19
      <value>The LEAD Advanced Bitonal Compression load options.</value>
20
    </member>
21
    <member name="P:Leadtools.Codecs.CodecsAbcOptions.Save">
22
      <summary>Gets the options for saving images using LEAD Advanced Bitonal Compression (ABC).</summary>
23
      <value>The LEAD Advanced Bitonal Compression save options.</value>
24
    </member>
25
    <member name="T:Leadtools.Codecs.CodecsAbcSaveOptions">
26
      <summary>Provides options specifically for saving ABC images.</summary>
27
    </member>
28
    <member name="P:Leadtools.Codecs.CodecsAbcSaveOptions.QualityFactor">
29
      <summary>Gets or sets the quality factor for saving ABC files.</summary>
30
      <value>An CodecsAbcQualityFactor enumeration value that specifies the quality factor used when saving ABC files.</value>
31
    </member>
32
    <member name="T:Leadtools.Codecs.CodecsAnzLoadOptions">
33
      <summary>Provides options for loading ANZ (Analyze) images.</summary>
34
    </member>
35
    <member name="P:Leadtools.Codecs.CodecsAnzLoadOptions.View">
36
      <summary>Gets or sets the view to use when loading ANZ (Analyze) images.</summary>
37
      <value>The view to use when loading ANZ (Analyze) images.</value>
38
    </member>
39
    <member name="T:Leadtools.Codecs.CodecsAnzOptions">
40
      <summary>Provides extra options for loading and saving ANZ (Analyze) images.</summary>
41
    </member>
42
    <member name="P:Leadtools.Codecs.CodecsAnzOptions.Load">
43
      <summary>Gets the options for loading ANZ (Analyze) images.</summary>
44
      <value>The options to use when loading ANZ (Analyze) images.</value>
45
    </member>
46
    <member name="T:Leadtools.Codecs.CodecsAsyncCompletedEventArgs">
47
      <summary>Base class for the CodecsGetInformationAsyncCompletedEventArgs, CodecsLoadAsyncCompletedEventArgs and CodecsSaveAsyncCompletedEventArgs classes.</summary>
48
    </member>
49
    <member name="M:Leadtools.Codecs.CodecsAsyncCompletedEventArgs.#ctor(System.Uri,System.IO.Stream,System.String,System.Exception,System.Boolean,System.Object)">
50
      <summary>Initializes a new instance of this class with the specified parameters.</summary>
51
      <param name="uri">The Uri this asynchronous operation is using.</param>
52
      <param name="stream">The Stream this asynchronous operation is using.</param>
53
      <param name="fileName">The FileName this asynchronous operation is using.</param>
54
      <param name="error">Any error that occurred during the asynchronous operation.</param>
55
      <param name="cancelled">A value indicating whether the asynchronous operation was canceled.</param>
56
      <param name="userState">The optional user-supplied state object passed to the calling method that initialized the construction of this object.</param>
57
    </member>
58
    <member name="P:Leadtools.Codecs.CodecsAsyncCompletedEventArgs.FileName">
59
      <summary>Gets the file name this asynchronous operation is using.</summary>
60
      <value>The file name this asynchronous operation is using.</value>
61
    </member>
62
    <member name="P:Leadtools.Codecs.CodecsAsyncCompletedEventArgs.Stream">
63
      <summary>Gets the stream this asynchronous operation is using.</summary>
64
      <value>The Stream this asynchronous operation is using.</value>
65
    </member>
66
    <member name="P:Leadtools.Codecs.CodecsAsyncCompletedEventArgs.Uri">
67
      <summary>Gets the URI this asynchronous operation is using.</summary>
68
      <value>The Uri this asynchronous operation is using.</value>
69
    </member>
70
    <member name="T:Leadtools.Codecs.CodecsDocLoadOptions">
71
      <summary>Provides the options for loading Microsoft Word (DOCX) and Word 97-2003 (DOC) documents as raster images.</summary>
72
    </member>
73
    <member name="P:Leadtools.Codecs.CodecsDocLoadOptions.BitsPerPixel">
74
      <summary>Gets or sets the final bits per pixel of the loaded RasterImage.</summary>
75
      <value>One of the supported LEADTOOLS bits per pixel values.</value>
76
    </member>
77
    <member name="T:Leadtools.Codecs.CodecsDocOptions">
78
      <summary>Provides extra options for loading and saving Microsoft Word (DOCX) and Word 97-2003 (DOC) or files.</summary>
79
    </member>
80
    <member name="P:Leadtools.Codecs.CodecsDocOptions.Load">
81
      <summary>Gets the options for loading Microsoft Word (DOCX) and Word 97-2003 (DOC) files.</summary>
82
      <value>The options to use when loading Microsoft Word (DOCX) and Word 97-2003 (DOC) files.</value>
83
    </member>
84
    <member name="T:Leadtools.Codecs.CodecsDocumentImageInfo">
85
      <summary>Provides information specific to document images.</summary>
86
    </member>
87
    <member name="P:Leadtools.Codecs.CodecsDocumentImageInfo.IsDocumentFile">
88
      <summary>Gets a value indicating whether the image file or stream is a document format.</summary>
89
      <value>**true** if the image file or stream is a document format, **false**; otherwise.</value>
90
    </member>
91
    <member name="P:Leadtools.Codecs.CodecsDocumentImageInfo.PageHeight">
92
      <summary>Gets the logical height of the document.</summary>
93
      <value>A Double value that contains the logical height of the document. This value is in Unit.</value>
94
    </member>
95
    <member name="P:Leadtools.Codecs.CodecsDocumentImageInfo.PageWidth">
96
      <summary>Gets the logical width of the document.</summary>
97
      <value>A Double value that contains the logical width of the document. This value is in Unit.</value>
98
    </member>
99
    <member name="P:Leadtools.Codecs.CodecsDocumentImageInfo.Unit">
100
      <summary>Gets the unit of the logical width and height of this document.</summary>
101
      <value>A CodecsRasterizeDocumentUnit enumeration member that specifies the unit for PageWidth and PageHeight.</value>
102
    </member>
103
    <member name="T:Leadtools.Codecs.CodecsEcwLoadOptions">
104
      <summary>Provides options specifically for loading ECW images.</summary>
105
    </member>
106
    <member name="P:Leadtools.Codecs.CodecsEcwLoadOptions.Resolution">
107
      <summary>Gets or sets the resolution to load.</summary>
108
      <value>The resolution to load.</value>
109
    </member>
110
    <member name="T:Leadtools.Codecs.CodecsEcwOptions">
111
      <summary>Provides extra options for loading and saving ECW images.</summary>
112
    </member>
113
    <member name="P:Leadtools.Codecs.CodecsEcwOptions.Load">
114
      <summary>Gets the options for loading ECW images.</summary>
115
      <value>The ECW load options.</value>
116
    </member>
117
    <member name="P:Leadtools.Codecs.CodecsEcwOptions.Save">
118
      <summary>Gets the options for saving ECW images.</summary>
119
      <value>The ECW save options.</value>
120
    </member>
121
    <member name="T:Leadtools.Codecs.CodecsEcwSaveOptions">
122
      <summary>Provides options specifically for saving ECW images.</summary>
123
    </member>
124
    <member name="P:Leadtools.Codecs.CodecsEcwSaveOptions.QualityFactor">
125
      <summary>Gets or sets the quality factor for saving ECW files.</summary>
126
      <value>An integer value between 1 and 100 that specifies the quality factor used when saving ECW files where 1 is maximum quality and 100 is maximum compression. Default value is 1.</value>
127
    </member>
128
    <member name="T:Leadtools.Codecs.CodecsEnumGeoKeysEventArgs">
129
      <summary>Provides data for the RasterCodecs.GeoKeyFound event.</summary>
130
    </member>
131
    <member name="M:Leadtools.Codecs.CodecsEnumGeoKeysEventArgs.ToRasterTagMetadata">
132
      <summary>Constructs a RasterTagMetadata from this GeoKey data.</summary>
133
      <returns>A RasterTagMetadata object that contains the data stored in this GeoKey.</returns>
134
    </member>
135
    <member name="P:Leadtools.Codecs.CodecsEnumGeoKeysEventArgs.Buffer">
136
      <summary>Gets a pointer to the unmanaged memory containing the GeoKey data.</summary>
137
      <value>A pointer to the unmanaged memory containing the GeoKey data.</value>
138
    </member>
139
    <member name="P:Leadtools.Codecs.CodecsEnumGeoKeysEventArgs.Cancel">
140
      <summary>Gets or sets a value which allows the user to abort the enumeration process.</summary>
141
      <value>true to abort the enumeration process, false to continue normally.</value>
142
    </member>
143
    <member name="P:Leadtools.Codecs.CodecsEnumGeoKeysEventArgs.Count">
144
      <summary>Gets the number of items in Buffer.</summary>
145
      <value>The number of items in the Buffer buffer. Note that this doesn't describe the number of bytes. For example, Count is 10 and MetadataType is RasterTagMetadataDataType.Double, you will need 10 x 8 = 80 bytes to read the tag data.</value>
146
    </member>
147
    <member name="P:Leadtools.Codecs.CodecsEnumGeoKeysEventArgs.Id">
148
      <summary>Gets the GeoKey ID identifying the GeoTIFF key.</summary>
149
      <value>The GeoKey ID identifying the GeoTIFF key.</value>
150
    </member>
151
    <member name="P:Leadtools.Codecs.CodecsEnumGeoKeysEventArgs.MetadataType">
152
      <summary>Gets the type of GeoKey.</summary>
153
      <value>The type of the GeoKey This indicates whether the data pointed to by Buffer is SHORT, DOUBLE or ASCII. Possible values are:</value>
154
    </member>
155
    <member name="T:Leadtools.Codecs.CodecsEnumTagsEventArgs">
156
      <summary>Provides data for the RasterCodecs.TagFound event.</summary>
157
    </member>
158
    <member name="P:Leadtools.Codecs.CodecsEnumTagsEventArgs.Cancel">
159
      <summary>Gets or sets a value which allows the user to abort the enumeration process.</summary>
160
      <value>true to abort the enumeration process, false to continue normally.</value>
161
    </member>
162
    <member name="P:Leadtools.Codecs.CodecsEnumTagsEventArgs.Count">
163
      <summary>Gets the number of elements.</summary>
164
      <value>The number of elements of type MetadataType. Note that this is not the same as the number of bytes. For example, if Countis 10 and MetadataType is RasterTagMetadataDataType.Int32, you will need 10 x 4 = 40 bytes to read the tag data</value>
165
    </member>
166
    <member name="P:Leadtools.Codecs.CodecsEnumTagsEventArgs.Id">
167
      <summary>Gets the tag id.</summary>
168
      <value>Tag to identify the data in the TIFF file. This may be any tag specified in RasterCodecs.WriteTag, or any other tag added by the TIFF filter when saving the file. For example, all of the TIFF comments would generate a particular TIFF tag.</value>
169
    </member>
170
    <member name="P:Leadtools.Codecs.CodecsEnumTagsEventArgs.MetadataType">
171
      <summary>Gets the tagged data type.</summary>
172
      <value>The tagged data type. Valid values are:</value>
173
    </member>
174
    <member name="T:Leadtools.Codecs.CodecsEpsLoadOptions">
175
      <summary>Provides options specifically for loading EPS images.</summary>
176
    </member>
177
    <member name="P:Leadtools.Codecs.CodecsEpsLoadOptions.ForceThumbnail">
178
      <summary>Enables or disables the loading of thumbnails from EPS files.</summary>
179
      <value>true to force the loading of thumbnails (if present) in EPS files, false to load the actual EPS data.</value>
180
    </member>
181
    <member name="T:Leadtools.Codecs.CodecsEpsOptions">
182
      <summary>Provides extra options for loading and saving EPS images.</summary>
183
    </member>
184
    <member name="P:Leadtools.Codecs.CodecsEpsOptions.Load">
185
      <summary>Gets the options for loading EPS images.</summary>
186
      <value>The EPS load options.</value>
187
    </member>
188
    <member name="T:Leadtools.Codecs.CodecsExtensionList">
189
      <summary>Exif extension information.</summary>
190
    </member>
191
    <member name="M:Leadtools.Codecs.CodecsExtensionList.CreateStamp">
192
      <summary>Creates a stamp image.</summary>
193
      <returns>The stamp image created by this method.</returns>
194
    </member>
195
    <member name="M:Leadtools.Codecs.CodecsExtensionList.GetAudioData(System.Int32)">
196
      <summary>Gets the embedded audio data from the specified extension list.</summary>
197
      <param name="stream">Index of the audio stream to retrieve. The extensions may have more than one audio stream. This index is 0-based. Therefore, the first stream is stream 0, the second stream is stream 1, etc. To retrieve all the audio streams, retrieve the streams one by one until an empty RasterNativeBuffer is returned (empty RasterNativeBuffer will have a RasterNativeBuffer.Data set to IntPtr.Zero and RasterNativeBuffer.Length set to 0.</param>
198
      <returns>A RasterNativeBuffer object containing the audio data.</returns>
199
    </member>
200
    <member name="M:Leadtools.Codecs.CodecsExtensionList.GetExtensions">
201
      <summary>Gets an array of objects containing the extension data.</summary>
202
      <returns>The array of CodecsExtension objects containing the extension data.</returns>
203
    </member>
204
    <member name="M:Leadtools.Codecs.CodecsExtensionList.Dispose">
205
      <summary>Releases all resources used by this CodecsExtensionList.</summary>
206
    </member>
207
    <member name="M:Leadtools.Codecs.CodecsExtensionList.Dispose(System.Boolean)">
208
      <summary>Releases all the resources used by this CodecsExtensionList.</summary>
209
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
210
    </member>
211
    <member name="M:Leadtools.Codecs.CodecsExtensionList.Finalize">
212
      <summary>This member overrides Finalize.</summary>
213
    </member>
214
    <member name="P:Leadtools.Codecs.CodecsExtensionList.Flags">
215
      <summary>Flags that indicate the type of data contained in the extensions.</summary>
216
      <value>The extension list flags.</value>
217
    </member>
218
    <member name="T:Leadtools.Codecs.CodecsFaxImageInfo">
219
      <summary>Provides information specific to FAX images.</summary>
220
    </member>
221
    <member name="P:Leadtools.Codecs.CodecsFaxImageInfo.IsCompressed">
222
      <summary>Determines whether the image is compressed.</summary>
223
      <value>true if the image is compressed; false, otherwise.</value>
224
    </member>
225
    <member name="T:Leadtools.Codecs.CodecsFpxLoadOptions">
226
      <summary>Gets the options for loading FPX images.</summary>
227
    </member>
228
    <member name="P:Leadtools.Codecs.CodecsFpxLoadOptions.Resolution">
229
      <summary>Gets or sets the resolution to load.</summary>
230
      <value>The resolution to load.</value>
231
    </member>
232
    <member name="T:Leadtools.Codecs.CodecsFpxOptions">
233
      <summary>Provides extra options for loading and saving FPX images.</summary>
234
    </member>
235
    <member name="P:Leadtools.Codecs.CodecsFpxOptions.Load">
236
      <summary>Gets the options for loading FPX images.</summary>
237
      <value>The options for loading FPX images.</value>
238
    </member>
239
    <member name="T:Leadtools.Codecs.CodecsGetInformationAsyncCompletedEventArgs">
240
      <summary>Contains data for the RasterCodecs.GetInformationAsyncCompleted event.</summary>
241
    </member>
242
    <member name="M:Leadtools.Codecs.CodecsGetInformationAsyncCompletedEventArgs.#ctor(Leadtools.Codecs.CodecsImageInfo,System.Uri,System.IO.Stream,System.String,System.Exception,System.Boolean,System.Object)">
243
      <summary>Creates a new instance of the CodecsGetInformationAsyncCompletedEventArgs with the specified parameters.</summary>
244
      <param name="info">The CodecsImageInfo object instance being used.</param>
245
      <param name="uri">The Uri this asynchronous operation is using.</param>
246
      <param name="stream">The Stream this asynchronous operation is using.</param>
247
      <param name="fileName">The file name this asynchronous operation is using.</param>
248
      <param name="error">Any error that occurred during the asynchronous operation.</param>
249
      <param name="cancelled">A value indicating whether the asynchronous operation was canceled.</param>
250
      <param name="userState">The optional user-supplied state object passed to the RasterCodecs.GetInformationAsync,</param>
251
    </member>
252
    <member name="P:Leadtools.Codecs.CodecsGetInformationAsyncCompletedEventArgs.Info">
253
      <summary>Gets the CodecsImageInfo class instance that contains the information about the image file.</summary>
254
      <value>A CodecsImageInfo object that contains the information about the image file, or a **null** reference if an error occurred.</value>
255
    </member>
256
    <member name="T:Leadtools.Codecs.CodecsGifImageInfo">
257
      <summary>Provides information specific to GIF images.</summary>
258
    </member>
259
    <member name="M:Leadtools.Codecs.CodecsGifImageInfo.GetAnimationPalette">
260
      <summary>Gets the animation palette.</summary>
261
    </member>
262
    <member name="P:Leadtools.Codecs.CodecsGifImageInfo.AnimationBackground">
263
      <summary>Gets the animation background.</summary>
264
      <value>The animation background.</value>
265
    </member>
266
    <member name="P:Leadtools.Codecs.CodecsGifImageInfo.AnimationHeight">
267
      <summary>Gets the animation height.</summary>
268
      <value>The animation height, in pixels.</value>
269
    </member>
270
    <member name="P:Leadtools.Codecs.CodecsGifImageInfo.AnimationLoop">
271
      <summary>Determines whether the image has animation looping enabled.</summary>
272
      <value>non-zero if the image has animation looping enabled, zero otherwise.</value>
273
    </member>
274
    <member name="P:Leadtools.Codecs.CodecsGifImageInfo.AnimationWidth">
275
      <summary>Gets the animation width.</summary>
276
      <value>The animation width, in pixels.</value>
277
    </member>
278
    <member name="P:Leadtools.Codecs.CodecsGifImageInfo.HasAnimationBackground">
279
      <summary>Determines whether the image has animation background.</summary>
280
      <value>true if the image has animation background; false, otherwise.</value>
281
    </member>
282
    <member name="P:Leadtools.Codecs.CodecsGifImageInfo.HasAnimationLoop">
283
      <summary>Determines whether the image has animation looping.</summary>
284
      <value>true if the image has animation looping; false, otherwise.</value>
285
    </member>
286
    <member name="P:Leadtools.Codecs.CodecsGifImageInfo.HasAnimationPalette">
287
      <summary>Determines whether the image has animation palette.</summary>
288
      <value>true if the image has animation palette; false, otherwise.</value>
289
    </member>
290
    <member name="P:Leadtools.Codecs.CodecsGifImageInfo.IsInterlaced">
291
      <summary>Determines whether the image is interlaced.</summary>
292
      <value>true if the image is interlaced; false, otherwise.</value>
293
    </member>
294
    <member name="T:Leadtools.Codecs.CodecsGifLoadOptions">
295
      <summary>Provides options specifically for loading GIF images.</summary>
296
    </member>
297
    <member name="P:Leadtools.Codecs.CodecsGifLoadOptions.AnimationLoop">
298
      <summary>Gets or sets the animation loop value.</summary>
299
      <value>The animation loop value.</value>
300
    </member>
301
    <member name="T:Leadtools.Codecs.CodecsGifOptions">
302
      <summary>Provides extra options for loading and saving GIF images.</summary>
303
    </member>
304
    <member name="P:Leadtools.Codecs.CodecsGifOptions.Load">
305
      <summary>Gets the options for loading GIF images.</summary>
306
      <value>The GIF load options.</value>
307
    </member>
308
    <member name="P:Leadtools.Codecs.CodecsGifOptions.Save">
309
      <summary>Gets the options for saving GIF images.</summary>
310
      <value>The GIF save options.</value>
311
    </member>
312
    <member name="T:Leadtools.Codecs.CodecsGifSaveOptions">
313
      <summary>Provides options specifically for saving GIF images.</summary>
314
    </member>
315
    <member name="M:Leadtools.Codecs.CodecsGifSaveOptions.GetAnimationPalette">
316
      <summary>Gets the animation palette to use when saving GIF files.</summary>
317
    </member>
318
    <member name="M:Leadtools.Codecs.CodecsGifSaveOptions.SetAnimationPalette(Leadtools.RasterColor)">
319
      <summary>Sets the animation palette used when saving GIF files.</summary>
320
      <param name="palette">An array of RasterColor object that represents the current animation palette to use when saving GIF files.</param>
321
    </member>
322
    <member name="P:Leadtools.Codecs.CodecsGifSaveOptions.AnimationBackground">
323
      <summary>Gets or sets the animation background color used when saving GIF files.</summary>
324
      <value>The animation background color used when saving GIF files.</value>
325
    </member>
326
    <member name="P:Leadtools.Codecs.CodecsGifSaveOptions.AnimationHeight">
327
      <summary>Gets or sets the animation height used when saving GIF files.</summary>
328
      <value>The animation height used when saving GIF files.</value>
329
    </member>
330
    <member name="P:Leadtools.Codecs.CodecsGifSaveOptions.AnimationLoop">
331
      <summary>Gets or sets the animation loop value to use when saving GIF files.</summary>
332
      <value>The animation loop value to use when saving GIF files.</value>
333
    </member>
334
    <member name="P:Leadtools.Codecs.CodecsGifSaveOptions.AnimationWidth">
335
      <summary>Gets or sets the animation width used when saving GIF files.</summary>
336
      <value>The animation width used when saving GIF files.</value>
337
    </member>
338
    <member name="P:Leadtools.Codecs.CodecsGifSaveOptions.Interlaced">
339
      <summary>Gets or sets a value indicating whether to save interlaced GIF files.</summary>
340
      <value>true to save the image interlaced; false, otherwise.</value>
341
    </member>
342
    <member name="P:Leadtools.Codecs.CodecsGifSaveOptions.UseAnimationBackground">
343
      <summary>Gets or sets a value indicating whether to use the animation background when saving GIF files.</summary>
344
      <value>true to use the AnimationBackground value when saving GIF files; false, otherwise.</value>
345
    </member>
346
    <member name="P:Leadtools.Codecs.CodecsGifSaveOptions.UseAnimationLoop">
347
      <summary>Gets or sets a value indicating whether to use the animation loop when saving GIF files.</summary>
348
      <value>true to use AnimationLoop when saving GIF files; false, otherwise.</value>
349
    </member>
350
    <member name="P:Leadtools.Codecs.CodecsGifSaveOptions.UseAnimationPalette">
351
      <summary>Gets or sets a value indicating if the image uses an animation palette.</summary>
352
      <value>true if the image should use an animation palette; false, otherwise.</value>
353
    </member>
354
    <member name="T:Leadtools.Codecs.CodecsImageInfo">
355
      <summary>Provides functionality for getting information about image files supported by LEADTOOLS.</summary>
356
    </member>
357
    <member name="M:Leadtools.Codecs.CodecsImageInfo.#ctor">
358
      <summary>Initializes a new instance of the CodecsImageInfo class.</summary>
359
    </member>
360
    <member name="M:Leadtools.Codecs.CodecsImageInfo.Clone">
361
      <summary>Creates an exact copy of the current page of this CodecsImageInfo.</summary>
362
      <returns>The CodecsImageInfo this method creates.</returns>
363
    </member>
364
    <member name="M:Leadtools.Codecs.CodecsImageInfo.GetPalette">
365
      <summary>Gets the images's palette.</summary>
366
    </member>
367
    <member name="M:Leadtools.Codecs.CodecsImageInfo.GetStringDescription">
368
      <summary>Returns a human-readable representation of this CodecsImageInfo.</summary>
369
      <returns>A human-readable representation of this CodecsImageInfo.</returns>
370
    </member>
371
    <member name="M:Leadtools.Codecs.CodecsImageInfo.ToString">
372
      <summary>Returns a string containing the image information in a human readable format.</summary>
373
      <returns>A string containing the image information.</returns>
374
    </member>
375
    <member name="M:Leadtools.Codecs.CodecsImageInfo.Dispose">
376
      <summary>Releases all resources used by this CodecsImageInfo.</summary>
377
    </member>
378
    <member name="M:Leadtools.Codecs.CodecsImageInfo.Dispose(System.Boolean)">
379
      <summary>Releases all the resources used by this CodecsImageInfo.</summary>
380
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
381
    </member>
382
    <member name="M:Leadtools.Codecs.CodecsImageInfo.Finalize">
383
      <summary>This member overrides Finalize.</summary>
384
    </member>
385
    <member name="P:Leadtools.Codecs.CodecsImageInfo.BitsPerPixel">
386
      <summary>Gets the bits per pixel of the image.</summary>
387
      <value>The bits per pixel of the image.</value>
388
    </member>
389
    <member name="P:Leadtools.Codecs.CodecsImageInfo.BytesPerLine">
390
      <summary>Gets the number of bytes per scanline for the image data.</summary>
391
      <value>the number of bytes per scanline for the image data..</value>
392
    </member>
393
    <member name="P:Leadtools.Codecs.CodecsImageInfo.ColorSpace">
394
      <summary>Gets the color space of the image.</summary>
395
      <value>The color space of the image.</value>
396
    </member>
397
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Compression">
398
      <summary>Gets the compression of the image file.</summary>
399
      <value>A String containing the compression of the image file.</value>
400
    </member>
401
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Document">
402
      <summary>Gets extra information about the image if the file is a document format.</summary>
403
      <value>A CodecsDocumentImageInfo object containing the document format information such as its logical size.</value>
404
    </member>
405
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Fax">
406
      <summary>Gets extra information about the image if the file format is FAX.</summary>
407
      <value>A CodecsFaxImageInfo object that contains extra information about the image if the file format is FAX.</value>
408
    </member>
409
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Format">
410
      <summary>Gets the image file format.</summary>
411
      <value>The image file format.</value>
412
    </member>
413
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Gif">
414
      <summary>Gets extra information about the image if the file format is GIF.</summary>
415
      <value>A CodecsGifImageInfo object that contains extra information about the image if the file format is GIF.</value>
416
    </member>
417
    <member name="P:Leadtools.Codecs.CodecsImageInfo.HasAlpha">
418
      <summary>Determines whether the image contains alpha channel information.</summary>
419
      <value>true if the image contains alpha channel information; false, otherwise.</value>
420
    </member>
421
    <member name="P:Leadtools.Codecs.CodecsImageInfo.HasResolution">
422
      <summary>Determines whether the file has resolution values (DPI) stored inside.</summary>
423
      <value>true if the image file has resolution values stored inside; false, otherwise.</value>
424
    </member>
425
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Height">
426
      <summary>Gets the height of the image in pixels.</summary>
427
      <value>The height of the image in pixels.</value>
428
    </member>
429
    <member name="P:Leadtools.Codecs.CodecsImageInfo.HorizontalTiles">
430
      <summary>Gets the number of horizontal tiles of the image.</summary>
431
      <value>the number of horizontal tiles of the image.</value>
432
    </member>
433
    <member name="P:Leadtools.Codecs.CodecsImageInfo.ImageHeight">
434
      <summary>Gets the height of the image in pixels, taking the ViewPerspective into account.</summary>
435
      <value>The height of the image in pixels, taking the ViewPerspective into account.</value>
436
    </member>
437
    <member name="P:Leadtools.Codecs.CodecsImageInfo.ImageWidth">
438
      <summary>Gets the width of the image in pixels, taking the ViewPerspective into account.</summary>
439
      <value>The width of the image in pixels, taking the ViewPerspective into account.</value>
440
    </member>
441
    <member name="P:Leadtools.Codecs.CodecsImageInfo.IsLink">
442
      <summary>Determines whether the file is an image file or a link to an image file.</summary>
443
      <value>true if the file is a link to an image file; false, otherwise.</value>
444
    </member>
445
    <member name="P:Leadtools.Codecs.CodecsImageInfo.IsLoading">
446
      <summary>Gets a value that determines whether this CodecsImageInfo object is still loading.</summary>
447
      <value>true if the image is still loading; false, otherwise.</value>
448
    </member>
449
    <member name="P:Leadtools.Codecs.CodecsImageInfo.IsRotated">
450
      <summary>Determines whether the image has a rotated view perspective.</summary>
451
      <value>true if the image has a rotated view perspective; false, otherwise.</value>
452
    </member>
453
    <member name="P:Leadtools.Codecs.CodecsImageInfo.IsSigned">
454
      <summary>Determines whether the image data is signed.</summary>
455
      <value>true if the image data contains signed (negative) values; false, otherwise.</value>
456
    </member>
457
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Jpeg">
458
      <summary>Gets extra information about the image if the file format is JPEG or LEAD CMP.</summary>
459
      <value>A CodecsJpegImageInfo object that contains extra information about the image if the file format is JPEG or LEAD CMP.</value>
460
    </member>
461
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Name">
462
      <summary>Gets the file name.</summary>
463
      <value>The file name.</value>
464
    </member>
465
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Order">
466
      <summary>Gets the byte order of the image.</summary>
467
      <value>The byte order of the image.</value>
468
    </member>
469
    <member name="P:Leadtools.Codecs.CodecsImageInfo.PageNumber">
470
      <summary>Gets the page number of the file.</summary>
471
      <value>The page number of the file.</value>
472
    </member>
473
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Psd">
474
      <summary>Gets extra information about the image if the file format is PSD.</summary>
475
      <value>A CodecsPsdImageInfo object that contains extra information about the image if the file format is PSD.</value>
476
    </member>
477
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Pst">
478
      <summary>Gets extra information about the image if the file format is PST.</summary>
479
      <value>A CodecsPstImageInfo object that contains extra information about the image if the file format is PST.</value>
480
    </member>
481
    <member name="P:Leadtools.Codecs.CodecsImageInfo.SizeDisk">
482
      <summary>Gets the size of the image file on disk in bytes.</summary>
483
      <value>The size of the image file on disk in bytes.</value>
484
    </member>
485
    <member name="P:Leadtools.Codecs.CodecsImageInfo.SizeMemory">
486
      <summary>Gets the size of the image when loaded uncompressed in memory in bytes.</summary>
487
      <value>The size of the image when loaded uncompressed in memory in bytes.</value>
488
    </member>
489
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Tiff">
490
      <summary>Gets extra information about the image if the file format is TIFF.</summary>
491
      <value>A CodecsTiffImageInfo object that contains extra information about the image if the file format is TIFF.</value>
492
    </member>
493
    <member name="P:Leadtools.Codecs.CodecsImageInfo.TotalPages">
494
      <summary>Gets the total number of pages in the file.</summary>
495
      <value>The total number of pages in the file.</value>
496
    </member>
497
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Vector">
498
      <summary>Gets extra information about the image if the file is a vector format.</summary>
499
      <value>A CodecsVectorImageInfo object containing the vector format information such as its logical size.</value>
500
    </member>
501
    <member name="P:Leadtools.Codecs.CodecsImageInfo.VerticalTiles">
502
      <summary>Gets the number of vertical tiles of the image.</summary>
503
      <value>the number of vertical tiles of the image.</value>
504
    </member>
505
    <member name="P:Leadtools.Codecs.CodecsImageInfo.ViewPerspective">
506
      <summary>Gets the view perspective of the image.</summary>
507
      <value>The view perspective of the image.</value>
508
    </member>
509
    <member name="P:Leadtools.Codecs.CodecsImageInfo.Width">
510
      <summary>Gets the width of the image in pixels.</summary>
511
      <value>The width of the image in pixels.</value>
512
    </member>
513
    <member name="P:Leadtools.Codecs.CodecsImageInfo.XResolution">
514
      <summary>Gets the horizontal resolution (DPI) of the image.</summary>
515
      <value>The horizontal resolution (DPI) of the image.</value>
516
    </member>
517
    <member name="P:Leadtools.Codecs.CodecsImageInfo.YResolution">
518
      <summary>Gets the vertical resolution (DPI) of the image.</summary>
519
      <value>The vertical resolution (DPI) of the image.</value>
520
    </member>
521
    <member name="T:Leadtools.Codecs.CodecsJbig2LoadOptions">
522
      <summary>Provides options specifically for loading JBIG2 images.</summary>
523
    </member>
524
    <member name="P:Leadtools.Codecs.CodecsJbig2LoadOptions.LoadOldFiles">
525
      <summary>Gets or sets a value that indicates whether to load old JBIG2 files</summary>
526
      <value>**true** to load old JBIG2 files, otherwise; **false**. Default value is **false**.</value>
527
    </member>
528
    <member name="T:Leadtools.Codecs.CodecsJbig2Options">
529
      <summary>Provides extra options for loading and saving JBIG2 images.</summary>
530
    </member>
531
    <member name="P:Leadtools.Codecs.CodecsJbig2Options.Load">
532
      <summary>Gets the options for loading JBIG2 images.</summary>
533
      <value>A CodecsJbig2LoadOptions class that contains the options to be used when loading JBIG2 images.</value>
534
    </member>
535
    <member name="P:Leadtools.Codecs.CodecsJbig2Options.Save">
536
      <summary>Gets the options for saving JBIG2 images.</summary>
537
      <value>A CodecsJbig2SaveOptions class that contains the options to be used when saving JBIG2 images.</value>
538
    </member>
539
    <member name="T:Leadtools.Codecs.CodecsJbig2SaveOptions">
540
      <summary>Provides options specifically for saving JBIG2 images.</summary>
541
    </member>
542
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.EnableDictionary">
543
      <summary>Gets or sets a value that indicates whether to enable the encoder to use the text symbol dictionary.</summary>
544
      <value>true to enable the encoder to use the text symbol dictionary; otherwise, false.</value>
545
    </member>
546
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageGbatX1">
547
      <summary>Gets or sets the X location of the adaptive template pixel A1 for non-text area encoding.</summary>
548
      <value>An integer that represents the X location of the adaptive template pixel A1 for non-text area encoding. Possible values range from -128 to 127 except when ImageGbatY1 is zero, in which case they range from 128 to 1.</value>
549
    </member>
550
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageGbatX2">
551
      <summary>Gets or sets the X location of the adaptive template pixel A2 for non-text area encoding.</summary>
552
      <value>An integer that represents the X location of the adaptive template pixel A2 for non-text area encoding. Possible values range from -128 to 127 except when ImageGbatY2 is zero, in which case they range from 128 to 1.</value>
553
    </member>
554
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageGbatX3">
555
      <summary>Gets or sets the X location of the adaptive template pixel A3 for non-text area encoding.</summary>
556
      <value>An integer that represents the X location of the adaptive template pixel A3 for non-text area encoding. Possible values range from -128 to 127 except when ImageGbatY3 is zero, in which case they range from 128 to -1.</value>
557
    </member>
558
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageGbatX4">
559
      <summary>Gets or sets the X location of the adaptive template pixel A4 for non-text area encoding.</summary>
560
      <value>An integer that represents the X location of the adaptive template pixel A4 for non-text area encoding.. Possible values range from -128 to 127 except when ImageGbatY4 is zero, in which case they range from 128 to -1.</value>
561
    </member>
562
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageGbatY1">
563
      <summary>Gets or sets the Y location of the adaptive template pixel A1 for non-text area encoding.</summary>
564
      <value>An integer that represents the Y location of the adaptive template pixel A1 for non-text area encoding. Possible values range from -128 to 0.</value>
565
    </member>
566
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageGbatY2">
567
      <summary>Gets or sets the Y location of the adaptive template pixel A2 for non-text area encoding.</summary>
568
      <value>An integer that represents the Y location of the adaptive template pixel A2 for non-text area encoding. Possible values range from -128 to 0.</value>
569
    </member>
570
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageGbatY3">
571
      <summary>Gets or sets the Y location of the adaptive template pixel A3 for non-text area encoding.</summary>
572
      <value>An integer that represents the Y location of the adaptive template pixel A3 for non-text area encoding. Possible values range from -128 to 0.</value>
573
    </member>
574
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageGbatY4">
575
      <summary>Gets or sets the Y location of the adaptive template pixel A4 for non-text area encoding.</summary>
576
      <value>An integer that represents the Y location of the adaptive template pixel A4 for non-text area encoding. Possible values range from -128 to 0.</value>
577
    </member>
578
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageQualityFactor">
579
      <summary>Gets or sets the degree of loss in the compression process for non-text areas.</summary>
580
      <value>An integer value that determines the degree of loss in the compression process for non-text areas. The value of 0 means lossless while any other value means lossy. The default value is 0.</value>
581
    </member>
582
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageTemplateType">
583
      <summary>{NR} Gets or sets a value that specifies which template-based arithmetic encoder to use when encoding a non-text area.</summary>
584
      <value>An integer value that specifies which template-based arithmetic encoder to use when encoding a non-text area. Currently, LEADTOOLS supports the following templates:</value>
585
    </member>
586
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.ImageTypicalPredictionOn">
587
      <summary>Gets or sets a value that indicates whether to use typical prediction (TP) while encoding non-text area.</summary>
588
      <value>true to use typical prediction (TP) while encoding non-text area; otherwise, false.</value>
589
    </member>
590
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.RemoveEofSegment">
591
      <summary>Gets or sets a value that indicates whether to remove the End of File segment.</summary>
592
      <value>true to remove the End of File segment; otherwise, false.</value>
593
    </member>
594
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.RemoveEopSegment">
595
      <summary>Gets or sets a value that indicates whether to remove the End of Page segment.</summary>
596
      <value>true to remove the End of Page segment; otherwise, false.</value>
597
    </member>
598
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.RemoveHeaderSegment">
599
      <summary>Gets or sets a value that indicates whether to remove the JBIG2 header segment.</summary>
600
      <value>true to remove the JBIG2 header segment; otherwise, false.</value>
601
    </member>
602
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.RemoveMarker">
603
      <summary>Gets or sets a value that indicates whether to remove the two bytes marker from generic region segment data.</summary>
604
      <value>true to remove the two bytes marker from generic region segment data; otherwise, false.</value>
605
    </member>
606
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextDifferentialThreshold">
607
      <summary>Gets or sets a value indicating the maximum difference allowed to map a text symbol to a dictionary symbol.</summary>
608
      <value>An integer value that indicates the maximum allowable difference to map a text symbol to a dictionary symbol, in percent.</value>
609
    </member>
610
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextGbatX1">
611
      <summary>Gets or sets the X location of the adaptive template pixel A1 for text-area encoding.</summary>
612
      <value>An integer that represents the X location of the adaptive template pixel A1 for text-area encoding. Possible values range from -128 to 127 except when TextGbatY1 is zero, in which case they range from 128 to 1.</value>
613
    </member>
614
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextGbatX2">
615
      <summary>Gets or sets the X location of the adaptive template pixel A2 for text-area encoding.</summary>
616
      <value>An integer that represents the X location of the adaptive template pixel A2 for text-area encoding. Possible values range from -128 to 127 except when TextGbatY2 is zero, in which case they range from 128 to 1.</value>
617
    </member>
618
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextGbatX3">
619
      <summary>Gets or sets the X location of the adaptive template pixel A3 for text-area encoding.</summary>
620
      <value>An integer that represents the X location of the adaptive template pixel A3 for text-area encoding. Possible values range from -128 to 127 except when TextGbatY3 is zero, in which case they range from 128 to -1.</value>
621
    </member>
622
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextGbatX4">
623
      <summary>Gets or sets the X location of the adaptive template pixel A4 for text-area encoding.</summary>
624
      <value>An integer that represents the X location of the adaptive template pixel A4 for text-area encoding. Possible values range from -128 to 127 except when TextGbatY4 is zero, in which case they range from 128 to -1.</value>
625
    </member>
626
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextGbatY1">
627
      <summary>Gets or sets the Y location of the adaptive template pixel A1 for text-area encoding.</summary>
628
      <value>An integer that represents the Y location of the adaptive template pixel A1 for text-area encoding. Possible values range from -128 to 0.</value>
629
    </member>
630
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextGbatY2">
631
      <summary>Gets or sets the Y location of the adaptive template pixel A2 for text-area encoding.</summary>
632
      <value>An integer that represents the Y location of the adaptive template pixel A2 for text-area encoding. Possible values range from -128 to 0.</value>
633
    </member>
634
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextGbatY3">
635
      <summary>Gets or sets the Y location of the adaptive template pixel A3 for text-area encoding.</summary>
636
      <value>An integer that represents the Y location of the adaptive template pixel A3 for text-area encoding. Possible values range from -128 to 0.</value>
637
    </member>
638
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextGbatY4">
639
      <summary>Gets or sets the Y location of the adaptive template pixel A4 for text-area encoding.</summary>
640
      <value>An integer that represents the Y location of the adaptive template pixel A4 for text-area encoding. Possible values range from -128 to 0.</value>
641
    </member>
642
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextKeepAllSymbols">
643
      <summary>Gets or sets a value indicating whether to keep all dictionary symbols.</summary>
644
      <value>true to keep all dictionary symbols; otherwise, false.</value>
645
    </member>
646
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextMaximumSymbolArea">
647
      <summary>Gets or sets a value indicating the maximum text symbol area.</summary>
648
      <value>An integer value that indicates the maximum text symbol area, in pixels.</value>
649
    </member>
650
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextMaximumSymbolHeight">
651
      <summary>Gets or sets a value indicating the maximum text symbol height.</summary>
652
      <value>An integer value that indicates the maximum text symbol height, in pixels.</value>
653
    </member>
654
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextMaximumSymbolWidth">
655
      <summary>Gets or sets a value indicating the maximum text symbol width.</summary>
656
      <value>An integer value that indicates the maximum text symbol width, in pixels.</value>
657
    </member>
658
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextMinimumSymbolArea">
659
      <summary>Gets or sets a value indicating the minimum text symbol area.</summary>
660
      <value>An integer value that indicates the minimum text symbol area, in pixels.</value>
661
    </member>
662
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextMinimumSymbolHeight">
663
      <summary>Gets or sets a value indicating the minimum text symbol height.</summary>
664
      <value>An integer value that indicates the minimum text symbol height, in pixels.</value>
665
    </member>
666
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextMinimumSymbolWidth">
667
      <summary>Gets or sets a value indicating the minimum text symbol width.</summary>
668
      <value>An integer value that indicates the minimum text symbol width, in pixels.</value>
669
    </member>
670
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextQualityFactor">
671
      <summary>Gets or sets the degree of loss in the compression process for a text area.</summary>
672
      <value>An integer value that determines the degree of the loss in the compression process for a text area. The value of 0 means lossless while any other value means lossy. The default value is 0.</value>
673
    </member>
674
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextRemoveUnrepeatedSymbol">
675
      <summary>Gets or sets a value indicating whether to remove unrepeated symbols from the dictionary.</summary>
676
      <value>true to remove unrepeated symbols from the dictionary; otherwise, false.</value>
677
    </member>
678
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.TextTemplateType">
679
      <summary>Gets or sets a value that specifies which template-based arithmetic encoder to use when encoding a text area.</summary>
680
      <value>An integer value that specifies which template-based arithmetic encoder to use when encoding a text area. Currently, LEADTOOLS supports the following templates:</value>
681
    </member>
682
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.XResolution">
683
      <summary>Gets or sets the reference image X resolution which JBIG2 options were set according to it.</summary>
684
      <value>An integer value that represents the image X resolution to be used when setting JBIG2 options.</value>
685
    </member>
686
    <member name="P:Leadtools.Codecs.CodecsJbig2SaveOptions.YResolution">
687
      <summary>Gets or sets the reference image Y resolution which JBIG2 options were set according to it.</summary>
688
      <value>An integer value that represents the image Y resolution to be used when setting JBIG2 options.</value>
689
    </member>
690
    <member name="T:Leadtools.Codecs.CodecsJbigLoadOptions">
691
      <summary>Provides options specifically for loading JBIG images.</summary>
692
    </member>
693
    <member name="P:Leadtools.Codecs.CodecsJbigLoadOptions.Resolution">
694
      <summary>Gets or sets the resolution to load.</summary>
695
      <value>The resolution to load.</value>
696
    </member>
697
    <member name="T:Leadtools.Codecs.CodecsJbigOptions">
698
      <summary>Provides extra options for loading and saving JBIG images.</summary>
699
    </member>
700
    <member name="P:Leadtools.Codecs.CodecsJbigOptions.Load">
701
      <summary>Gets the options for loading JBIG images.</summary>
702
      <value>The JBIG load options.</value>
703
    </member>
704
    <member name="T:Leadtools.Codecs.CodecsJpeg2000LoadOptions">
705
      <summary>Provides options specifically for loading JPEG 2000 and LEAD CMW images.</summary>
706
    </member>
707
    <member name="P:Leadtools.Codecs.CodecsJpeg2000LoadOptions.CmwResolution">
708
      <summary>Gets or sets the resolution to use when loading LEAD CMW files.</summary>
709
      <value>The resolution to load.</value>
710
    </member>
711
    <member name="P:Leadtools.Codecs.CodecsJpeg2000LoadOptions.J2kResolution">
712
      <summary>Gets or sets the resolution to load when loading J2K streams.</summary>
713
      <value>The resolution to load.</value>
714
    </member>
715
    <member name="P:Leadtools.Codecs.CodecsJpeg2000LoadOptions.Jp2Resolution">
716
      <summary>Gets or sets the resolution to load when loading JP2 files.</summary>
717
      <value>The resolution to load.</value>
718
    </member>
719
    <member name="T:Leadtools.Codecs.CodecsJpeg2000Options">
720
      <summary>Provides extra options for loading and saving JPEG 2000 and LEAD CMW images.</summary>
721
    </member>
722
    <member name="P:Leadtools.Codecs.CodecsJpeg2000Options.Load">
723
      <summary>Gets the options for loading JPEG 2000 and LEAD CMW images.</summary>
724
      <value>The JPEG 2000 load options.</value>
725
    </member>
726
    <member name="P:Leadtools.Codecs.CodecsJpeg2000Options.Save">
727
      <summary>Gets the options for saving JPEG 2000 and LEAD CMW images.</summary>
728
      <value>The JPEG 2000 save options.</value>
729
    </member>
730
    <member name="T:Leadtools.Codecs.CodecsJpeg2000SaveOptions">
731
      <summary>Provides options specifically for saving JPEG and LEAD CMW images.</summary>
732
    </member>
733
    <member name="M:Leadtools.Codecs.CodecsJpeg2000SaveOptions.GetHorizontalSubSamplingValues">
734
      <summary>Reserved for internal use.</summary>
735
    </member>
736
    <member name="M:Leadtools.Codecs.CodecsJpeg2000SaveOptions.GetVerticalSubSamplingValues">
737
      <summary>Reserved for internal use.</summary>
738
      <returns>An array of integer holding the sub-sampling values</returns>
739
    </member>
740
    <member name="M:Leadtools.Codecs.CodecsJpeg2000SaveOptions.Reset">
741
      <summary>Resets this CodecsJpeg2000SaveOptions object to the default values.</summary>
742
    </member>
743
    <member name="M:Leadtools.Codecs.CodecsJpeg2000SaveOptions.SetHorizontalSubSamplingValues(System.Int32[])">
744
      <summary>Reserved for internal use.</summary>
745
      <param name="values">An array of integer holding the sub-sampling values</param>
746
    </member>
747
    <member name="M:Leadtools.Codecs.CodecsJpeg2000SaveOptions.SetVerticalSubSamplingValues(System.Int32[])">
748
      <summary>Reserved for internal use.</summary>
749
      <param name="values">An array of integer holding the sub-sampling values</param>
750
    </member>
751
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.AlphaChannelActiveBits">
752
      <summary>Gets or sets a value indicating the active bits for the alpha channel.</summary>
753
      <value>The active bits for the alpha channel. Possible values are 1 and 8. If the value is 1 it means the 256 levels of the 8-bit alpha channels will be transformed into two levels of value 255 or 0, using simple threshold. The threshold value is 127, so all values gt; 127 will be set to 255 and all values lt;= 127 will be set to 0. If the value is 8, all 256 levels of the 8-bit alpha channels will be compressed. This is the default value. This option should be used on a 32-bit bitmap: otherwise, it has no effect.</value>
754
    </member>
755
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.AlphaChannelLossless">
756
      <summary>Gets or sets a value indicating whether to save the alpha channel as lossless.</summary>
757
      <value>true to save the alpha channel as lossless; false, otherwise.</value>
758
    </member>
759
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.CompressionControl">
760
      <summary>Gets or sets the compression control method.</summary>
761
      <value>The compression control method.</value>
762
    </member>
763
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.CompressionRatio">
764
      <summary>Gets or sets the compression ratio.</summary>
765
      <value>The compression ratio. This value is only used if CodecsJpeg2000CompressionControl.Ratio is used.</value>
766
    </member>
767
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.DecompositionLevels">
768
      <summary>Gets or sets the number of resolution levels in the compressed file.</summary>
769
      <value>The number of resolution levels in the compressed file.</value>
770
    </member>
771
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.DerivedQuantization">
772
      <summary>Gets or sets a value that indicates whether to use derived quantization or expounded quantization.</summary>
773
      <value>true to use derived quantization, false to use expounded quantization.</value>
774
    </member>
775
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.ImageAreaHorizontalOffset">
776
      <summary>Gets or sets the horizontal offset from the origin of the reference grid to the left side of the image area.</summary>
777
      <value>The horizontal offset from the origin of the reference grid to the left side of the image area.</value>
778
    </member>
779
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.ImageAreaVerticalOffset">
780
      <summary>Gets or sets the vertical offset from the origin of the reference grid to the top of the image area.</summary>
781
      <value>The vertical offset from the origin of the reference grid to the top of the image area.</value>
782
    </member>
783
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.MaximumComponentsNumber">
784
      <summary>This returns the maximum number of components supported by LEAD J2K.</summary>
785
      <value>Maximum number of components supported by LEAD J2K.</value>
786
    </member>
787
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.MaximumDecompressionLevels">
788
      <summary>Returns the maximum number of resolutions supported by LEAD J2K.</summary>
789
      <value>The maximum number of resolutions supported by LEAD J2K.</value>
790
    </member>
791
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.PrecinctSize">
792
      <summary>Specifies the precinct size. For a list of possible values refer to CodecsJpeg2000PrecinctSize.</summary>
793
      <value>The precinct size. For a list of possible values refer to CodecsJpeg2000PrecinctSize.</value>
794
    </member>
795
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.ProgressingOrder">
796
      <summary>Gets or sets the order of progression.</summary>
797
      <value>A CodecsJpeg2000ProgressionsOrder value that specifies the order of progression.</value>
798
    </member>
799
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.ReferenceTileHeight">
800
      <summary>Gets or sets the height of one reference tile, with respect to the reference grid.</summary>
801
      <value>The height of one reference tile, with respect to the reference grid.</value>
802
    </member>
803
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.ReferenceTileWidth">
804
      <summary>Gets or sets the width of one reference tile, with respect to the reference grid.</summary>
805
      <value>The width of one reference tile, with respect to the reference grid.</value>
806
    </member>
807
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.RegionOfInterest">
808
      <summary>Gets or sets a value indicating the type of region to use when saving.</summary>
809
      <value>The type of region to use.</value>
810
    </member>
811
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.RegionOfInterestRectangle">
812
      <summary>Gets or sets the rectangular region of interest to use when RegionOfInterest is CodecsJpeg2000RegionOfInterest.UseOptionRectangle.</summary>
813
      <value>A rectangle which specifies the region of interest.</value>
814
    </member>
815
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.RegionOfInterestWeight">
816
      <summary>Reserved for internal use.</summary>
817
      <value>Reserved for internal use.</value>
818
    </member>
819
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.TargetFileSize">
820
      <summary>Gets or sets the target file size.</summary>
821
      <value>The target file size (in bytes). This value is only used if CodecsJpeg2000CompressionControl.TargetSize is used.</value>
822
    </member>
823
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.TileHorizontalOffset">
824
      <summary>Gets or sets the horizontal offset from the origin of the reference grid to the left side of the first tile.</summary>
825
      <value>The horizontal offset from the origin of the reference grid to the left side of the first tile.</value>
826
    </member>
827
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.TileVerticalOffset">
828
      <summary>Gets or sets the vertical offset from the origin of the reference grid to the top of the first tile.</summary>
829
      <value>The vertical offset from the origin of the reference grid to the top of the first tile.</value>
830
    </member>
831
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.UseColorTransform">
832
      <summary>Enables or disables converting an RGB image to YUV space before compressing.</summary>
833
      <value>true to convert to YUV space before compressing; false to not convert to YUV space before compressing.</value>
834
    </member>
835
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.UseEphMarker">
836
      <summary>Enables or disables use of the End of Packet Header (EPH) marker.</summary>
837
      <value>true to use the EPH marker; false, otherwise.</value>
838
    </member>
839
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.UseRegionOfInterest">
840
      <summary>Indicates whether to use a region of interest.</summary>
841
      <value>true to use a region of interest; false, otherwise.</value>
842
    </member>
843
    <member name="P:Leadtools.Codecs.CodecsJpeg2000SaveOptions.UseSopMarker">
844
      <summary>Enables or disables use of the Start of Packet(SOP) marker.</summary>
845
      <value>true to use the SOP marker; false, otherwise.</value>
846
    </member>
847
    <member name="T:Leadtools.Codecs.CodecsJpegImageInfo">
848
      <summary>Provides information specific to JPEG and LEAD CMP images.</summary>
849
    </member>
850
    <member name="P:Leadtools.Codecs.CodecsJpegImageInfo.HasStamp">
851
      <summary>Determines whether the image file has a stamp stored.</summary>
852
      <value>true if a stamp image is stored in the image file; false, otherwise.</value>
853
    </member>
854
    <member name="P:Leadtools.Codecs.CodecsJpegImageInfo.IsLossless">
855
      <summary>Determines whether the image uses lossless JPEG compression.</summary>
856
      <value>true if the image uses lossless JPEG compression; false, otherwise.</value>
857
    </member>
858
    <member name="P:Leadtools.Codecs.CodecsJpegImageInfo.IsProgressive">
859
      <summary>Determines whether the image is progressive.</summary>
860
      <value>true if the image is progressive; false, otherwise.</value>
861
    </member>
862
    <member name="T:Leadtools.Codecs.CodecsJpegLoadOptions">
863
      <summary>Provides options specifically for loading JPEG and LEAD CMP images.</summary>
864
    </member>
865
    <member name="P:Leadtools.Codecs.CodecsJpegLoadOptions.DisableMmx">
866
      <summary>Enables or disables use of MMX optimized instructions when loading JPEG and LEAD CMP images.</summary>
867
      <value>true to disable MMX, false to enable it.</value>
868
    </member>
869
    <member name="P:Leadtools.Codecs.CodecsJpegLoadOptions.DisableP3">
870
      <summary>Enables or disables use of PIII optimized instructions when loading JPEG and LEAD CMP images.</summary>
871
      <value>true to disable PIII, false to enable it.</value>
872
    </member>
873
    <member name="P:Leadtools.Codecs.CodecsJpegLoadOptions.ForceCieLab">
874
      <summary>Forces the load process to expect CIELAB colorspace data in the file.</summary>
875
      <value>true to force the load process to expect CIELAB colorspace data in the file.</value>
876
    </member>
877
    <member name="P:Leadtools.Codecs.CodecsJpegLoadOptions.ForceRgbFile">
878
      <summary>Forces the load process to expect RGB colorspace data in the file.</summary>
879
      <value>true to force the load process to expect RGB colorspace data in the file.</value>
880
    </member>
881
    <member name="P:Leadtools.Codecs.CodecsJpegLoadOptions.IgnoreAdobeColorTransform">
882
      <summary>Ignore the Adobe marker containing color transformations.</summary>
883
      <value>true to ignore the Adobe marker, false to use it.</value>
884
    </member>
885
    <member name="P:Leadtools.Codecs.CodecsJpegLoadOptions.Multithreaded">
886
      <summary>Enables or disables multithreaded load.</summary>
887
      <value>true to use multithreaded load, false to disable it.</value>
888
    </member>
889
    <member name="P:Leadtools.Codecs.CodecsJpegLoadOptions.UseBadJpegPredictor">
890
      <summary>Forces the loading of lossless JPEG files that contain incorrect predictors.</summary>
891
      <value>true to force the loading of lossless JPEG files that contain incorrect predictors.</value>
892
    </member>
893
    <member name="P:Leadtools.Codecs.CodecsJpegLoadOptions.UseFastConversion">
894
      <summary>Enables or disables use of the fast color conversions when loading CMYK or CIELab files.</summary>
895
      <value>true to enable fast color conversion, false to disable it.</value>
896
    </member>
897
    <member name="T:Leadtools.Codecs.CodecsJpegOptions">
898
      <summary>Provides extra options for loading and saving JPEG and LEAD CMP images.</summary>
899
    </member>
900
    <member name="P:Leadtools.Codecs.CodecsJpegOptions.Load">
901
      <summary>Gets the options for loading JPEG and LEAD CMP images.</summary>
902
      <value>The JPEG and LEAD CMP load options.</value>
903
    </member>
904
    <member name="P:Leadtools.Codecs.CodecsJpegOptions.Save">
905
      <summary>Gets the options for saving JPEG and LEAD CMP images.</summary>
906
      <value>The JPEG and LEAD CMP save options.</value>
907
    </member>
908
    <member name="T:Leadtools.Codecs.CodecsJpegSaveOptions">
909
      <summary>Provides options specifically for saving JPEG and LEAD CMP images.</summary>
910
    </member>
911
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.CmpQualityFactorPredefined">
912
      <summary>Gets and sets the pre-defined QFactor value when saving LEAD CMP compressed images.</summary>
913
      <value>The LEAD CMP pre-defined QFactor.</value>
914
    </member>
915
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.DisableMmx">
916
      <summary>Enables or disables use of MMX optimized instructions when saving JPEG and LEAD CMP images.</summary>
917
      <value>true to disable MMX, false to enable MMX.</value>
918
    </member>
919
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.DisableP3">
920
      <summary>Enables or disables use of PIII optimized instructions when saving JPEG and LEAD CMP images.</summary>
921
      <value>true to disable PIII, false to enable PIII.</value>
922
    </member>
923
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.FixedPaletteStamp">
924
      <summary>Gets and sets a value which indicates the type of palette to use when saving stamp images that are 8-bit.</summary>
925
      <value>true to use the LEAD Fixed palette, false to use an optimized palette.</value>
926
    </member>
927
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.JpegStamp">
928
      <summary>Gets and sets a value indicating the compression to use when saving EXIF stamp images.</summary>
929
      <value>true to save the stamp as JPEG compressed, false to save uncompressed.</value>
930
    </member>
931
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.Passes">
932
      <summary>Gets and sets the number of passes when saving progressive JPEG and LEAD CMP images.</summary>
933
      <value>The number of passes (scans through the image) when saving a progressive JPEG or LEAD CMP file.</value>
934
    </member>
935
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.QualityFactor">
936
      <summary>Gets and sets the Quality Factor (QFactor) to use when saving JPEG, LEAD CMP and other compressed images that support Quality Factor.</summary>
937
      <value>The Quality Factor to use when saving JPEG and LEAD CMP compressed images.</value>
938
    </member>
939
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.SaveOldJtif">
940
      <summary>Enables or disables saving of old style JTIF files.</summary>
941
      <value>true to save old style JTIF, false to save the new format.</value>
942
    </member>
943
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.SaveWithoutTimestamp">
944
      <summary>Enables or disables saving the image file with a time stamp.</summary>
945
      <value>true to save without time stamp, false to save with time stamp.</value>
946
    </member>
947
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.SaveWithStamp">
948
      <summary>Enables and disables saving stamp images when saving JPEG and LEAD CMP compressed images.</summary>
949
      <value>true to save stamp images, false to not save stamp images.</value>
950
    </member>
951
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.StampBitsPerPixel">
952
      <summary>Gets and sets the bit depth for the stamp image.</summary>
953
      <value>The bit depth for the stamp image.</value>
954
    </member>
955
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.StampHeight">
956
      <summary>Gets and sets the height for the stamp image.</summary>
957
      <value>The height for the stamp image.</value>
958
    </member>
959
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.StampWidth">
960
      <summary>Gets and sets the width for the stamp image.</summary>
961
      <value>The width for the stamp image.</value>
962
    </member>
963
    <member name="P:Leadtools.Codecs.CodecsJpegSaveOptions.YccStamp">
964
      <summary>Gets and sets a value indicating the color space to use when saving EXIF stamp images.</summary>
965
      <value>true to save the stamp as YCC colorspace, false to save with RGB.</value>
966
    </member>
967
    <member name="T:Leadtools.Codecs.CodecsLoadAsyncCompletedEventArgs">
968
      <summary>Contains data for the RasterCodecs.LoadAsyncCompleted event.</summary>
969
    </member>
970
    <member name="M:Leadtools.Codecs.CodecsLoadAsyncCompletedEventArgs.#ctor(Leadtools.RasterImage,System.Uri,System.IO.Stream,System.String,System.Exception,System.Boolean,System.Object)">
971
      <summary>Creates new instance of the CodecsLoadAsyncCompletedEventArgs with the specified parameters.</summary>
972
      <param name="image">The RasterImage object instance being used.</param>
973
      <param name="uri">The Uri this asynchronous operation is using.</param>
974
      <param name="stream">The Stream this asynchronous operation is using.</param>
975
      <param name="fileName">The file name this asynchronous operation is using.</param>
976
      <param name="error">Any error that occurred during the asynchronous operation.</param>
977
      <param name="cancelled">A value indicating whether the asynchronous operation was canceled.</param>
978
      <param name="userState">The optional user-supplied state object passed to the RasterCodecs.LoadAsync method that initialized the construction of this object.</param>
979
    </member>
980
    <member name="P:Leadtools.Codecs.CodecsLoadAsyncCompletedEventArgs.Image">
981
      <summary>Gets the RasterImage class instance that is being loaded.</summary>
982
      <value>A RasterImage object that is being loaded, or a **null** reference if an error occurred.</value>
983
    </member>
984
    <member name="T:Leadtools.Codecs.CodecsLoadImageEventArgs">
985
      <summary>Provides information for the RasterCodecs.LoadImage event.</summary>
986
    </member>
987
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Buffer">
988
      <summary>Gets the memory buffer containing one or more lines of output image data.</summary>
989
      <value>A RasterNativeBuffer object containing one or more lines of output image data. The buffer has has already processed (read or decompressed).</value>
990
    </member>
991
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Cancel">
992
      <summary>Gets or sets a value which allows the user to abort the load process.</summary>
993
      <value>true to abort the load process, false to continue normally.</value>
994
    </member>
995
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.FileName">
996
      <summary>Gets the name of the file currently being loaded.</summary>
997
      <value>A String containing the name of the file currently being loaded.</value>
998
    </member>
999
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.FirstPage">
1000
      <summary>Gets the index of the first page being loaded.</summary>
1001
      <value>The 1-based index of the first page being loaded.</value>
1002
    </member>
1003
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Flags">
1004
      <summary>Gets a value which describes whether this is the first or last call of the event, and whether the buffer contains first or last row of image data.</summary>
1005
      <value>A CodecsLoadImageFlags enumeration combination flags that describe whether this is the first or last call of the event, and whether the buffer contains first or last row of image data.</value>
1006
    </member>
1007
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Image">
1008
      <summary>Gets the RasterImage object into which the image data is being loaded.</summary>
1009
      <value>The RasterImage object into which the image data is being loaded.</value>
1010
    </member>
1011
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.ImagePage">
1012
      <summary>Gets the index of the RasterImage.Page into which the image data is being loaded.</summary>
1013
      <value>The 1-based index of the RasterImage.Page into which the image data is being loaded.</value>
1014
    </member>
1015
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Info">
1016
      <summary>Gets a CodecsImageInfo object that contains information about the image file being loaded.</summary>
1017
      <value>A CodecsImageInfo object that contains information about the image file being loaded.</value>
1018
    </member>
1019
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.LastPage">
1020
      <summary>Gets the index of the last page being loaded.</summary>
1021
      <value>The 1-based index of the last page being loaded.</value>
1022
    </member>
1023
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Lines">
1024
      <summary>Gets the number of lines in Buffer.</summary>
1025
      <value>The number of lines in Buffer.</value>
1026
    </member>
1027
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Offset">
1028
      <summary>Gets the offset in bytes from the beginning of the file at which the image data begins.</summary>
1029
      <value>The offset in bytes to the start of the image data.</value>
1030
    </member>
1031
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.OffsetCount">
1032
      <summary>Gets the number of bytes that make up the actual image data being loaded.</summary>
1033
      <value>The number of bytes that make up the actual image data being loaded.</value>
1034
    </member>
1035
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.OffsetValid">
1036
      <summary>Determines whether the Offset property is valid.</summary>
1037
      <value>true if the value of the Offset property is valid, false if it is being ignored.</value>
1038
    </member>
1039
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Page">
1040
      <summary>Gets the index of the page currently being loaded.</summary>
1041
      <value>The 1-based index of the page currently being loaded.</value>
1042
    </member>
1043
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.PagePercent">
1044
      <summary>Gets the load completion percentage of the current page.</summary>
1045
      <value>A number between 0 and 100 that indicates the completion percentage of the load operation of the current page.</value>
1046
    </member>
1047
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Row">
1048
      <summary>Gets the current image row number of the first line in Buffer.</summary>
1049
      <value>The current image row number of the first line in Buffer.</value>
1050
    </member>
1051
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Stream">
1052
      <summary>Gets the Stream associated with the file load process.</summary>
1053
      <value>The Stream associated with the file load process.</value>
1054
    </member>
1055
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Stream">
1056
      <summary>Gets the ILeadStream associated with the file load process.</summary>
1057
      <value>The **ILeadStream** associated with the file load process.</value>
1058
    </member>
1059
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.Tile">
1060
      <summary>Gets the rectangular area of the image being loaded.</summary>
1061
      <value>The rectangular area of the image being loaded.</value>
1062
    </member>
1063
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.TileValid">
1064
      <summary>Determines whether the Tile property is valid.</summary>
1065
      <value>true if the value in the Tile property is valid, false if it is being ignored.</value>
1066
    </member>
1067
    <member name="P:Leadtools.Codecs.CodecsLoadImageEventArgs.TotalPercent">
1068
      <summary>Gets the overall completion percentage for the load operation.</summary>
1069
      <value>A number between 0 and 100 that indicates the overall completion percentage of the load operation.</value>
1070
    </member>
1071
    <member name="T:Leadtools.Codecs.CodecsLoadInformationEventArgs">
1072
      <summary>Provides information for the RasterCodecs.LoadInformation event.</summary>
1073
    </member>
1074
    <member name="M:Leadtools.Codecs.CodecsLoadInformationEventArgs.GetColorMask">
1075
      <summary>Gets an array of integer values that represent RGB color masks.</summary>
1076
      <returns>An array of 3 integers as follows: ColorMask\[0\] is the red mask; ColorMask\[1\] is the green mask; ColorMask\[2\] is the blue mask.</returns>
1077
    </member>
1078
    <member name="M:Leadtools.Codecs.CodecsLoadInformationEventArgs.GetPalette">
1079
      <summary>Gets the palette for uncompressed data that is 8 bits per pixel or less.</summary>
1080
      <returns>An array of RasterColor object that represents the palette for uncompressed data that is 8 bits per pixel or less.</returns>
1081
    </member>
1082
    <member name="M:Leadtools.Codecs.CodecsLoadInformationEventArgs.SetColorMask(Leadtools.RasterColor)">
1083
      <summary>Sets the array of integer values that represent RGB color masks.</summary>
1084
      <param name="colorMask">An array of 3 integers as follows: ColorMask\[0\] is the red mask; ColorMask\[1\] is the green mask; ColorMask\[2\] is the blue mask.</param>
1085
    </member>
1086
    <member name="M:Leadtools.Codecs.CodecsLoadInformationEventArgs.SetPalette(Leadtools.RasterColor)">
1087
      <summary>Sets the palette for uncompressed data that is 8 bits per pixel or less.</summary>
1088
      <param name="palette">An array of RasterColor object that represents the palette for uncompressed data that is 8 bits per pixel or less.</param>
1089
    </member>
1090
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.BitsPerPixel">
1091
      <summary>Gets or sets the bits per pixel of the image data in the file.</summary>
1092
      <value>The bits per pixel of the image data in the file.</value>
1093
    </member>
1094
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Format">
1095
      <summary>Gets the image file format.</summary>
1096
      <value>The image file format. The following are valid formats:</value>
1097
    </member>
1098
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Height">
1099
      <summary>Gets or sets the image height in pixels.</summary>
1100
      <value>The image height in pixels.</value>
1101
    </member>
1102
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.LeastSignificantBitFirst">
1103
      <summary>Gets or sets a value specifying whether the image data was saved with least significant bit first or last.</summary>
1104
      <value>true if the image data was saved LSB, false if the image data was saved MSB.</value>
1105
    </member>
1106
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.MotorolaOrder">
1107
      <summary>Gets or sets a value that determines whether image data is in Motorola byte order.</summary>
1108
      <value>true if image data is in Motorola byte order, false if in Intel byte order.</value>
1109
    </member>
1110
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Offset">
1111
      <summary>Gets or sets the position of the first byte of image data.</summary>
1112
      <value>The position of the first byte of image data. This can be 0 if your file does not have a header.</value>
1113
    </member>
1114
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Order">
1115
      <summary>Gets or sets the byte order for the load process.</summary>
1116
      <value>The byte order for the load process.</value>
1117
    </member>
1118
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Pad4">
1119
      <summary>Gets or sets a value indicating whether the image data was saved padded to 4-byte boundary.</summary>
1120
      <value>true if the data was padded to 4-byte boundary; false, otherwise.</value>
1121
    </member>
1122
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.PhotoInterpolation">
1123
      <summary>Gets or sets the photometric interpolation for the load process.</summary>
1124
      <value>The photometric interpolation for the load process. Possible values are:</value>
1125
    </member>
1126
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.PlanarConfiguration">
1127
      <summary>Gets or sets the planar configuration.</summary>
1128
      <value>The planar configuration. This value is used only if Format is RasterImageFormat.RawPackBits. Otherwise, it is ignored. Possible values are</value>
1129
    </member>
1130
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Reverse">
1131
      <summary>Gets or sets a value that determines whether each line is reversed (mirrored).</summary>
1132
      <value>true if each line is reversed (mirrored); false, otherwise.</value>
1133
    </member>
1134
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Signed">
1135
      <summary>Gets or sets a value that determines whether the image data is signed.</summary>
1136
      <value>true if image data is signed, false if it is not.</value>
1137
    </member>
1138
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Stream">
1139
      <summary>Gets the stream used by the load process.</summary>
1140
      <value>The Stream object used by the load process.</value>
1141
    </member>
1142
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Stream">
1143
      <summary>Gets the stream used by the load process.</summary>
1144
      <value>The **ILeadStream** object used by the load process.</value>
1145
    </member>
1146
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.StripSize">
1147
      <summary>Gets or sets the size of the data strip before it is decompressed.</summary>
1148
      <value>The size of the data strip before it is decompressed.</value>
1149
    </member>
1150
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.ViewPerspective">
1151
      <summary>Gets or sets the view perspective for the load process.</summary>
1152
      <value>The view perspective for the load process.</value>
1153
    </member>
1154
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.WhiteOnBlack">
1155
      <summary>Gets or sets a value that determines if the image is black-on-white or white on black.</summary>
1156
      <value>true if the image is white-on-black, false if the image is black on white.</value>
1157
    </member>
1158
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.Width">
1159
      <summary>Gets or sets the image width in pixels.</summary>
1160
      <value>The image width in pixels.</value>
1161
    </member>
1162
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.XResolution">
1163
      <summary>Gets or sets the horizontal resolution for rendering the image, specified in dots per inch.</summary>
1164
      <value>The horizontal resolution for rendering the image, specified in dots per inch. Setting this property is optional.</value>
1165
    </member>
1166
    <member name="P:Leadtools.Codecs.CodecsLoadInformationEventArgs.YResolution">
1167
      <summary>Gets or sets the vertical resolution for rendering the image, specified in dots per inch.</summary>
1168
      <value>The vertical resolution for rendering the image, specified in dots per inch. Setting this property is optional.</value>
1169
    </member>
1170
    <member name="T:Leadtools.Codecs.CodecsLoadOptions">
1171
      <summary>Provides access to generic file load options.</summary>
1172
    </member>
1173
    <member name="M:Leadtools.Codecs.CodecsLoadOptions.Reset">
1174
      <summary>Resets this instance of CodecsLoadOptions to the default values.</summary>
1175
    </member>
1176
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.AllocateImage">
1177
      <summary>Enables or disables allocating memory for storing image data.</summary>
1178
      <value>true to have LEADTOOLS do the necessary allocation, false to disable it.</value>
1179
    </member>
1180
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.AllPages">
1181
      <summary>Gets or sets a value that indicates whether RasterCodecs should try to load all the pages of a file by default.</summary>
1182
      <value>**true** to load all the pages of a file by default; otherwise, **false**. Default value is **false**.</value>
1183
    </member>
1184
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.AutoDetectAlpha">
1185
      <summary>Indicates whether to automatically detect if the image has meaningful alpha channel values.</summary>
1186
      <value>true automatically detect if the image has meaningful alpha channel values; false otherwise.</value>
1187
    </member>
1188
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Comments">
1189
      <summary>Gets or sets a value that indicates whether any comment fields found in the file should be automatically loaded.</summary>
1190
      <value>**true** to automatically load any comment fields found in the file; otherwise it is **false**.</value>
1191
    </member>
1192
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Compressed">
1193
      <summary>Enables or disables keeping the loaded image data compressed in memory.</summary>
1194
      <value>true to keep loaded data compressed in memory.</value>
1195
    </member>
1196
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.DiskMemory">
1197
      <summary>Gets or sets a value indicating whether to use disk memory when loading an image.</summary>
1198
      <value>true to load the image using disk memory; false otherwise.</value>
1199
    </member>
1200
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.FixedPalette">
1201
      <summary>Enables or disables loading the image to the LEAD fixed palette.</summary>
1202
      <value>true to force a palletized image to be dithered to the LEAD fixed palette.</value>
1203
    </member>
1204
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Format">
1205
      <summary>Gets or sets the load format.</summary>
1206
      <value>A RasterImageFormat enumeration value that specifies the load format.</value>
1207
    </member>
1208
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.GeoKeys">
1209
      <summary>Gets or sets a value that indicates whether any TIFF Geo key tags found in the file should be automatically loaded.</summary>
1210
      <value>**true** to automatically load any TIFF Geo key tags found in the file, otherwise; **false**.</value>
1211
    </member>
1212
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.InitAlpha">
1213
      <summary>Indicates whether to initialize the alpha channel when loading images as 32 or 64-bit.</summary>
1214
      <value>true to set the alpha channel to ones (0xFF for 8-bit and OxFFFF for 16-bit), false to set the alpha channel to zeros.</value>
1215
    </member>
1216
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.LoadCorrupted">
1217
      <summary>Indicates whether to load corrupted files without throwing an exception.</summary>
1218
      <value>true to load corrupted files, false to throw an exception if the file cannot be completely loaded successfully.</value>
1219
    </member>
1220
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Markers">
1221
      <summary>Enables or disables loading metadata markers during image file load.</summary>
1222
      <value>true to enable loading metadata markers if present in the file, false to ignore them.</value>
1223
    </member>
1224
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.MaximumConventionalMemorySize">
1225
      <summary>The maximum number of conventional memory bytes to use when loading a single raster image object. {[]}</summary>
1226
      <value>The maximum number in bytes of conventional memory to use when loading a single raster image object before switching to disk mode. Default value is 0 (use as much physical memory as possible).</value>
1227
    </member>
1228
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Name">
1229
      <summary>Indicates the optional name of the file to use as a hint when loading image data from memory streams.</summary>
1230
      <value>The optional name of file to load. Default value is **null**.</value>
1231
    </member>
1232
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.NoDiskMemory">
1233
      <summary>Gets or sets a value indicating whether to allow disk memory when loading an image.</summary>
1234
      <value>true to prevent loading the image using disk memory; false otherwise.</value>
1235
    </member>
1236
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.NoInterlace">
1237
      <summary>Enables or disables loading files as interlaced.</summary>
1238
      <value>When set to true, the Load methods pass image data in the order that is displayed, regardless of how it is stored in the file.</value>
1239
    </member>
1240
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.NoTiledMemory">
1241
      <summary>Gets or sets a value indicating whether to allow tiled images.</summary>
1242
      <value>true to prevent tiled image; false otherwise.</value>
1243
    </member>
1244
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Passes">
1245
      <summary>Gets or sets the number of passes (scans through the image) when loading a progressive image (JPEG mainly).</summary>
1246
      <value>The number of passes (scans through the image) when loading a progressive image.</value>
1247
    </member>
1248
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.PremultiplyAlpha">
1249
      <summary>Indicates whether LEADTOOLS should premultiply the alpha values when loading the image data.</summary>
1250
      <value>true to premultiply the alpha values when loading the image data, false to load the image data as it is stored in the file.</value>
1251
    </member>
1252
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Resolution">
1253
      <summary>Gets or sets the resolution (DPI).</summary>
1254
      <value>The resolution (DPI).</value>
1255
    </member>
1256
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Rotated">
1257
      <summary>Indicates whether to load files without rotating them.</summary>
1258
      <value>true to load files rotated, false to ignore the view perspective stored in the file.</value>
1259
    </member>
1260
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Signed">
1261
      <summary>Indicates whether to load the image with negative pixel values.</summary>
1262
      <value>true to load and keep negative pixel values, false to set negative pixel values to 0.</value>
1263
    </member>
1264
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.StoreDataInImage">
1265
      <summary>Enables or disables the automatic storage of the image data into the RasterImage during a file load process.</summary>
1266
      <value>true to have LEADTOOLS store the loaded image data into the RasterImage, false to disable it.</value>
1267
    </member>
1268
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.SuperCompressed">
1269
      <summary>Enables or disables keeping the loaded image data compressed in memory.</summary>
1270
      <value>true to keep loaded data compressed in memory.</value>
1271
    </member>
1272
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.Tags">
1273
      <summary>Gets or sets a value that indicates whether any tags found in the file should be automatically loaded.</summary>
1274
      <value>**true** to automatically load any tags found in the file; otherwise it is **false**.</value>
1275
    </member>
1276
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.TiledMemory">
1277
      <summary>Gets or sets a value indicating whether to use tiled memory when loading an image.</summary>
1278
      <value>true to load the image using tiled; false otherwise.</value>
1279
    </member>
1280
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.UseNativeLoad">
1281
      <summary>Indicates whether to use the native image load capabilities of Silverlight.</summary>
1282
      <value>true to use the native image load capabilities of Silverlight; false otherwise.</value>
1283
    </member>
1284
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.UseWriteableBitmap">
1285
      <summary>Indicates whether to use a Silverlight WriteableBitmap object for storing the image data.</summary>
1286
      <value>true to use a Silverlight WriteableBitmap object for storing the image data; false otherwise.</value>
1287
    </member>
1288
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.XResolution">
1289
      <summary>Gets or sets the horizontal resolution (DPI).</summary>
1290
      <value>The horizontal resolution (DPI).</value>
1291
    </member>
1292
    <member name="P:Leadtools.Codecs.CodecsLoadOptions.YResolution">
1293
      <summary>Gets or sets the vertical resolution (DPI).</summary>
1294
      <value>The vertical resolution (DPI).</value>
1295
    </member>
1296
    <member name="T:Leadtools.Codecs.CodecsLoadSvgAsyncCompletedEventArgs">
1297
      <summary>Contains data for the RasterCodecs.LoadSvgAsyncCompleted event.</summary>
1298
    </member>
1299
    <member name="M:Leadtools.Codecs.CodecsLoadSvgAsyncCompletedEventArgs.#ctor(Leadtools.ISvgDocument,System.Uri,System.IO.Stream,System.String,System.Exception,System.Boolean,System.Object)">
1300
      <summary>Creates new instance of the CodecsLoadSvgAsyncCompletedEventArgs with the specified parameters.</summary>
1301
      <param name="document">The ISvgDocument object instance being used.</param>
1302
      <param name="uri">The Uri this asynchronous operation is using.</param>
1303
      <param name="stream">The Stream this asynchronous operation is using.</param>
1304
      <param name="fileName">The file name this asynchronous operation is using.</param>
1305
      <param name="error">Any error that occurred during the asynchronous operation.</param>
1306
      <param name="cancelled">A value indicating whether the asynchronous operation was canceled.</param>
1307
      <param name="userState">The optional user-supplied state object passed to the RasterCodecs.GetInformationAsync or RasterCodecs.LoadSvgAsync method that initialized the construction of this object.</param>
1308
    </member>
1309
    <member name="P:Leadtools.Codecs.CodecsLoadSvgAsyncCompletedEventArgs.Document">
1310
      <summary>Gets the ISvgDocument object being loaded.</summary>
1311
      <value>A ISvgDocument object that is being loaded, or a **null** reference if an error occurred.</value>
1312
    </member>
1313
    <member name="T:Leadtools.Codecs.CodecsLoadSvgOptions">
1314
      <summary>Provides the options used when loading documents as SVG.</summary>
1315
    </member>
1316
    <member name="M:Leadtools.Codecs.CodecsLoadSvgOptions.#ctor">
1317
      <summary>Creates a new instance of the CodecsLoadSvgOptions class.</summary>
1318
    </member>
1319
    <member name="M:Leadtools.Codecs.CodecsLoadSvgOptions.Clone">
1320
      <summary>Creates an exact copy of the this CodecsLoadSvgOptions.</summary>
1321
      <returns>The CodecsLoadSvgOptions this method creates.</returns>
1322
    </member>
1323
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.AllowPolylineText">
1324
      <summary>(Deprecate) Indicates whether to allow replacing text with polyline shapes in the created SVG</summary>
1325
      <value>**true** to allow replacing text with polyline shapes in the created SVG, otherwise; **fase**. Default value is **false**.</value>
1326
    </member>
1327
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.DropImages">
1328
      <summary>Gets or sets a value that indicates whether the image elements of the SVG should be dropped during load.</summary>
1329
      <value>**true** if image elements of the SVG should be dropped during load, otherwise; **false**. Default value is **false**.</value>
1330
    </member>
1331
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.DropShapes">
1332
      <summary>Gets or sets a value that indicates whether any element that is not text or image in the SVG should be dropped during load.</summary>
1333
      <value>**true** if any element that is not text or image in the SVG should be dropped during load, otherwise; **false**. Default value is **false**.</value>
1334
    </member>
1335
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.DropText">
1336
      <summary>Gets or sets a value that indicates whether the text elements of the SVG should be dropped during load.</summary>
1337
      <value>**true** if text elements of the SVG should be dropped during load, otherwise; **false**. Default value is **false**.</value>
1338
    </member>
1339
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.ForceRealText">
1340
      <summary>Indicates whether to convert all text into text elements.</summary>
1341
      <value>**true** to convert all text into text elements; otherwise, **false**. The default value is **false**.</value>
1342
    </member>
1343
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.ForceTextPath">
1344
      <summary>Indicates whether to replace all text by path elements..</summary>
1345
      <value>**true** to replace all text by path elements; otherwise, **false**. Default value is **false**.</value>
1346
    </member>
1347
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.ForConversion">
1348
      <summary>Gets or sets a value that indicates whether the created SVG should be optimized for conversion.</summary>
1349
      <value>**true** if the created SVG should be optimized for conversion, otherwise; **false**. Default value is **false**.</value>
1350
    </member>
1351
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.IgnoreXmlParsingErrors">
1352
      <summary>Gets or sets a value that indicates whether to try ignoring XML parsing errors when loading the SVG.</summary>
1353
      <value>**true** to try ignoring XML parsing errors when loading the SVG, otherwise; **false**. Default value is **false**.</value>
1354
    </member>
1355
    <member name="P:Leadtools.Codecs.CodecsLoadSvgOptions.MaximumElements">
1356
      <summary>Gets or sets a value that indicates the maximum number of elements to load when loading an SVG.</summary>
1357
      <value>A value that indicates the maximum number of elements to load when loading an SVG. Must be a value greater than or equal to 0. Use 0 to load all elements.</value>
1358
    </member>
1359
    <member name="T:Leadtools.Codecs.CodecsOptions">
1360
      <summary>Provides access to all the specific file format load and save options supported by LEADTOOLS.</summary>
1361
    </member>
1362
    <member name="M:Leadtools.Codecs.CodecsOptions.#ctor">
1363
      <summary>Initializes a new instance of the CodecsOptions class.</summary>
1364
    </member>
1365
    <member name="M:Leadtools.Codecs.CodecsOptions.Clone">
1366
      <summary>Creates an exact copy of the current page of this CodecsOptions.</summary>
1367
      <returns>The CodecsOptions this method creates.</returns>
1368
    </member>
1369
    <member name="M:Leadtools.Codecs.CodecsOptions.Dispose">
1370
      <summary>Releases all resources used by this CodecsOptions.</summary>
1371
    </member>
1372
    <member name="M:Leadtools.Codecs.CodecsOptions.Dispose(System.Boolean)">
1373
      <summary>Releases all the resources used by this CodecsOptions.</summary>
1374
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
1375
    </member>
1376
    <member name="M:Leadtools.Codecs.CodecsOptions.Finalize">
1377
      <summary>This member overrides Finalize.</summary>
1378
    </member>
1379
    <member name="P:Leadtools.Codecs.CodecsOptions.Abc">
1380
      <summary>Gets the ABC load and save options.</summary>
1381
      <value>The ABC load and save options.</value>
1382
    </member>
1383
    <member name="P:Leadtools.Codecs.CodecsOptions.Anz">
1384
      <summary>Gets the ANZ (Analyze) load and save options.</summary>
1385
      <value>The ANZ (Analyze) load and save options.</value>
1386
    </member>
1387
    <member name="P:Leadtools.Codecs.CodecsOptions.Doc">
1388
      <summary>Gets the DOC/DOCX load and save options.</summary>
1389
      <value>The Microsoft Word (DOCX) or Word 97-2003 (DOC) load and save options.</value>
1390
    </member>
1391
    <member name="P:Leadtools.Codecs.CodecsOptions.Ecw">
1392
      <summary>Gets the ECW load and save options.</summary>
1393
      <value>The ECW load and save options.</value>
1394
    </member>
1395
    <member name="P:Leadtools.Codecs.CodecsOptions.Eps">
1396
      <summary>Gets the EPS load and save options.</summary>
1397
      <value>The EPS load and save options.</value>
1398
    </member>
1399
    <member name="P:Leadtools.Codecs.CodecsOptions.Fpx">
1400
      <summary>Gets the FPX load and save options.</summary>
1401
      <value>The FPX load and save options.</value>
1402
    </member>
1403
    <member name="P:Leadtools.Codecs.CodecsOptions.Gif">
1404
      <summary>Gets the GIF load and save options.</summary>
1405
      <value>The GIF load and save options.</value>
1406
    </member>
1407
    <member name="P:Leadtools.Codecs.CodecsOptions.Jbig">
1408
      <summary>Gets the JBIG load and save options.</summary>
1409
      <value>The JBIG load and save options.</value>
1410
    </member>
1411
    <member name="P:Leadtools.Codecs.CodecsOptions.Jbig2">
1412
      <summary>Gets the JBIG2 load and save options.</summary>
1413
      <value>The JBIG2 load and save options.</value>
1414
    </member>
1415
    <member name="P:Leadtools.Codecs.CodecsOptions.Jpeg">
1416
      <summary>Gets the JPEG and LEAD CMP load and save options.</summary>
1417
      <value>The JPEG and LEAD CMP load and save options.</value>
1418
    </member>
1419
    <member name="P:Leadtools.Codecs.CodecsOptions.Jpeg2000">
1420
      <summary>Gets the JPEG 2000 and LEAD CMW load and save options.</summary>
1421
      <value>The JPEG 2000 and LEAD CMW load and save options.</value>
1422
    </member>
1423
    <member name="P:Leadtools.Codecs.CodecsOptions.Load">
1424
      <summary>Gets the generic load options.</summary>
1425
      <value>The generic load options.</value>
1426
    </member>
1427
    <member name="P:Leadtools.Codecs.CodecsOptions.Pcd">
1428
      <summary>Gets the PCD load and save options.</summary>
1429
      <value>The PCD load and save options.</value>
1430
    </member>
1431
    <member name="P:Leadtools.Codecs.CodecsOptions.Pdf">
1432
      <summary>Gets the PDF load and save options.</summary>
1433
      <value>The PDF load and save options.</value>
1434
    </member>
1435
    <member name="P:Leadtools.Codecs.CodecsOptions.Png">
1436
      <summary>Gets the PNG load and save options.</summary>
1437
      <value>The PNG load and save options.</value>
1438
    </member>
1439
    <member name="P:Leadtools.Codecs.CodecsOptions.Pst">
1440
      <summary>Gets the PST load options.</summary>
1441
      <value>The PST load options.</value>
1442
    </member>
1443
    <member name="P:Leadtools.Codecs.CodecsOptions.Ptoka">
1444
      <summary>Gets the PTOKA load and save options.</summary>
1445
      <value>The PTOKA load and save options.</value>
1446
    </member>
1447
    <member name="P:Leadtools.Codecs.CodecsOptions.RasterizeDocument">
1448
      <summary>Gets the options used when loading or saving a document file.</summary>
1449
      <value>An instance of CodecsRasterizeDocumentOptions object that contains the current document file load and save options.</value>
1450
    </member>
1451
    <member name="P:Leadtools.Codecs.CodecsOptions.Raw">
1452
      <summary>Gets the RAW load and save options.</summary>
1453
      <value>The RAW load and save options.</value>
1454
    </member>
1455
    <member name="P:Leadtools.Codecs.CodecsOptions.Rtf">
1456
      <summary>Gets the RTF load and save options.</summary>
1457
      <value>The RTF load and save options.</value>
1458
    </member>
1459
    <member name="P:Leadtools.Codecs.CodecsOptions.Save">
1460
      <summary>Gets the generic save options.</summary>
1461
      <value>The generic save options.</value>
1462
    </member>
1463
    <member name="P:Leadtools.Codecs.CodecsOptions.Tiff">
1464
      <summary>Gets the TIFF load and save options.</summary>
1465
      <value>The TIFF load and save options.</value>
1466
    </member>
1467
    <member name="P:Leadtools.Codecs.CodecsOptions.Txt">
1468
      <summary>Gets the TEXT load and save options.</summary>
1469
      <value>The TEXT load and save options.</value>
1470
    </member>
1471
    <member name="P:Leadtools.Codecs.CodecsOptions.Vector">
1472
      <summary>Gets the options used when loading or saving a vector image file.</summary>
1473
      <value>An instance of CodecsVectorOptions object that contains the current vector image file load and save options.</value>
1474
    </member>
1475
    <member name="P:Leadtools.Codecs.CodecsOptions.Vff">
1476
      <summary>Gets the VFF (Sun TAAC Bitmap) load and save options.</summary>
1477
      <value>The VFF (Sun TAAC Bitmap) load and save options.</value>
1478
    </member>
1479
    <member name="P:Leadtools.Codecs.CodecsOptions.Wmf">
1480
      <summary>Gets the WMF load and save options.</summary>
1481
      <value>The WMF load and save options.</value>
1482
    </member>
1483
    <member name="P:Leadtools.Codecs.CodecsOptions.Xls">
1484
      <summary>Gets the XLS load and save options.</summary>
1485
      <value>The Microsoft Excel (XLSX) and Excel 97-2003 (XLS) load and save options.</value>
1486
    </member>
1487
    <member name="P:Leadtools.Codecs.CodecsOptions.Xps">
1488
      <summary>Gets the XPS load and save options.</summary>
1489
      <value>The XML Paper Specification (XPS) load and save options.</value>
1490
    </member>
1491
    <member name="T:Leadtools.Codecs.CodecsOverlayData">
1492
      <summary>Contains information about the overlay image found in the file.</summary>
1493
    </member>
1494
    <member name="M:Leadtools.Codecs.CodecsOverlayData.#ctor">
1495
      <summary>Initializes a new instance of the CodecsOverlayData class.</summary>
1496
    </member>
1497
    <member name="P:Leadtools.Codecs.CodecsOverlayData.FileName">
1498
      <summary>Gets the name of the file containing the overlay image.</summary>
1499
      <value>The name of the file containing the overlay image.</value>
1500
    </member>
1501
    <member name="P:Leadtools.Codecs.CodecsOverlayData.Image">
1502
      <summary>Gets or sets the RasterImage object containing the loaded overlay image.</summary>
1503
      <value>The RasterImage object containing the loaded overlay image. If the Info property of this CodecsOverlayData object is false, you need to load the overlay image into this property. Otherwise ignore. You do not need to call Dispose on this image. LEADTOOLS will dispose it for you once its done overlaying it on the image.</value>
1504
    </member>
1505
    <member name="P:Leadtools.Codecs.CodecsOverlayData.Info">
1506
      <summary>Gets a value that determines whether overlay image info or actual image is needed.</summary>
1507
      <value>&lt;table&gt;</value>
1508
    </member>
1509
    <member name="P:Leadtools.Codecs.CodecsOverlayData.InfoHeight">
1510
      <summary>Gets or sets the overlay image height in pixels.</summary>
1511
      <value>The overlay image height in pixels. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image height, otherwise, ignore.</value>
1512
    </member>
1513
    <member name="P:Leadtools.Codecs.CodecsOverlayData.InfoWidth">
1514
      <summary>Gets or sets the overlay image width in pixels.</summary>
1515
      <value>The overlay image width in pixels. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image width, otherwise, ignore.</value>
1516
    </member>
1517
    <member name="P:Leadtools.Codecs.CodecsOverlayData.InfoXResolution">
1518
      <summary>Gets or sets the overlay image horizontal resolution in pixels per inch.</summary>
1519
      <value>The overlay image horizontal resolution in pixels per inch. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image horizontal resolution, otherwise ignore.</value>
1520
    </member>
1521
    <member name="P:Leadtools.Codecs.CodecsOverlayData.InfoYResolution">
1522
      <summary>Gets or sets the overlay image vertical resolution in pixels per inch.</summary>
1523
      <value>The overlay image vertical resolution in pixels per inch. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image vertical resolution, otherwise ignore.</value>
1524
    </member>
1525
    <member name="P:Leadtools.Codecs.CodecsOverlayData.PageNumber">
1526
      <summary>Gets the page number of the requested overlay image.</summary>
1527
      <value>The 1-based index of the page number of the requested overlay image.</value>
1528
    </member>
1529
    <member name="T:Leadtools.Codecs.CodecsPageEventArgs">
1530
      <summary>Provides information for the RasterCodecs.LoadPage event.</summary>
1531
    </member>
1532
    <member name="P:Leadtools.Codecs.CodecsPageEventArgs.Command">
1533
      <summary>Gets or sets a value indicating how the load or save process should continue.</summary>
1534
      <value>A value indicating how the load or save process should continue.</value>
1535
    </member>
1536
    <member name="P:Leadtools.Codecs.CodecsPageEventArgs.FileName">
1537
      <summary>Gets the name of the file being loaded or saved.</summary>
1538
      <value>The name of the file being loaded or saved.</value>
1539
    </member>
1540
    <member name="P:Leadtools.Codecs.CodecsPageEventArgs.Image">
1541
      <summary>Gets the object being loaded from the image file page or the image that is being saved.</summary>
1542
      <value>A RasterImage that specifies the object being loaded from the image file page or the image that is being saved.</value>
1543
    </member>
1544
    <member name="P:Leadtools.Codecs.CodecsPageEventArgs.Page">
1545
      <summary>Gets the page number of the image being loaded or saved.</summary>
1546
      <value>The 1-based index page number of the image being loaded or saved.</value>
1547
    </member>
1548
    <member name="P:Leadtools.Codecs.CodecsPageEventArgs.PageCount">
1549
      <summary>Gets the number of pages being loaded or saved.</summary>
1550
      <value>The number of pages being loaded or saved.</value>
1551
    </member>
1552
    <member name="P:Leadtools.Codecs.CodecsPageEventArgs.State">
1553
      <summary>Gets the state of the load or save process.</summary>
1554
      <value>The state of the load or save process.</value>
1555
    </member>
1556
    <member name="P:Leadtools.Codecs.CodecsPageEventArgs.Stream">
1557
      <summary>Gets the stream used by the load process.</summary>
1558
      <value>The **ILeadStream** object used by the load process.</value>
1559
    </member>
1560
    <member name="T:Leadtools.Codecs.CodecsPcdLoadOptions">
1561
      <summary>Provides options specifically for loading PCD images.</summary>
1562
    </member>
1563
    <member name="P:Leadtools.Codecs.CodecsPcdLoadOptions.Resolution">
1564
      <summary>Gets or sets the resolution to load when loading PCD files.</summary>
1565
      <value>The resolution to load.</value>
1566
    </member>
1567
    <member name="T:Leadtools.Codecs.CodecsPcdOptions">
1568
      <summary>Provides extra options for loading and saving PCD images.</summary>
1569
    </member>
1570
    <member name="P:Leadtools.Codecs.CodecsPcdOptions.Load">
1571
      <summary>Gets the options for loading PCD images.</summary>
1572
      <value>The PCD load options.</value>
1573
    </member>
1574
    <member name="T:Leadtools.Codecs.CodecsPdfLoadOptions">
1575
      <summary>Provides options specifically for loading PDF, PS and EPS file options.</summary>
1576
    </member>
1577
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.DisableCieColors">
1578
      <summary>Gets or sets a value that indicates whether CIE colors are disabled when loading PDF\*, PS or EPS files.</summary>
1579
      <value>**true** to disable the use of CIE colors, **false** otherwise. Default value is **false**.</value>
1580
    </member>
1581
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.DisableCropping">
1582
      <summary>Gets a value that indicates whether to crop of PostScript (PS) and Encapsulated PostScript (EPS) files.</summary>
1583
      <value>**true** to disable cropping of PostScript (PS) and Encapsulated PostScript (EPS) files, **false** otherwise. Default value is **false**.</value>
1584
    </member>
1585
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.DisplayDepth">
1586
      <summary>Gets or sets the resulting raster image pixel depth.</summary>
1587
      <value>The resulting raster image pixel depth, valid values are 0, 1, 4, 8, or 24. The default value is 0 for auto-detect.</value>
1588
    </member>
1589
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.EnableInterpolate">
1590
      <summary>Gets or sets a value that indicates whether to use interpolation when loading PDF\*, PS or EPS files.</summary>
1591
      <value>**true** to use interpolation when loading PDF, PS or EPS files, **false** otherwise. Default value is **false**.</value>
1592
    </member>
1593
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.GraphicsAlpha">
1594
      <summary>Gets or sets a value that indicate the type of graphics anti-aliasing to use.</summary>
1595
      <value>The type of anti-aliasing to use. Default value is 1.</value>
1596
    </member>
1597
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.HideAllAnnotations">
1598
      <summary>(Deprecated) Gets or sets a value that indicates whether to hide all annotation objects.</summary>
1599
      <value>**true** to hide all annotation objects, **false** show all annotation objects.</value>
1600
    </member>
1601
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.HideAnnotations">
1602
      <summary>Gets or sets a value that indicates whether to hide the annotation objects when loading a PDF page as a raster image or an SVG.</summary>
1603
      <value>**true** to hide the annotation objects, otherwise; **false**. The default value is **true**.</value>
1604
    </member>
1605
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.HideDigitalSignatures">
1606
      <summary>Gets or sets a value that indicates whether to hide the digital signature objects when loading a PDF page as a raster image or an SVG.</summary>
1607
      <value>**true** to hide the digital signature objects, otherwise; **false**. The default value is **true**.</value>
1608
    </member>
1609
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.HideFormFields">
1610
      <summary>Gets or sets a value that indicates whether to hide the form fields when loading a PDF page as a raster image or an SVG.</summary>
1611
      <value>**true** to hide the form fields, otherwise; **false**. The default value is **true**.</value>
1612
    </member>
1613
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.HideNoApAnnotations">
1614
      <summary>(Deprecated) Gets or sets a value that indicates whether to hide annotation objects that have no appearance stream.</summary>
1615
      <value>**true** to hide annotation objects, **false** show annotation objects.</value>
1616
    </member>
1617
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.Password">
1618
      <summary>Gets or sets the password to use when loading encrypted files.</summary>
1619
      <value>The password to use when loading encrypted files. Default value is an empty string.</value>
1620
    </member>
1621
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.TextAlpha">
1622
      <summary>Gets or sets a value that indicate the type of font anti-aliasing to use.</summary>
1623
      <value>The type of anti-aliasing to use. Default value is 1.</value>
1624
    </member>
1625
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.UseLibFonts">
1626
      <summary>Gets a value that indicates whether to use the library installed fonts.</summary>
1627
      <value>**true** to use the library installed fonts, **false** to use the system fonts. Default value is **true**.</value>
1628
    </member>
1629
    <member name="P:Leadtools.Codecs.CodecsPdfLoadOptions.UsePdfEngine">
1630
      <summary>Gets or sets a value to force using the LEADTOOLS PDF Engine (Leadtools.PdfEngine.dll) when loading PDF files.</summary>
1631
      <value>**true** to force using the LEADTOOLS PDF Engine (**Leadtools.PdfEngine.dll**) when loading PDF files, otherwise; **false**. Default value is **false**.</value>
1632
    </member>
1633
    <member name="T:Leadtools.Codecs.CodecsPdfOptions">
1634
      <summary>Provides extra options for loading and saving PDF images.</summary>
1635
    </member>
1636
    <member name="P:Leadtools.Codecs.CodecsPdfOptions.InitialPath">
1637
      <summary>Gets and sets the path to the PDF engine runtime DLL.</summary>
1638
      <value>The path to the PDF runtime files, or an empty string or **null**, if the default location is to be used.</value>
1639
    </member>
1640
    <member name="P:Leadtools.Codecs.CodecsPdfOptions.IsEngineInstalled">
1641
      <summary>Determines whether the LEADTOOLS PDF Engine Runtime files are installed.</summary>
1642
      <value>**true** if the LEADTOOLS PDF Engine Runtime files are installed, **false** if they are missing.</value>
1643
    </member>
1644
    <member name="P:Leadtools.Codecs.CodecsPdfOptions.Load">
1645
      <summary>Gets the options for loading PDF images.</summary>
1646
      <value>The PDF load options.</value>
1647
    </member>
1648
    <member name="P:Leadtools.Codecs.CodecsPdfOptions.Save">
1649
      <summary>Gets the options for saving PDF images.</summary>
1650
      <value>The PDF save options.</value>
1651
    </member>
1652
    <member name="T:Leadtools.Codecs.CodecsPdfSaveOptions">
1653
      <summary>Provides options specifically for saving PDF images.</summary>
1654
    </member>
1655
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.AssembleDocument">
1656
      <summary>Enables or disables document assembly.</summary>
1657
      <value>true to give the user of the PDF document permission to add pages to or delete pages from the document.</value>
1658
    </member>
1659
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.ExtractText">
1660
      <summary>Enables or disables text copying.</summary>
1661
      <value>true to give the user of the PDF document permission to extract text from the document.</value>
1662
    </member>
1663
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.ExtractTextGraphics">
1664
      <summary>Enables or disables graphics copying.</summary>
1665
      <value>true to give the user of the PDF document permission to extract graphics from the document.</value>
1666
    </member>
1667
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.FillForm">
1668
      <summary>Enables or disables form filling.</summary>
1669
      <value>true to give the user of the PDF document permission to fill in forms in the document.</value>
1670
    </member>
1671
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.LowMemoryUsage">
1672
      <summary>Gets or sets a value indicating whether to use less memory when creating a PDF file with JPEG or Fax compression.</summary>
1673
      <value>true to use less memory when creating a PDF file with JPEG or Fax compression; otherwise, false.</value>
1674
    </member>
1675
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.ModifyAnnotation">
1676
      <summary>Enables or disables annotation editing.</summary>
1677
      <value>true to give the user of the PDF document permission to edit annotations in the document.</value>
1678
    </member>
1679
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.ModifyDocument">
1680
      <summary>Enables or disables editing.</summary>
1681
      <value>true to give the user of the PDF document permission to edit the document.</value>
1682
    </member>
1683
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.OwnerPassword">
1684
      <summary>Gets or sets the owner password to use when saving encrypted files.</summary>
1685
      <value>The owner password to use when saving encrypted files.</value>
1686
    </member>
1687
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.PrintDocument">
1688
      <summary>Enables or disables printing.</summary>
1689
      <value>true to give the user of the PDF document permission to print the document.</value>
1690
    </member>
1691
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.PrintFaithful">
1692
      <summary>Enables or disables high-quality printing.</summary>
1693
      <value>true to give the user of the PDF document permission to print the document in high quality.</value>
1694
    </member>
1695
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.SavePdfA">
1696
      <summary>Gets or sets a value indicating whether the PDF file should be saved as PDF/A-1b.</summary>
1697
      <value>true to save the file as PDF/A; otherwise it will be saved as PDF.</value>
1698
    </member>
1699
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.SavePdfv13">
1700
      <summary>Gets or sets a value indicating whether the PDF file should be saved as PDF v1.3.</summary>
1701
      <value>true to save the file as PDF v1.3; otherwise it will be saved as PDF v1.2.</value>
1702
    </member>
1703
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.SavePdfv14">
1704
      <summary>Gets or sets a value indicating whether the PDF file should be saved as PDF v1.4.</summary>
1705
      <value>true to save the file as PDF v1.4; otherwise it will be saved as PDF v1.2.</value>
1706
    </member>
1707
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.SavePdfv15">
1708
      <summary>Gets or sets a value indicating whether the PDF file should be saved as PDF v1.5.</summary>
1709
      <value>true to save the file as PDF v1.5; otherwise it will be saved as PDF v1.2.</value>
1710
    </member>
1711
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.SavePdfv16">
1712
      <summary>Gets or sets a value indicating whether the PDF file should be saved as PDF v1.6.</summary>
1713
      <value>true to save the file as PDF v1.6; otherwise it will be saved as PDF v1.2.</value>
1714
    </member>
1715
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.SavePdfv17">
1716
      <summary>Gets or sets a value indicating whether the PDF file should be saved as PDF v1.7.</summary>
1717
      <value>true to save the file as PDF v1.7; otherwise it will be saved as PDF v1.2.</value>
1718
    </member>
1719
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.TextEncoding">
1720
      <summary>Gets or sets the text encoding to use.</summary>
1721
      <value>The text encoding to use.</value>
1722
    </member>
1723
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.Use128BitEncryption">
1724
      <summary>Gets or sets a value which control the type of encryption to use.</summary>
1725
      <value>true to use an RC4 128-bit encryption key, false to use an RC4 40-bit encryption key.</value>
1726
    </member>
1727
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.UseImageResolution">
1728
      <summary>Gets or sets a value indicating whether to use the image resolution (DPI) in calculating page dimensions when saving a PDF file.</summary>
1729
      <value>true to use the image resolution (DPI) in calculating page dimensions when saving a PDF file; otherwise, false.</value>
1730
    </member>
1731
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.UserPassword">
1732
      <summary>Gets or sets the user password to use when saving encrypted files.</summary>
1733
      <value>The user password to use when saving encrypted files.</value>
1734
    </member>
1735
    <member name="P:Leadtools.Codecs.CodecsPdfSaveOptions.Version">
1736
      <summary>Gets or sets a value indicating the version of the PDF file saved by this RasterCodecs object.</summary>
1737
      <value>A CodecsRasterPdfVersion enumeration member indicating the version of the PDF file saved by this RasterCodecs object.</value>
1738
    </member>
1739
    <member name="T:Leadtools.Codecs.CodecsPngLoadOptions">
1740
      <summary>Provides options specifically for loading PNG images.</summary>
1741
    </member>
1742
    <member name="M:Leadtools.Codecs.CodecsPngLoadOptions.GetTrnsChunk">
1743
      <summary>Gets the alpha transform chunk of the PNG file.</summary>
1744
      <returns>An array of bytes that represents the alpha transform chunk of the PNG file.</returns>
1745
    </member>
1746
    <member name="M:Leadtools.Codecs.CodecsPngLoadOptions.SetTrnsChunk(System.Byte[])">
1747
      <summary>Sets the alpha transform chunk of the PNG file.</summary>
1748
      <param name="chunk">An array of bytes that represents the alpha transform chunk of the PNG file.</param>
1749
    </member>
1750
    <member name="T:Leadtools.Codecs.CodecsPngOptions">
1751
      <summary>Provides extra options for loading and saving PNG images.</summary>
1752
    </member>
1753
    <member name="P:Leadtools.Codecs.CodecsPngOptions.Load">
1754
      <summary>Gets the options for loading PNG images.</summary>
1755
      <value>The PNG load options.</value>
1756
    </member>
1757
    <member name="P:Leadtools.Codecs.CodecsPngOptions.Save">
1758
      <summary>Gets the options for saving PNG images.</summary>
1759
      <value>The PNG save options.</value>
1760
    </member>
1761
    <member name="T:Leadtools.Codecs.CodecsPngSaveOptions">
1762
      <summary>Provides options specifically for saving PNG images.</summary>
1763
    </member>
1764
    <member name="P:Leadtools.Codecs.CodecsPngSaveOptions.QualityFactor">
1765
      <summary>Gets and sets the Quality Factor for saving PNG files.</summary>
1766
      <value>Any value between 0 and 9. 0 = (default compression), 1 (fastest compression) ... 9 (highest compression ratio).</value>
1767
    </member>
1768
    <member name="T:Leadtools.Codecs.CodecsPsdChannelInfo">
1769
      <summary>Provides information about a specified channel in the PSD file.</summary>
1770
    </member>
1771
    <member name="M:Leadtools.Codecs.CodecsPsdChannelInfo.#ctor">
1772
      <summary>Initializes a new instance of the CodecsPsdChannelInfo class.</summary>
1773
    </member>
1774
    <member name="P:Leadtools.Codecs.CodecsPsdChannelInfo.ChannelType">
1775
      <summary>The type of the channel in the PSD file.</summary>
1776
      <value>A CodecsPsdChannelType object that specifies the type of the channel in the PSD file.</value>
1777
    </member>
1778
    <member name="P:Leadtools.Codecs.CodecsPsdChannelInfo.Name">
1779
      <summary>Gets the name for the channel.</summary>
1780
      <value>A String which contains the name for the channel.</value>
1781
    </member>
1782
    <member name="T:Leadtools.Codecs.CodecsPsdImageInfo">
1783
      <summary>Provides information specific to PSD images.</summary>
1784
    </member>
1785
    <member name="P:Leadtools.Codecs.CodecsPsdImageInfo.Channels">
1786
      <summary>Gets the number of channels in the PSD file.</summary>
1787
      <value>An integer value that represents the number of channels in the PSD file.</value>
1788
    </member>
1789
    <member name="P:Leadtools.Codecs.CodecsPsdImageInfo.Layers">
1790
      <summary>Gets the number of layers in the PSD file.</summary>
1791
      <value>An integer value that represents the number of layers in the PSD file.</value>
1792
    </member>
1793
    <member name="T:Leadtools.Codecs.CodecsPsdLayerInfo">
1794
      <summary>Describes the layer position within a PSD file.</summary>
1795
    </member>
1796
    <member name="M:Leadtools.Codecs.CodecsPsdLayerInfo.#ctor">
1797
      <summary>Initializes a new instance of the CodecsPsdLayerInfo class.</summary>
1798
    </member>
1799
    <member name="M:Leadtools.Codecs.CodecsPsdLayerInfo.GetBlendModeKey">
1800
      <summary>Gets the blend mode key for the layer.</summary>
1801
    </member>
1802
    <member name="M:Leadtools.Codecs.CodecsPsdLayerInfo.SetBlendModeKey(System.Byte[])">
1803
      <summary>Sets the blend mode key for the layer.</summary>
1804
      <param name="blendModeKey">A four byte character array that represents the blend mode key for the layer. Possible values are:</param>
1805
    </member>
1806
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.Clipping">
1807
      <summary>Clipping value for the layer.</summary>
1808
      <value>A value of 0 represents base. A value of 1 represents non-base.</value>
1809
    </member>
1810
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.Left">
1811
      <summary>Left layer position.</summary>
1812
      <value>An integer value that represents the left position of this CodecsPsdLayerInfo</value>
1813
    </member>
1814
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.LoadMaskImage">
1815
      <summary>Determines whether to load the mask image when loading PSD files with RasterCodecs.LoadPsdLayer.</summary>
1816
      <value>true load to load the mask image when loading PSD files with RasterCodecs.LoadPsdLayer; otherwise, false.</value>
1817
    </member>
1818
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.MaskImage">
1819
      <summary>The transparency mask channel of the saved PSD layer.</summary>
1820
      <value>A RasterImage object that specifies the transparency mask channel of the saved PSD layer.</value>
1821
    </member>
1822
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.Name">
1823
      <summary>Gets or sets the name for the layer.</summary>
1824
      <value>A String which contains the name for the layer.</value>
1825
    </member>
1826
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.Obsolete">
1827
      <summary>Gets a value that indicates whether the PSD layer is obsolete.</summary>
1828
      <value>**true** if the PSD layer is obsolete, otherwise; **false**</value>
1829
    </member>
1830
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.Opacity">
1831
      <summary>Opacity value of the layer.</summary>
1832
      <value>Possible values are between 0 and 255, where a value of 0 is completely transparent and a value of 255 is completely opaque.</value>
1833
    </member>
1834
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.Psd5OrLater">
1835
      <summary>Gets a value that indicates whether the PSD layer is generated or modified using Photoshop 5 or later.</summary>
1836
      <value>**true** if the PSD layer is generated or modified using Photoshop 5 or later, otherwise; **false**</value>
1837
    </member>
1838
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.Top">
1839
      <summary>Top layer position.</summary>
1840
      <value>An integer value that represents the top position of this CodecsPsdLayerInfo</value>
1841
    </member>
1842
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.TransparencyProtected">
1843
      <summary>Gets a value that indicates whether the PSD layer transparency data is locked.</summary>
1844
      <value>**true** if the PSD layer transparency data is locked, otherwise; **false**</value>
1845
    </member>
1846
    <member name="P:Leadtools.Codecs.CodecsPsdLayerInfo.Visible">
1847
      <summary>Gets a value that indicates whether the PSD layer is visible.</summary>
1848
      <value>**true** if the PSD layer is visible, otherwise; **false**</value>
1849
    </member>
1850
    <member name="T:Leadtools.Codecs.CodecsPstImageInfo">
1851
      <summary>Provides information specific to PST files.</summary>
1852
    </member>
1853
    <member name="P:Leadtools.Codecs.CodecsPstImageInfo.MessageCount">
1854
      <summary>Gets the number of messages in the PST file.</summary>
1855
      <value>An integer value that represents the number of messages in the PST file.</value>
1856
    </member>
1857
    <member name="T:Leadtools.Codecs.CodecsPstLoadOptions">
1858
      <summary>Provides options specifically for loading Outlook PST, MSG and EML files.</summary>
1859
    </member>
1860
    <member name="P:Leadtools.Codecs.CodecsPstLoadOptions.MessageNumber">
1861
      <summary>Gets or sets the message number to be loaded from the PST file.</summary>
1862
      <value>The message number to be loaded from the PST file.</value>
1863
    </member>
1864
    <member name="P:Leadtools.Codecs.CodecsPstLoadOptions.PlainText">
1865
      <summary>Enables or disables loading pages from the PST file as plain text.</summary>
1866
      <value>true to load pages from the PST file as plain text which will ignore non-text content (images, vectors, etc.), false to load non-text data (Original message format HTML, RTF or Plain text). Default value is false.</value>
1867
    </member>
1868
    <member name="T:Leadtools.Codecs.CodecsPstOptions">
1869
      <summary>Provides extra options for loading Outlook PST, MSG and EML files.</summary>
1870
    </member>
1871
    <member name="P:Leadtools.Codecs.CodecsPstOptions.Load">
1872
      <summary>Gets the options for loading PST, MSG and EML files.</summary>
1873
      <value>The PST load options.</value>
1874
    </member>
1875
    <member name="T:Leadtools.Codecs.CodecsPtokaLoadOptions">
1876
      <summary>Provides options specifically for loading PTOKA images.</summary>
1877
    </member>
1878
    <member name="P:Leadtools.Codecs.CodecsPtokaLoadOptions.Resolution">
1879
      <summary>Gets or sets the resolution (DPI) to load.</summary>
1880
      <value>The resolution (DPI) to load.</value>
1881
    </member>
1882
    <member name="T:Leadtools.Codecs.CodecsPtokaOptions">
1883
      <summary>Provides extra options for loading and saving PTOKA images.</summary>
1884
    </member>
1885
    <member name="P:Leadtools.Codecs.CodecsPtokaOptions.Load">
1886
      <summary>Gets the options for loading PTOKA images.</summary>
1887
      <value>The PTOKA load options.</value>
1888
    </member>
1889
    <member name="T:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions">
1890
      <summary>Contains set options for loading a document file as a raster image (rasterization).</summary>
1891
    </member>
1892
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.BottomMargin">
1893
      <summary>Gets or sets the bottom margin value when rasterizing a document to a raster image.</summary>
1894
      <value>A Double value that indicate the margin value in Unit to use when rasterizing a document to a raster image. Default value is **1.0** inches. The value of BottomMargin must be greater than or equal to 0.</value>
1895
    </member>
1896
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.LeftMargin">
1897
      <summary>Gets or sets the left margin value when rasterizing a document to a raster image.</summary>
1898
      <value>A Double value that indicates the margin value in Unit to use when rasterizing a document to a raster image. Default value is **1.25** inches. The value of LeftMargin must be greater than or equal to 0.</value>
1899
    </member>
1900
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.PageHeight">
1901
      <summary>Gets or sets the resulting raster image suggested height in Unit.</summary>
1902
      <value>A Double value that indicate the resulting RasterImage suggested height in Unit. Default value is **11** inches. The value of PageHeight must be greater than 0.</value>
1903
    </member>
1904
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.PageWidth">
1905
      <summary>Gets or sets the resulting raster image suggested width in Unit.</summary>
1906
      <value>A Double value that indicates the resulting RasterImage suggested width in Unit. Default value is **8.5** inches. The value of PageWidth must be greater than 0.</value>
1907
    </member>
1908
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.Resolution">
1909
      <summary>Gets or sets the resolution to use for rasterization document files.</summary>
1910
      <value>An Int32 value that indicates the resolution to use for rasterization document files such as PDF and XPS. A value of 0 means to use the current screen resolution. The default value is 150.</value>
1911
    </member>
1912
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.RightMargin">
1913
      <summary>Gets or sets the right margin value when rasterizing a document to a raster image.</summary>
1914
      <value>A Double value that indicates the margin value in Unit to use when rasterizing a document to a raster image. Default value is **1.25** inches. The value of RightMargin must be greater than or equal to 0.</value>
1915
    </member>
1916
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.SizeMode">
1917
      <summary>Gets or sets a value that indicates the transformation to use when converting the logical size specified in PageWidth and PageHeight to the final physical raster image size.</summary>
1918
      <value>A CodecsRasterizeDocumentSizeMode enumeration member that indicates the transformation to use when converting the logical size specified in PageWidth and PageHeight to the final physical raster image size. Default value is CodecsRasterizeDocumentSizeMode.None.</value>
1919
    </member>
1920
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.TopMargin">
1921
      <summary>Gets or sets the top margin value when rasterizing a document to a raster image.</summary>
1922
      <value>A Double value that indicates the margin value in Unit to use when rasterizing a document to a raster image. Default value is **1.0** inches. The value of TopMargin must be greater than or equal to 0.</value>
1923
    </member>
1924
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.Unit">
1925
      <summary>Gets or sets the units to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values.</summary>
1926
      <value>A CodecsRasterizeDocumentUnit enumeration member that specify the unit to use for PageWidth, PageHeight, LeftMargin, TopMargin, RightMargin and BottomMargin values. Default value is CodecsRasterizeDocumentUnit.Inch</value>
1927
    </member>
1928
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.XResolution">
1929
      <summary>Gets or sets the horizontal resolution to use when rasterization document files.</summary>
1930
      <value>An Int32 value that indicates the horizontal resolution to use when rasterization occurs on document files such as PDF and XPS. A value of 0 means use the current screen resolution. The default value is 150.</value>
1931
    </member>
1932
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentLoadOptions.YResolution">
1933
      <summary>Gets or sets the vertical resolution to use for rasterization document files.</summary>
1934
      <value>An Int32 value that indicates the vertical resolution to use for rasterization document files such as PDF and XPS. A value of 0 means to use the current screen resolution. The default value is 150.</value>
1935
    </member>
1936
    <member name="T:Leadtools.Codecs.CodecsRasterizeDocumentOptions">
1937
      <summary>Provides support for loading or saving a document file.</summary>
1938
    </member>
1939
    <member name="P:Leadtools.Codecs.CodecsRasterizeDocumentOptions.Load">
1940
      <summary>Gets the object used to set the options for loading a document file as a raster image.</summary>
1941
      <value>An instance of CodecsRasterizeDocumentLoadOptions object that contains the options to use for loading a document file as a raster image.</value>
1942
    </member>
1943
    <member name="T:Leadtools.Codecs.CodecsRawOptions">
1944
      <summary>Provides extra options for loading and saving RAW Data images.</summary>
1945
    </member>
1946
    <member name="P:Leadtools.Codecs.CodecsRawOptions.Save">
1947
      <summary>Gets the options for saving RAW Data images.</summary>
1948
      <value>The RAW Data save options.</value>
1949
    </member>
1950
    <member name="T:Leadtools.Codecs.CodecsRawSaveOptions">
1951
      <summary>Provides options specifically for saving RAW Data images.</summary>
1952
    </member>
1953
    <member name="P:Leadtools.Codecs.CodecsRawSaveOptions.Pad4">
1954
      <summary>Enables or disables padding the data to a multiple of 4.</summary>
1955
      <value>true to save each line padded to a multiple of 4 bytes.</value>
1956
    </member>
1957
    <member name="P:Leadtools.Codecs.CodecsRawSaveOptions.ReverseBits">
1958
      <summary>Enables or disables reversing the bits.</summary>
1959
      <value>true to reverse the bit order when writing CCITT Group 3 and 4 files and RAW uncompressed data, so that the least significant bit (LSB) is first.</value>
1960
    </member>
1961
    <member name="T:Leadtools.Codecs.CodecsRedirectCloseEventArgs">
1962
      <summary>Information for the RasterCodecs.RedirectClose event.</summary>
1963
    </member>
1964
    <member name="M:Leadtools.Codecs.CodecsRedirectCloseEventArgs.#ctor">
1965
      <summary>Initializes a new instance of the CodecsRedirectCloseEventArgs class.</summary>
1966
    </member>
1967
    <member name="T:Leadtools.Codecs.CodecsRedirectOpenEventArgs">
1968
      <summary>Information for the RasterCodecs.RedirectOpen event.</summary>
1969
    </member>
1970
    <member name="M:Leadtools.Codecs.CodecsRedirectOpenEventArgs.#ctor">
1971
      <summary>Initializes a new instance of the CodecsRedirectOpenEventArgs class.</summary>
1972
    </member>
1973
    <member name="P:Leadtools.Codecs.CodecsRedirectOpenEventArgs.Access">
1974
      <summary>Gets the requested mode that determines how the file can be accessed.</summary>
1975
      <value>The requested mode that determines how the file can be accessed.</value>
1976
    </member>
1977
    <member name="P:Leadtools.Codecs.CodecsRedirectOpenEventArgs.FileName">
1978
      <summary>Gets the name of the file to be opened.</summary>
1979
      <value>A String containing the name of the file to be opened.</value>
1980
    </member>
1981
    <member name="P:Leadtools.Codecs.CodecsRedirectOpenEventArgs.Mode">
1982
      <summary>Gets the requested mode that determines how to open or create the file.</summary>
1983
      <value>The requested open mode that determines how to open or create the file.</value>
1984
    </member>
1985
    <member name="P:Leadtools.Codecs.CodecsRedirectOpenEventArgs.Share">
1986
      <summary>Gets the requested mode that determines how the file will be shared by processes.</summary>
1987
      <value>The requested mode that determines how the file will be shared by processes.</value>
1988
    </member>
1989
    <member name="P:Leadtools.Codecs.CodecsRedirectOpenEventArgs.Success">
1990
      <summary>Gets or sets a value indicating that the open operation was successful.</summary>
1991
      <value>true to indicate that the open operation was successful; false, otherwise.</value>
1992
    </member>
1993
    <member name="T:Leadtools.Codecs.CodecsRedirectReadEventArgs">
1994
      <summary>Information for the RasterCodecs.RedirectRead event.</summary>
1995
    </member>
1996
    <member name="M:Leadtools.Codecs.CodecsRedirectReadEventArgs.#ctor">
1997
      <summary>Initializes a new instance of the CodecsRedirectReadEventArgs class.</summary>
1998
    </member>
1999
    <member name="P:Leadtools.Codecs.CodecsRedirectReadEventArgs.Buffer">
2000
      <summary>Gets a pointer to the unmanaged memory buffer into which this read operation should copy the data.</summary>
2001
      <value>A pointer to the unmanaged memory buffer into which this read request should copy data.</value>
2002
    </member>
2003
    <member name="P:Leadtools.Codecs.CodecsRedirectReadEventArgs.Count">
2004
      <summary>Gets the number of bytes that this read operation request.</summary>
2005
      <value>The number of bytes that this read operation request and should copied to Buffer.</value>
2006
    </member>
2007
    <member name="P:Leadtools.Codecs.CodecsRedirectReadEventArgs.Read">
2008
      <summary>Gets or sets the actual number of bytes that this read operation has copied to Buffer.</summary>
2009
      <value>The actual number of bytes that this read operation has copied to Buffer.</value>
2010
    </member>
2011
    <member name="T:Leadtools.Codecs.CodecsRedirectSeekEventArgs">
2012
      <summary>Information for the RasterCodecs.RedirectSeek event.</summary>
2013
    </member>
2014
    <member name="M:Leadtools.Codecs.CodecsRedirectSeekEventArgs.#ctor">
2015
      <summary>Initializes a new instance of the CodecsRedirectSeekEventArgs class.</summary>
2016
    </member>
2017
    <member name="P:Leadtools.Codecs.CodecsRedirectSeekEventArgs.Offset">
2018
      <summary>Gets or sets the byte offset relative to Origin.</summary>
2019
      <value>The byte offset relative to Origin this seek operation should move. After the seek operation is done. This property should updated with the new offset value.</value>
2020
    </member>
2021
    <member name="P:Leadtools.Codecs.CodecsRedirectSeekEventArgs.Origin">
2022
      <summary>Gets a value indicating the reference point used to obtain the new position.</summary>
2023
      <value>A SeekOrigin value indicating the reference point used to obtain the new position.</value>
2024
    </member>
2025
    <member name="T:Leadtools.Codecs.CodecsRedirectWriteEventArgs">
2026
      <summary>Information for the RasterCodecs.RedirectWrite event.</summary>
2027
    </member>
2028
    <member name="M:Leadtools.Codecs.CodecsRedirectWriteEventArgs.#ctor">
2029
      <summary>Initializes a new instance of the CodecsRedirectWriteEventArgs class.</summary>
2030
    </member>
2031
    <member name="P:Leadtools.Codecs.CodecsRedirectWriteEventArgs.Buffer">
2032
      <summary>Gets a pointer to the unmanaged memory buffer from which this write operation should copy the data.</summary>
2033
      <value>A pointer to the unmanaged memory buffer from which this write operation should copy the data.</value>
2034
    </member>
2035
    <member name="P:Leadtools.Codecs.CodecsRedirectWriteEventArgs.Count">
2036
      <summary>Gets the number of bytes that this write operation request.</summary>
2037
      <value>The number of bytes that this write operation request and should copied from Buffer.</value>
2038
    </member>
2039
    <member name="P:Leadtools.Codecs.CodecsRedirectWriteEventArgs.Written">
2040
      <summary>Gets or sets the actual number of bytes that this write operation has copied to Buffer.</summary>
2041
      <value>The actual number of bytes that this read write operation has copied to Buffer.</value>
2042
    </member>
2043
    <member name="T:Leadtools.Codecs.CodecsRtfLoadOptions">
2044
      <summary>Provides options specifically for loading RTF files as raster images.</summary>
2045
    </member>
2046
    <member name="P:Leadtools.Codecs.CodecsRtfLoadOptions.BackColor">
2047
      <summary>Gets or sets the background color used when rendering RTF documents.</summary>
2048
      <value>The background color used when rendering RTF documents. Default value is "white".</value>
2049
    </member>
2050
    <member name="T:Leadtools.Codecs.CodecsRtfOptions">
2051
      <summary>Provides extra options for loading RTF files as raster images.</summary>
2052
    </member>
2053
    <member name="M:Leadtools.Codecs.CodecsRtfOptions.LoadMetafile(System.String,System.Int32)">
2054
      <summary>Loads the specified RTF file as a Windows Enhanced Metafile.</summary>
2055
      <param name="fileName">The source RTF file.</param>
2056
      <param name="pageNumber">The 1-based page number to load.</param>
2057
      <returns>The Windows Enhanced Metafile this method creates.</returns>
2058
    </member>
2059
    <member name="P:Leadtools.Codecs.CodecsRtfOptions.Load">
2060
      <summary>Gets the options for loading RTF files as raster images.</summary>
2061
      <value>The RTF load options.</value>
2062
    </member>
2063
    <member name="T:Leadtools.Codecs.CodecsSaveAsyncCompletedEventArgs">
2064
      <summary>Contains data for the RasterCodecs.SaveAsyncCompleted event.</summary>
2065
    </member>
2066
    <member name="M:Leadtools.Codecs.CodecsSaveAsyncCompletedEventArgs.#ctor(Leadtools.RasterImage,System.Uri,System.IO.Stream,System.String,System.Exception,System.Boolean,System.Object)">
2067
      <summary>Creates a new instance of the CodecsSaveAsyncCompletedEventArgs with the specified parameters.</summary>
2068
      <param name="image">The RasterImage object instance being used.</param>
2069
      <param name="uri">The System.Uri this asynchronous operation is using.</param>
2070
      <param name="stream">The System.IO.Stream this asynchronous operation is using.</param>
2071
      <param name="fileName">The file name this asynchronous operation is using.</param>
2072
      <param name="error">Any error that occurred during the asynchronous operation.</param>
2073
      <param name="cancelled">A value indicating whether the asynchronous operation was canceled.</param>
2074
      <param name="userState">The optional user-supplied state object passed to the RasterCodecs.SaveAsync method that initialized the construction of this object.</param>
2075
    </member>
2076
    <member name="P:Leadtools.Codecs.CodecsSaveAsyncCompletedEventArgs.Image">
2077
      <summary>Gets the RasterImage class instance that is being saved.</summary>
2078
      <value>A RasterImage object that is being saved.</value>
2079
    </member>
2080
    <member name="T:Leadtools.Codecs.CodecsSaveImageEventArgs">
2081
      <summary>Provides information for the RasterCodecs.SaveImage event.</summary>
2082
    </member>
2083
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Buffer">
2084
      <summary>Gets the memory buffer containing one or more lines of output image data that the you must provide.</summary>
2085
      <value>A RasterNativeBuffer object containing one or more lines of output image data that the you must provide.</value>
2086
    </member>
2087
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Cancel">
2088
      <summary>Gets or sets a value which allows the user to abort the save process.</summary>
2089
      <value>true to abort the save process, false to continue normally.</value>
2090
    </member>
2091
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.FileName">
2092
      <summary>Gets the name of the file currently being saved.</summary>
2093
      <value>A String containing the name of the file currently being saved.</value>
2094
    </member>
2095
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.FirstPage">
2096
      <summary>Gets the index of the first page being saved.</summary>
2097
      <value>The 1-based index of the first page being saved.</value>
2098
    </member>
2099
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Image">
2100
      <summary>Gets the RasterImage object being saved.</summary>
2101
      <value>The RasterImage object being saved.</value>
2102
    </member>
2103
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.ImagePage">
2104
      <summary>Gets the index of the RasterImage.Page currently being saved.</summary>
2105
      <value>The 1-based index of the RasterImage.Page currently being saved.</value>
2106
    </member>
2107
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.LastPage">
2108
      <summary>Gets the index of the last page being saved.</summary>
2109
      <value>The 1-based index of the last page being saved.</value>
2110
    </member>
2111
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Lines">
2112
      <summary>Gets the number of lines to copy from Buffer.</summary>
2113
      <value>The number of lines to copy from Buffer.</value>
2114
    </member>
2115
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Offset">
2116
      <summary>Gets the offset to the start of the image data.</summary>
2117
      <value>The offset to the start of the image data.</value>
2118
    </member>
2119
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.OffsetValid">
2120
      <summary>Gets a value that determines whether the Offset property is valid.</summary>
2121
      <value>true if the value in the Offset property is valid, false if it is being ignored.</value>
2122
    </member>
2123
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Page">
2124
      <summary>Gets the page number currently being saved.</summary>
2125
      <value>The 1-based page number currently being saved.</value>
2126
    </member>
2127
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.PagePercent">
2128
      <summary>Gets the save completion percentage of the current page.</summary>
2129
      <value>A number between 0 and 100 that indicates the completion percentage of the save operation of the current page.</value>
2130
    </member>
2131
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Row">
2132
      <summary>Gets the current image row number of the first line in Buffer.</summary>
2133
      <value>The current image row number of the first line in Buffer.</value>
2134
    </member>
2135
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Stream">
2136
      <summary>Gets the stream object currently being saved.</summary>
2137
      <value>The Stream object currently being saved.</value>
2138
    </member>
2139
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.Stream">
2140
      <summary>Gets the stream object currently being saved.</summary>
2141
      <value>The **ILeadStream** object currently being saved.</value>
2142
    </member>
2143
    <member name="P:Leadtools.Codecs.CodecsSaveImageEventArgs.TotalPercent">
2144
      <summary>Gets the overall completion percentage for the save operation.</summary>
2145
      <value>A number between 0 and 100 that indicates the overall completion percentage of the save operation.</value>
2146
    </member>
2147
    <member name="T:Leadtools.Codecs.CodecsSaveOptions">
2148
      <summary>Provides access to generic file save options.</summary>
2149
    </member>
2150
    <member name="M:Leadtools.Codecs.CodecsSaveOptions.GetResolutions">
2151
      <summary>Gets the resolutions to save when saving multi-resolution files.</summary>
2152
      <returns>An array of LeadSize structures indicating the resolutions to save.</returns>
2153
    </member>
2154
    <member name="M:Leadtools.Codecs.CodecsSaveOptions.Reset">
2155
      <summary>Initializes this instance of CodecsSaveOptions to the default values.</summary>
2156
    </member>
2157
    <member name="M:Leadtools.Codecs.CodecsSaveOptions.SetResolutions(Leadtools.LeadSize)">
2158
      <summary>Sets the resolutions to save when saving multi-resolution files.</summary>
2159
      <param name="resolutions">An array of LeadSize structures indicating the resolutions to save.</param>
2160
    </member>
2161
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.Comments">
2162
      <summary>Enables or disables saving metadata comments during file save.</summary>
2163
      <value>true to save any existing metadata comments.</value>
2164
    </member>
2165
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.FixedPalette">
2166
      <summary>Enables or disables saving the file using the LEAD fixed palette.</summary>
2167
      <value>true to force the saved image to use the LEAD fixed palette.</value>
2168
    </member>
2169
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.GeoKeys">
2170
      <summary>Enables or disables saving GeoKey metadata during file save.</summary>
2171
      <value>true to save any existing GeoKey metadata.</value>
2172
    </member>
2173
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.GrayOutput">
2174
      <summary>Enables or disables saving a TIFF or PNG file as grayscale, without a palette.</summary>
2175
      <value>true to force the output TIFF or PNG file to be saved as grayscale, without a palette</value>
2176
    </member>
2177
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.InitAlpha">
2178
      <summary>Indicates whether to initialize the alpha channel when saving images as 32 or 64-bit.</summary>
2179
      <value>true to set the alpha channel to ones (0xFF for 8-bit and OxFFFF for 16-bit), false to set the alpha channel to zeros.</value>
2180
    </member>
2181
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.Markers">
2182
      <summary>Enables or disables saving metadata markers during file save.</summary>
2183
      <value>true to save any existing metadata markers.</value>
2184
    </member>
2185
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.MotorolaOrder">
2186
      <summary>Enables or disables saving the file as Motorola byte order when possible.</summary>
2187
      <value>true to save the file using Motorola byte order, false to save the file using Intel byte order.</value>
2188
    </member>
2189
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.OptimizedPalette">
2190
      <summary>Enables or disables saving the file using an optimized palette.</summary>
2191
      <value>true to force the image to be saved using an optimized palette.</value>
2192
    </member>
2193
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.Password">
2194
      <summary>Gets or sets the password used when saving encrypted files.</summary>
2195
      <value>The password used when saving encrypted files.</value>
2196
    </member>
2197
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.RetrieveDataFromImage">
2198
      <summary>Gets or sets a value that indicates whether to automatically populate the scanline buffers in CodecsSaveImageEventArgs when using the RasterCodecs.SaveImage event.</summary>
2199
      <value>**true** to automatically populate the scanline buffers in CodecsSaveImageEventArgs when using the RasterCodecs.SaveImage event, or **false** to make the user responsible for populating the scanline buffers. Default value is **false**.</value>
2200
    </member>
2201
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.Tags">
2202
      <summary>Enables or disables saving metadata tags during file save.</summary>
2203
      <value>true to save any existing metadata tags.</value>
2204
    </member>
2205
    <member name="P:Leadtools.Codecs.CodecsSaveOptions.UseImageDitheringMethod">
2206
      <summary>Gets or sets a value indicating whether to use the image RasterImage.DitheringMethod.</summary>
2207
      <value>true to use the image RasterImage.DitheringMethod; otherwise, false.</value>
2208
    </member>
2209
    <member name="T:Leadtools.Codecs.CodecsTiffImageInfo">
2210
      <summary>Provides information specific to TIFF images.</summary>
2211
    </member>
2212
    <member name="P:Leadtools.Codecs.CodecsTiffImageInfo.HasNoPalette">
2213
      <summary>Determines if the image has no palette.</summary>
2214
      <value>true if the image is saved without a palette, false if the image is saved with a palette.</value>
2215
    </member>
2216
    <member name="P:Leadtools.Codecs.CodecsTiffImageInfo.ImageFileDirectoryOffset">
2217
      <summary>Gets the image file directory offset.</summary>
2218
      <value>The image file directory offset.</value>
2219
    </member>
2220
    <member name="P:Leadtools.Codecs.CodecsTiffImageInfo.IsBigTiff">
2221
      <summary>Determines whether the image file is BigTIFF.</summary>
2222
      <value>true if the file is BigTIFF, false if the file is TIFF.</value>
2223
    </member>
2224
    <member name="P:Leadtools.Codecs.CodecsTiffImageInfo.IsImageFileDirectoryOffsetValid">
2225
      <summary>Determines whether the image has a valid image file directory (IFD).</summary>
2226
      <value>true if the image has a valid IFD; false, otherwise.</value>
2227
    </member>
2228
    <member name="T:Leadtools.Codecs.CodecsTiffLoadOptions">
2229
      <summary>Provides options specifically for loading TIFF images.</summary>
2230
    </member>
2231
    <member name="P:Leadtools.Codecs.CodecsTiffLoadOptions.IgnoreAdobeColorTransform">
2232
      <summary>Ignore the Adobe marker containing color transformations.</summary>
2233
      <value>true to ignore the Adobe marker, false to use it.</value>
2234
    </member>
2235
    <member name="P:Leadtools.Codecs.CodecsTiffLoadOptions.IgnorePhotometricInterpretation">
2236
      <summary>Enables or disables loading Flash-Pix files without the color transforms.</summary>
2237
      <value>true to ignore the color transforms.</value>
2238
    </member>
2239
    <member name="P:Leadtools.Codecs.CodecsTiffLoadOptions.IgnoreViewPerspective">
2240
      <summary>Gets or sets a value that indicates whether to ignore the view perspective stored in the file.</summary>
2241
      <value>true to load the file as RasterViewPerspective.TopLeft.</value>
2242
    </member>
2243
    <member name="P:Leadtools.Codecs.CodecsTiffLoadOptions.ImageFileDirectoryOffset">
2244
      <summary>Gets or sets the offset within a TIFF file where a page starts.</summary>
2245
      <value>The offset within a TIFF file where the page starts.</value>
2246
    </member>
2247
    <member name="P:Leadtools.Codecs.CodecsTiffLoadOptions.J2kResolution">
2248
      <summary>Gets or sets the resolution to load when loading J2K streams.</summary>
2249
      <value>The resolution to load.</value>
2250
    </member>
2251
    <member name="P:Leadtools.Codecs.CodecsTiffLoadOptions.UseFastConversion">
2252
      <summary>Enables or disables use of the fast color conversions when loading CMYK or CIELab files.</summary>
2253
      <value>true to enable fast color conversion, false to disable it.</value>
2254
    </member>
2255
    <member name="P:Leadtools.Codecs.CodecsTiffLoadOptions.UseImageFileDirectoryOffset">
2256
      <summary>Enables or disables using the ImageFileDirectory (IFD) offset.</summary>
2257
      <value>true to use the ImageFileDirectoryOffset when loading TIFF images.</value>
2258
    </member>
2259
    <member name="T:Leadtools.Codecs.CodecsTiffOptions">
2260
      <summary>Provides extra options for loading and saving TIFF images.</summary>
2261
    </member>
2262
    <member name="P:Leadtools.Codecs.CodecsTiffOptions.Load">
2263
      <summary>Gets the options for loading TIFF images.</summary>
2264
      <value>The TIFF load options.</value>
2265
    </member>
2266
    <member name="P:Leadtools.Codecs.CodecsTiffOptions.Save">
2267
      <summary>Gets the options for saving TIFF images.</summary>
2268
      <value>The TIFF save options.</value>
2269
    </member>
2270
    <member name="T:Leadtools.Codecs.CodecsTiffSaveOptions">
2271
      <summary>Provides options specifically for saving TIFF images.</summary>
2272
    </member>
2273
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.BigTiff">
2274
      <summary>Gets a value that indicates whether the file should be saved in BigTIFF format.</summary>
2275
      <value>true to save as BigTIFF, false to save as TIFF. The default value is false.</value>
2276
    </member>
2277
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.ImageFileDirectoryOffset">
2278
      <summary>Gets or sets the offset within a TIFF file where a page starts.</summary>
2279
      <value>The offset within a TIFF file where the page starts.</value>
2280
    </member>
2281
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.NoLzwAutoClear">
2282
      <summary>Gets a value indicating whether to automatically insert CLEAR codes during LZW compression.</summary>
2283
      <value>true to disable insert of CLEAR codes; otherwise, false.</value>
2284
    </member>
2285
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.NoPageNumber">
2286
      <summary>Enables or disables updating the PageNumber tag associated with the pages of a multi-page TIFF file.</summary>
2287
      <value>true to disable updating the PageNumber tag associated with the pages of a multi-page TIFF file.</value>
2288
    </member>
2289
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.NoPalette">
2290
      <summary>Enables or disables saving a TIFF file as grayscale, without a palette.</summary>
2291
      <value>true to save a TIFF file as grayscale, without a palette.</value>
2292
    </member>
2293
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.NoSubFileType">
2294
      <summary>Enables or disables writing a subfile type TIFF tag when writing any TIFF file.</summary>
2295
      <value>true to prevent writing a subfile type TIFF tag when writing any TIFF file.</value>
2296
    </member>
2297
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.PhotometricInterpretation">
2298
      <summary>Gets or sets the Photometric Interpretation.</summary>
2299
      <value>The Photometric Interpretation.</value>
2300
    </member>
2301
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.PreservePalette">
2302
      <summary>Enables and disables preservation of the palette when saving TIFF CCITT files.</summary>
2303
      <value>true to enable preservation of the palette when saving TIFF CCITT files.</value>
2304
    </member>
2305
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.SavePlanar">
2306
      <summary>Gets a value indicating whether to save CMYK TIFF data as planar.</summary>
2307
      <value>true to save CMYK TIFF data as planar; otherwise, false.</value>
2308
    </member>
2309
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.TileHeight">
2310
      <summary>Gets or sets the height of the tile to use when saving TIFF files.</summary>
2311
      <value>The height of the tile to use when saving TIFF files.</value>
2312
    </member>
2313
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.TileWidth">
2314
      <summary>Gets or sets the width of the tile to use when saving TIFF files.</summary>
2315
      <value>The width of the tile to use when saving TIFF files.</value>
2316
    </member>
2317
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.UseImageFileDirectoryOffset">
2318
      <summary>Enables or disables using the IFD offset.</summary>
2319
      <value>true to use the ImageFileDirectoryOffset value when saving TIFF images.</value>
2320
    </member>
2321
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.UsePhotometricInterpretation">
2322
      <summary>Enables or disables using Photometric Interpretation when saving TIFF files.</summary>
2323
      <value>true to use Photometric Interpretation when saving TIFF files.</value>
2324
    </member>
2325
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.UsePredictor">
2326
      <summary>Gets a value indicating whether to use a predictor when saving LZW data.</summary>
2327
      <value>true to use a predictor when saving LZW data; otherwise, false.</value>
2328
    </member>
2329
    <member name="P:Leadtools.Codecs.CodecsTiffSaveOptions.UseTileSize">
2330
      <summary>Enables and disables using the tile size when saving TIFF images.</summary>
2331
      <value>true to use TileWidth and TileHeight when saving TIFF images.</value>
2332
    </member>
2333
    <member name="T:Leadtools.Codecs.CodecsTxtLoadOptions">
2334
      <summary>Provides options specifically for loading TEXT files as raster images.</summary>
2335
    </member>
2336
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.BackColor">
2337
      <summary>Gets or sets the text background color.</summary>
2338
      <value>The text background color.</value>
2339
    </member>
2340
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.Bold">
2341
      <summary>Indicates whether the text font should be bold.</summary>
2342
      <value>true to use bold font for the text, false to use normal font.</value>
2343
    </member>
2344
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.Enabled">
2345
      <summary>Enables or disables the LEADTOOLS Txt codec.</summary>
2346
      <value>**true** to enable the LEADTOOLS Txt codecs (Leadtools.Codecs.Txt.dll), **false** to disable it. Default is **false**.</value>
2347
    </member>
2348
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.FaceName">
2349
      <summary>Gets or sets the text font face name.</summary>
2350
      <value>The text font face name.</value>
2351
    </member>
2352
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.FontColor">
2353
      <summary>Gets or sets the text font color.</summary>
2354
      <value>The text font color.</value>
2355
    </member>
2356
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.FontSize">
2357
      <summary>Gets or sets the text font size in points.</summary>
2358
      <value>The text font size in points.</value>
2359
    </member>
2360
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.Highlight">
2361
      <summary>Gets or sets the text highlight color.</summary>
2362
      <value>The text highlight color.</value>
2363
    </member>
2364
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.Italic">
2365
      <summary>Indicates whether the text font should be italic.</summary>
2366
      <value>true to use italic font for the text, false to use normal font.</value>
2367
    </member>
2368
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.Strikethrough">
2369
      <summary>Indicates whether the text font should use strikethrough style.</summary>
2370
      <value>true to use strikethrough font for the text, false to use normal font.</value>
2371
    </member>
2372
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.Underline">
2373
      <summary>Indicates whether the text font should be underlined.</summary>
2374
      <value>true to use underlined font for the text, false to use normal font.</value>
2375
    </member>
2376
    <member name="P:Leadtools.Codecs.CodecsTxtLoadOptions.UseSystemLocale">
2377
      <summary>Indicates whether to use the current Windows locale (code page) when rendering text files.</summary>
2378
      <value>**true** to use the current Windows locale (code page) when rendering text files, otherwise; **false**.</value>
2379
    </member>
2380
    <member name="T:Leadtools.Codecs.CodecsTxtOptions">
2381
      <summary>Provides extra options for loading TEXT files as raster images.</summary>
2382
    </member>
2383
    <member name="P:Leadtools.Codecs.CodecsTxtOptions.Load">
2384
      <summary>Gets the options for loading TEXT files as raster images.</summary>
2385
      <value>The TEXT load options.</value>
2386
    </member>
2387
    <member name="T:Leadtools.Codecs.CodecsVectorImageInfo">
2388
      <summary>Provides information specific to vector images.</summary>
2389
    </member>
2390
    <member name="P:Leadtools.Codecs.CodecsVectorImageInfo.IsVectorFile">
2391
      <summary>Gets a value indicating whether the image file or stream is a vector image format.</summary>
2392
      <value>**true** if the image file or stream is a vector image format, **false**; otherwise.</value>
2393
    </member>
2394
    <member name="P:Leadtools.Codecs.CodecsVectorImageInfo.ParallelogramMaxX">
2395
      <summary>The maximum point of the bounding parallelogram of the vector file</summary>
2396
      <value>The maximum X point in parallelogram</value>
2397
    </member>
2398
    <member name="P:Leadtools.Codecs.CodecsVectorImageInfo.ParallelogramMaxY">
2399
      <summary>The maximum point of the bounding parallelogram of the vector file</summary>
2400
      <value>The maximum Y point in parallelogram</value>
2401
    </member>
2402
    <member name="P:Leadtools.Codecs.CodecsVectorImageInfo.ParallelogramMaxZ">
2403
      <summary>The maximum point of the bounding parallelogram of the vector file</summary>
2404
      <value>The maximum Z point in parallelogram</value>
2405
    </member>
2406
    <member name="P:Leadtools.Codecs.CodecsVectorImageInfo.ParallelogramMinX">
2407
      <summary>The minimum point of the bounding parallelogram of the vector file</summary>
2408
      <value>The minimum X point in parallelogram</value>
2409
    </member>
2410
    <member name="P:Leadtools.Codecs.CodecsVectorImageInfo.ParallelogramMinY">
2411
      <summary>The minimum point of the bounding parallelogram of the vector file</summary>
2412
      <value>The minimum Y point in parallelogram</value>
2413
    </member>
2414
    <member name="P:Leadtools.Codecs.CodecsVectorImageInfo.ParallelogramMinZ">
2415
      <summary>The minimum point of the bounding parallelogram of the vector file</summary>
2416
      <value>The minimum Z point in parallelogram</value>
2417
    </member>
2418
    <member name="P:Leadtools.Codecs.CodecsVectorImageInfo.Unit">
2419
      <summary>Gets the unit of measure for the vector image file.</summary>
2420
      <value>The unit of measure for the vector image file.</value>
2421
    </member>
2422
    <member name="T:Leadtools.Codecs.CodecsVectorLoadOptions">
2423
      <summary>Contains options for loading a vector file as a raster image (rasterization).</summary>
2424
    </member>
2425
    <member name="P:Leadtools.Codecs.CodecsVectorLoadOptions.BackgroundColor">
2426
      <summary>Gets or sets the background color to be used when rasterizing vector image files.</summary>
2427
      <value>The background color to be used when rasterizing vector image files.</value>
2428
    </member>
2429
    <member name="P:Leadtools.Codecs.CodecsVectorLoadOptions.BitsPerPixel">
2430
      <summary>Gets or sets the target bits per pixel for the resulting raster image when rasterizing vector image files.</summary>
2431
      <value>The target bits per pixel for the resulting raster image when rasterizing vector image files.</value>
2432
    </member>
2433
    <member name="P:Leadtools.Codecs.CodecsVectorLoadOptions.ForceBackgroundColor">
2434
      <summary>Enables or disables the use of the BackgroundColor when rasterizing vector image files.</summary>
2435
      <value>true to fill the resulting raster image with BackgroundColor; false to use the color specified in the vector image file.</value>
2436
    </member>
2437
    <member name="P:Leadtools.Codecs.CodecsVectorLoadOptions.ViewHeight">
2438
      <summary>Gets or sets the desired height of the viewport for rasterizing vector image files.</summary>
2439
      <value>The height of the viewport in pixels.</value>
2440
    </member>
2441
    <member name="P:Leadtools.Codecs.CodecsVectorLoadOptions.ViewMode">
2442
      <summary>Gets or sets the CodecsVectorViewMode that controls the actual size of the viewport when rasterizing vector image files.</summary>
2443
      <value>A CodecsVectorViewMode that controls the actual size of the viewport when rasterizing vector image files.</value>
2444
    </member>
2445
    <member name="P:Leadtools.Codecs.CodecsVectorLoadOptions.ViewWidth">
2446
      <summary>Gets or sets the desired width of the viewport for rasterizing vector image files.</summary>
2447
      <value>The width of the viewport in pixels.</value>
2448
    </member>
2449
    <member name="T:Leadtools.Codecs.CodecsVectorOptions">
2450
      <summary>Provides support for loading or saving a vector image file.</summary>
2451
    </member>
2452
    <member name="P:Leadtools.Codecs.CodecsVectorOptions.Load">
2453
      <summary>Gets the object used to set the options for loading a vector image file as a raster image.</summary>
2454
      <value>An instance of CodecsVectorLoadOptions object that contains the options to use for loading a vector image file as a raster image.</value>
2455
    </member>
2456
    <member name="T:Leadtools.Codecs.CodecsVffLoadOptions">
2457
      <summary>Provides options for loading VFF (Sun TAAC Bitmap) images.</summary>
2458
    </member>
2459
    <member name="P:Leadtools.Codecs.CodecsVffLoadOptions.View">
2460
      <summary>Gets or sets the view to use when loading VFF (Sun TAAC Bitmap) images.</summary>
2461
      <value>The view to use when loading VFF (Sun TAAC Bitmap) images.</value>
2462
    </member>
2463
    <member name="T:Leadtools.Codecs.CodecsVffOptions">
2464
      <summary>Provides extra options for loading and saving VFF (Sun TAAC Bitmap) images.</summary>
2465
    </member>
2466
    <member name="P:Leadtools.Codecs.CodecsVffOptions.Load">
2467
      <summary>Gets the options for loading VFF (Sun TAAC Bitmap) images.</summary>
2468
      <value>The options to use when loading VFF (Sun TAAC Bitmap) images.</value>
2469
    </member>
2470
    <member name="T:Leadtools.Codecs.CodecsWmfLoadOptions">
2471
      <summary>Provides options specifically for loading WMF images.</summary>
2472
    </member>
2473
    <member name="P:Leadtools.Codecs.CodecsWmfLoadOptions.Resolution">
2474
      <summary>Gets or sets the resolution (DPI) to load.</summary>
2475
      <value>The resolution (DPI) to load.</value>
2476
    </member>
2477
    <member name="P:Leadtools.Codecs.CodecsWmfLoadOptions.XResolution">
2478
      <summary>Gets or sets the horizontal resolution (DPI) to load.</summary>
2479
      <value>The horizontal resolution (DPI) to load.</value>
2480
    </member>
2481
    <member name="P:Leadtools.Codecs.CodecsWmfLoadOptions.YResolution">
2482
      <summary>Gets or sets the vertical (DPI) to load.</summary>
2483
      <value>The vertical resolution (DPI) to load.</value>
2484
    </member>
2485
    <member name="T:Leadtools.Codecs.CodecsWmfOptions">
2486
      <summary>Provides extra options for loading and saving WMF images.</summary>
2487
    </member>
2488
    <member name="P:Leadtools.Codecs.CodecsWmfOptions.Load">
2489
      <summary>Gets the options for loading WMF images.</summary>
2490
      <value>The WMF load options.</value>
2491
    </member>
2492
    <member name="T:Leadtools.Codecs.CodecsXlsLoadOptions">
2493
      <summary>Provides the options for loading Microsoft Excel (XLSX) and Excel 97-2003 (XLS) documents as a raster image.</summary>
2494
    </member>
2495
    <member name="P:Leadtools.Codecs.CodecsXlsLoadOptions.DisableCellClipping">
2496
      <summary>Gets or sets a value that indicates whether the rendered page width/height chosen by the user will be approximated to the nearest cell width/height to avoid clipping the Excel document cell.</summary>
2497
      <value>**true** means the rendered page width/height chosen by the user will be approximated to nearest cell width/height to avoid clipping the Excel document cell. **false** to allow clipping.</value>
2498
    </member>
2499
    <member name="P:Leadtools.Codecs.CodecsXlsLoadOptions.MultiPageSheet">
2500
      <summary>Gets or sets a value that indicates whether to draw multiple sheets per page.</summary>
2501
      <value>**true** to draw multiple sheets per page if the final page size is greater than the sheet size, **false** to always draw one sheet per page.</value>
2502
    </member>
2503
    <member name="T:Leadtools.Codecs.CodecsXlsOptions">
2504
      <summary>Provides the options for loading or saving Microsoft Excel (XLSX) and Excel 97-2003 (XLS) documents.</summary>
2505
    </member>
2506
    <member name="P:Leadtools.Codecs.CodecsXlsOptions.Load">
2507
      <summary>Gets the object to set the options for loading Microsoft Excel (XLSX) and Excel 97-2003 (XLS) documents as raster images.</summary>
2508
      <value>The XLS/XLSX options used to load Microsoft Excel (XLSX) and Excel 97-2003 (XLS) documents as a raster image.</value>
2509
    </member>
2510
    <member name="T:Leadtools.Codecs.CodecsXpsLoadOptions">
2511
      <summary>Provides the options for loading Open XML Paper Specification (XPS) documents as a raster image.</summary>
2512
    </member>
2513
    <member name="T:Leadtools.Codecs.CodecsXpsOptions">
2514
      <summary>Provides the options for loading or saving an Open XML Paper Specification (XPS) document.</summary>
2515
    </member>
2516
    <member name="P:Leadtools.Codecs.CodecsXpsOptions.Load">
2517
      <summary>Get the object to set the options for loading Open XML Paper Specification (XPS) documents as a raster image.</summary>
2518
      <value>The XPS options used to load Open XML Paper Specification (XPS) documents as a raster image.</value>
2519
    </member>
2520
    <member name="P:Leadtools.Codecs.CodecsXpsOptions.Save">
2521
      <summary>Get the object to set the options for saving a raster image as an Open XML Paper Specification (XPS) document.</summary>
2522
      <value>The XPS options used to save Open XML Paper Specification (XPS) documents as a raster image.</value>
2523
    </member>
2524
    <member name="T:Leadtools.Codecs.CodecsXpsSaveOptions">
2525
      <summary>Provides the options for saving a raster image as an Open XML Paper Specification (XPS) document.</summary>
2526
    </member>
2527
    <member name="P:Leadtools.Codecs.CodecsXpsSaveOptions.JpegQualityFactor">
2528
      <summary>Gets or sets the JPEG quality factor used saving a raster image as an Open XML Paper Specification (XPS) document.</summary>
2529
      <value>A value from 2 to 255, where 2 is the highest quality and 255 is the most compression. You can also use a factor of 0 to produce lossless JPEG compressed images. Default value is 2 (Highest quality).</value>
2530
    </member>
2531
    <member name="P:Leadtools.Codecs.CodecsXpsSaveOptions.PngQualityFactor">
2532
      <summary>Gets or sets the PNG quality factor used saving a raster image as an Open XML Paper Specification (XPS) document.</summary>
2533
      <value>Any value between 0 and 9. 0 = (default compression), 1 (fastest compression) ... 9 (highest compression ratio). Default value is 3.</value>
2534
    </member>
2535
    <member name="T:Leadtools.Codecs.RasterCodecs">
2536
      <summary>Provides support for loading and saving raster image files.</summary>
2537
    </member>
2538
    <member name="M:Leadtools.Codecs.RasterCodecs.#ctor">
2539
      <summary>Initializes a new instance of the RasterCodecs class.</summary>
2540
    </member>
2541
    <member name="M:Leadtools.Codecs.RasterCodecs.CancelAsync">
2542
      <summary>Cancels a pending asynchronous operation.</summary>
2543
    </member>
2544
    <member name="M:Leadtools.Codecs.RasterCodecs.CancelFeedGetInformation">
2545
      <summary>This method can be used to purposefully cancel the feed information process.</summary>
2546
    </member>
2547
    <member name="M:Leadtools.Codecs.RasterCodecs.CancelFeedLoad">
2548
      <summary>This method can be used to purposefully cancel the FeedLoad process.</summary>
2549
    </member>
2550
    <member name="M:Leadtools.Codecs.RasterCodecs.CanLoadSvg(System.IO.Stream)">
2551
      <summary>Determines whether specified image, document or vector stream can be loaded as SVG.</summary>
2552
      <param name="stream">The input stream.</param>
2553
      <returns>Use this method to determine if the specified image, document or vector file supports loading as SVG (Scalable Vector Graphics). The following conditions must be met to load a page from a file as SVG:</returns>
2554
    </member>
2555
    <member name="M:Leadtools.Codecs.RasterCodecs.CanLoadSvg(System.String)">
2556
      <summary>Determines whether specified image, document or vector file can be loaded as SVG.</summary>
2557
      <param name="fileName">The input file name.</param>
2558
      <returns>Use this method to determine if the specified image, document or vector file supports loading as SVG (Scalable Vector Graphics). The following conditions must be met to load a page from a file as SVG:</returns>
2559
    </member>
2560
    <member name="M:Leadtools.Codecs.RasterCodecs.CanLoadSvg(System.Uri)">
2561
      <summary>Determines whether the specified image, document or vector data in the remote URL can be loaded as SVG.</summary>
2562
      <param name="uri">The System.Uri containing the input image data.</param>
2563
      <returns>Use this method to determine whether the specified image, document or vector data in the remote URL can be loaded as SVG (Scalable Vector Graphics). For more information,</returns>
2564
    </member>
2565
    <member name="M:Leadtools.Codecs.RasterCodecs.CanLoadSvgAsync(ILeadStream)">
2566
      <summary>Determines whether specified image, document or vector stream can be loaded as SVG.</summary>
2567
      <param name="stream">The input stream.</param>
2568
      <returns>Use this method to determine if the specified image, document or vector file supports loading as SVG (Scalable Vector Graphics). The following conditions must be met to load a page from a file as SVG:</returns>
2569
    </member>
2570
    <member name="M:Leadtools.Codecs.RasterCodecs.CommentsSupported(Leadtools.RasterImageFormat)">
2571
      <summary>Checks whether the given file format supports comment fields</summary>
2572
      <param name="format">The RasterImageFormat to check</param>
2573
      <returns>This is a helper method that can be used to detect if a certain raster file format supports comment fields. For example, ReadComment and ReadComments can be used to read the comments stored in a file. If the file format supports comments, such as JPEG or EXIF, then these methods will successfully return the comments stored.</returns>
2574
    </member>
2575
    <member name="M:Leadtools.Codecs.RasterCodecs.CompactFile(System.IO.Stream,System.IO.Stream,System.Int32)">
2576
      <summary>Compacts TIFF/BigTIFF streams with default options.</summary>
2577
      <param name="srcStream">A source Stream containing the data for the file being compacted. All the pages will be read from this stream.</param>
2578
      <param name="destStream">A destination Stream that will contain the written data.</param>
2579
      <param name="pages">Value that represents the number of pages to copy. Use 0 to copy all the pages. If \pages\ is &gt; 0, only \pages\ will be copied to \destStream\.</param>
2580
    </member>
2581
    <member name="M:Leadtools.Codecs.RasterCodecs.CompactFile(System.IO.Stream,System.IO.Stream,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.Boolean,System.Int32,Leadtools.Codecs.CodecsSavePageMode,System.Boolean,System.Boolean)">
2582
      <summary>Compacts TIFF streams with specific options.</summary>
2583
      <param name="srcStream">A Stream containing the data of the file being compacted. All the pages will be read from this stream.</param>
2584
      <param name="destStream">A Stream that will contain the written data.</param>
2585
      <param name="pages">Value that represents the number of pages to copy. Use 0 to copy all the pages. If \pages\ is &gt; 0, only \pages\ will be copied to \destStream\.</param>
2586
      <param name="srcStartPage">Specifies the start page in the source stream. Page 1 is the first page, page 2 is the second page, etc. The pages will be read starting with this page.</param>
2587
      <param name="useSrcIfd">true to use \srcIfd\ as the stream offset of the first page. false to use \srcStartPage\.</param>
2588
      <param name="srcIfd">Offset into the source stream for the start page. Used only if \useSrcIfd\ is true.</param>
2589
      <param name="destStartPage">0 to overwrite \destStream\. &lt;&gt;0 to append the pages to the end of the stream.</param>
2590
      <param name="useDestIfd">true to use \destIfd\ as the stream offset of the first page. false to use \destStartPage\.</param>
2591
      <param name="destIfd">Offset into the destination stream for the start page. Used only if \useDestIfd\ is true.</param>
2592
      <param name="pageMode">Flag which indicates the save page mode.</param>
2593
      <param name="noSubFileType">true to have the **TGSUBFILETYPE** tag stripped from all pages in the destination file.</param>
2594
      <param name="motorolaOrder">true to save pages in Motorola byte order. false to save pages in Intel byte order. This only applies when creating a new file. When updating existing files, the byte order of the original file is used.</param>
2595
    </member>
2596
    <member name="M:Leadtools.Codecs.RasterCodecs.CompactFile(System.IO.Stream,System.IO.Stream,System.Int32,System.Int32,System.Boolean,System.Int64,System.Int32,System.Boolean,System.Int64,Leadtools.Codecs.CodecsSavePageMode,System.Boolean,System.Boolean,System.Boolean)">
2597
      <summary>Compacts TIFF streams with specific options.</summary>
2598
      <param name="srcStream">A Stream containing the data of the file being compacted. All the pages will be read from this stream.</param>
2599
      <param name="destStream">A Stream that will contain the written data.</param>
2600
      <param name="pages">Value that represents the number of pages to copy. Use 0 to copy all the pages. If \pages\ is &gt; 0, only \pages\ will be copied to \destStream\.</param>
2601
      <param name="srcStartPage">Specifies the start page in the source stream. Page 1 is the first page, page 2 is the second page, etc. The pages will be read starting with this page.</param>
2602
      <param name="useSrcIfd">true to use \srcIfd\ as the stream offset of the first page. false to use \srcStartPage\.</param>
2603
      <param name="srcIfd">Offset into the source stream for the start page. Used only if \useSrcIfd\ is true.</param>
2604
      <param name="destStartPage">0 to overwrite \destStream\. &lt;&gt;0 to append the pages to the end of the stream.</param>
2605
      <param name="useDestIfd">true to use \destIfd\ as the stream offset of the first page. false to use \destStartPage\.</param>
2606
      <param name="destIfd">Offset into the destination stream for the start page. Used only if \useDestIfd\ is true.</param>
2607
      <param name="pageMode">Flag which indicates the save page mode.</param>
2608
      <param name="noSubFileType">true to have the **TGSUBFILETYPE** tag stripped from all pages in the destination file.</param>
2609
      <param name="motorolaOrder">true to save pages in Motorola byte order. false to save pages in Intel byte order. This only applies when creating a new file. When updating existing files, the byte order of the original file is used.</param>
2610
      <param name="bigTiff">true to save TIFF files using the BigTiff format, which allows TIFF files to exceed 4GB.</param>
2611
    </member>
2612
    <member name="M:Leadtools.Codecs.RasterCodecs.CompactFile(System.String,System.String,System.Int32)">
2613
      <summary>Compacts TIFF/BigTIFF files with default options.</summary>
2614
      <param name="srcFileName">A String containing the name of the file being compacted. All the pages will be read from this file.</param>
2615
      <param name="destFileName">A String containing the name of the file in which all the pages will be written.</param>
2616
      <param name="pages">Value that represents the number of pages to copy. Use 0 to copy all the pages. If \pages\ is &gt; 0, only \pages\ will be copied to \destFileName\.</param>
2617
    </member>
2618
    <member name="M:Leadtools.Codecs.RasterCodecs.CompactFile(System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.Int32,System.Boolean,System.Int32,Leadtools.Codecs.CodecsSavePageMode,System.Boolean,System.Boolean)">
2619
      <summary>Compacts TIFF files with specific options.</summary>
2620
      <param name="srcFileName">A String containing the name of the file being compacted. All the pages will be read from this file.</param>
2621
      <param name="destFileName">A String containing the name of the file in which all the pages will be written.</param>
2622
      <param name="pages">Value that represents the number of pages to copy. Use 0 to copy all the pages. If \pages\ is &gt; 0, only \pages\ will be copied to \destFileName\.</param>
2623
      <param name="srcStartPage">Specifies the start page in the source file. Page 1 is the first page, page 2 is the second page, etc. The pages will be read starting with this page.</param>
2624
      <param name="useSrcIfd">true to use \srcIfd\ as the file offset of the first page. false to use \srcStartPage\.</param>
2625
      <param name="srcIfd">Offset into the source file for the start page. Used only if \useSrcIfd\ is true.</param>
2626
      <param name="destStartPage">0 to overwrite \destFileName\. &lt;&gt;0 to append the pages to the end of the file.</param>
2627
      <param name="useDestIfd">true to use \destIfd\ as the file offset of the first page. false to use \destStartPage\.</param>
2628
      <param name="destIfd">Offset into the destination file for the start page. Used only if \useDestIfd\ is true.</param>
2629
      <param name="pageMode">Flag which indicates the save page mode.</param>
2630
      <param name="noSubFileType">true to have the **TGSUBFILETYPE** tag stripped from all pages in the destination file.</param>
2631
      <param name="motorolaOrder">true to save pages in Motorola byte order. false to save pages in Intel byte order. This only applies when creating a new file. When updating existing files, the byte order of the original file is used.</param>
2632
    </member>
2633
    <member name="M:Leadtools.Codecs.RasterCodecs.CompactFile(System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int64,System.Int32,System.Boolean,System.Int64,Leadtools.Codecs.CodecsSavePageMode,System.Boolean,System.Boolean,System.Boolean)">
2634
      <summary>Compacts TIFF files with specific options.</summary>
2635
      <param name="srcFileName">A String containing the name of the file being compacted. All the pages will be read from this file.</param>
2636
      <param name="destFileName">A String containing the name of the file in which all the pages will be written.</param>
2637
      <param name="pages">Value that represents the number of pages to copy. Use 0 to copy all the pages. If \pages\ is &gt; 0, only \pages\ will be copied to \destFileName\.</param>
2638
      <param name="srcStartPage">Specifies the start page in the source file. Page 1 is the first page, page 2 is the second page, etc. The pages will be read starting with this page.</param>
2639
      <param name="useSrcIfd">true to use \srcIfd\ as the file offset of the first page. false to use \srcStartPage\.</param>
2640
      <param name="srcIfd">Offset into the source file for the start page. Used only if \useSrcIfd\ is true.</param>
2641
      <param name="destStartPage">0 to overwrite \destFileName\. &lt;&gt;0 to append the pages to the end of the file.</param>
2642
      <param name="useDestIfd">true to use \destIfd\ as the file offset of the first page. false to use \destStartPage\.</param>
2643
      <param name="destIfd">Offset into the destination file for the start page. Used only if \useDestIfd\ is true.</param>
2644
      <param name="pageMode">Flag which indicates the save page mode.</param>
2645
      <param name="noSubFileType">true to have the **TGSUBFILETYPE** tag stripped from all pages in the destination file.</param>
2646
      <param name="motorolaOrder">true to save pages in Motorola byte order. false to save pages in Intel byte order. This only applies when creating a new file. When updating existing files, the byte order of the original file is used.</param>
2647
      <param name="bigTiff">true to save TIFF files using the BigTiff format, which allows TIFF files to exceed 4GB.</param>
2648
    </member>
2649
    <member name="M:Leadtools.Codecs.RasterCodecs.Compress(System.Byte[],System.Int32)">
2650
      <summary>Performs buffer-to-buffer JPEG or LEAD CMP compression.</summary>
2651
      <param name="data">Array of bytes that holds the data to be compressed.</param>
2652
      <param name="dataIndex">Index into \data\ where the data starts.</param>
2653
    </member>
2654
    <member name="M:Leadtools.Codecs.RasterCodecs.Compress(IBuffer,System.Int32)">
2655
      <summary>Does buffer-to-buffer JPEG or LEAD CMP compression using an unmanaged memory buffer.</summary>
2656
      <param name="data">Pointer to unmanaged memory that holds the data to be compressed.</param>
2657
      <param name="dataIndex">Index into \data\ where the data starts.</param>
2658
    </member>
2659
    <member name="M:Leadtools.Codecs.RasterCodecs.Compress(System.IntPtr)">
2660
      <summary>Does buffer-to-buffer JPEG or LEAD CMP compression using an unmanaged memory buffer.</summary>
2661
      <param name="data">Pointer to unmanaged memory that holds the data to be compressed.</param>
2662
    </member>
2663
    <member name="M:Leadtools.Codecs.RasterCodecs.Convert(System.IO.Stream,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsImageInfo)">
2664
      <summary>Converts an image stream from one format to another, creating a new image file in a stream in the new format.</summary>
2665
      <param name="srcStream">A Stream containing the data of the input image file.</param>
2666
      <param name="destStream">A Stream that will contain the data of the output image file.</param>
2667
      <param name="format">The output file format. For valid values, refer to Summary of All Supported Image File Formats.</param>
2668
      <param name="width">New width of the output image. If this value is not 0, then the output file will be resized to the \width\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2669
      <param name="height">New height of the output image. If this value is not 0, then the output file will be resized to the \height\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2670
      <param name="bitsPerPixel">The output image pixel depth. Note that not all bits per pixel are available to all file formats.</param>
2671
      <param name="info">A CodecsImageInfo object specifying more options for the conversion.</param>
2672
    </member>
2673
    <member name="M:Leadtools.Codecs.RasterCodecs.Convert(System.IO.Stream,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsImageInfo)">
2674
      <summary>Converts an image stream from one format to another, creating a new image file in a stream in the new format.</summary>
2675
      <param name="srcStream">A Stream containing the data of the input image file.</param>
2676
      <param name="destStream">A Stream that will contain the data of the output image file.</param>
2677
      <param name="format">The output file format. For valid values, refer to Summary of All Supported Image File Formats.</param>
2678
      <param name="width">New width of the output image. If this value is not 0, then the output file will be resized to the \width\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2679
      <param name="height">New height of the output image. If this value is not 0, then the output file will be resized to the \height\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2680
      <param name="bitsPerPixel">The output image pixel depth. Note that not all bits per pixel are available to all file formats.</param>
2681
      <param name="pageNumber">1-based index to the page number to convert.</param>
2682
      <param name="info">A CodecsImageInfo object specifying more options for the conversion.</param>
2683
    </member>
2684
    <member name="M:Leadtools.Codecs.RasterCodecs.Convert(System.String,System.String,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsImageInfo)">
2685
      <summary>Converts an image file from one format to another, creating a new file in the new format.</summary>
2686
      <param name="srcFileName">A String containing the input file name.</param>
2687
      <param name="destFileName">A String containing the output file name.</param>
2688
      <param name="format">The output file format. For valid values, refer to Summary of All Supported Image File Formats.</param>
2689
      <param name="width">New width of the output image. If this value is not 0, then the output file will be resized to the \width\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2690
      <param name="height">New height of the output image. If this value is not 0, then the output file will be resized to the \height\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2691
      <param name="bitsPerPixel">The output image pixel depth. Note that not all bits per pixel are available to all file formats.</param>
2692
      <param name="info">A CodecsImageInfo object specifying more options for the conversion.</param>
2693
    </member>
2694
    <member name="M:Leadtools.Codecs.RasterCodecs.Convert(System.String,System.String,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsImageInfo)">
2695
      <summary>Converts an image file from one format to another, creating a new file in the new format.</summary>
2696
      <param name="srcFileName">A String containing the input file name.</param>
2697
      <param name="destFileName">A String containing the output file name.</param>
2698
      <param name="format">The output file format. For valid values, refer to Summary of All Supported Image File Formats.</param>
2699
      <param name="width">New width of the output image. If this value is not 0, then the output file will be resized to the \width\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2700
      <param name="height">New height of the output image. If this value is not 0, then the output file will be resized to the \height\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2701
      <param name="bitsPerPixel">The output image pixel depth. Note that not all bits per pixel are available to all file formats.</param>
2702
      <param name="pageNumber">1-based index to the page number to convert.</param>
2703
      <param name="info">A CodecsImageInfo object specifying more options for the conversion.</param>
2704
    </member>
2705
    <member name="M:Leadtools.Codecs.RasterCodecs.ConvertAsync(ILeadStream,ILeadStream,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsImageInfo)">
2706
      <summary>Converts an image stream from one format to another, creating a new image file in a stream in the new format.</summary>
2707
      <param name="srcStream">A **ILeadStream** containing the data of the input image file.</param>
2708
      <param name="destStream">A **ILeadStream** that will contain the data of the output image file.</param>
2709
      <param name="format">The output file format. For valid values, refer to Summary of All Supported Image File Formats.</param>
2710
      <param name="width">New width of the output image. If this value is not 0, then the output file will be resized to the \width\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2711
      <param name="height">New height of the output image. If this value is not 0, then the output file will be resized to the \height\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2712
      <param name="bitsPerPixel">The output image pixel depth. Note that not all bits per pixel are available to all file formats.</param>
2713
      <param name="info">A CodecsImageInfo object specifying more options for the conversion.</param>
2714
      <returns>An asynchronous convert operation on a RasterCodecs object.</returns>
2715
    </member>
2716
    <member name="M:Leadtools.Codecs.RasterCodecs.ConvertAsync(ILeadStream,ILeadStream,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsImageInfo)">
2717
      <summary>Converts an image stream from one format to another, creating a new image file in a stream in the new format.</summary>
2718
      <param name="srcStream">A **ILeadStream** containing the data of the input image file.</param>
2719
      <param name="destStream">A **ILeadStream** that will contain the data of the output image file.</param>
2720
      <param name="format">The output file format. For valid values, refer to Summary of All Supported Image File Formats.</param>
2721
      <param name="width">New width of the output image. If this value is not 0, then the output file will be resized to the \width\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2722
      <param name="height">New height of the output image. If this value is not 0, then the output file will be resized to the \height\ value. Use a value of 0 if you do not wish to resize the output file.</param>
2723
      <param name="bitsPerPixel">The output image pixel depth. Note that not all bits per pixel are available to all file formats.</param>
2724
      <param name="pageNumber">The 1-based page number to convert.</param>
2725
      <param name="info">A CodecsImageInfo object specifying more options for the conversion.</param>
2726
      <returns>An asynchronous convert operation on a RasterCodecs object.</returns>
2727
    </member>
2728
    <member name="M:Leadtools.Codecs.RasterCodecs.DecodeAbic(System.Byte[],System.Int32,System.Int32,System.Int32,System.Boolean)">
2729
      <summary>Decodes the input ABIC data using the ABIC decoder and returns raw uncompressed data.</summary>
2730
      <param name="inputData">A byte array which contains the input data.</param>
2731
      <param name="align">Number of bytes to align the uncompressed output data.</param>
2732
      <param name="width">Image width, in pixels.</param>
2733
      <param name="height">Image height, in pixels.</param>
2734
      <param name="biLevel">true to indicate bi-level encoding, false to indicate 4-bit grayscale encoding.</param>
2735
      <returns>A byte array that contains the raw uncompressed data.</returns>
2736
    </member>
2737
    <member name="M:Leadtools.Codecs.RasterCodecs.DecodeAbic(Leadtools.RasterNativeBuffer,System.Int32,System.Int32,System.Int32,System.Boolean)">
2738
      <summary>Decodes the input ABIC unmanaged memory data using the ABIC decoder and returns raw uncompressed data.</summary>
2739
      <param name="inputData">A RasterNativeBuffer object which contains the input data.</param>
2740
      <param name="align">Number of bytes to align the uncompressed output data.</param>
2741
      <param name="width">Image width, in pixels.</param>
2742
      <param name="height">Image height, in pixels.</param>
2743
      <param name="biLevel">true to indicate bi-level encoding, false to indicate 4-bit grayscale encoding.</param>
2744
      <returns>A RasterNativeBuffer object that contains the raw uncompressed data.</returns>
2745
    </member>
2746
    <member name="M:Leadtools.Codecs.RasterCodecs.Decompress(System.Object,System.Byte[],System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsDecompressDataFlags)">
2747
      <summary>Called for each buffer, strip or tile of decompressed data.</summary>
2748
      <param name="decompressContext">The decompressing context object obtained through StartDecompress.</param>
2749
      <param name="data">An array of bytes that contains the raw compressed data.</param>
2750
      <param name="dataOffset">Offset of the strip referenced by \data\, This is usually zero.</param>
2751
      <param name="dataLength">Number of bytes in \data\.</param>
2752
      <param name="width">Width of the uncompressed strip or tile, in bytes</param>
2753
      <param name="height">Height of the uncompressed strip or tile, in bytes. If the image consists of a single compressed strip, as with TWAIN, this is the height of the image.</param>
2754
      <param name="row">Row offset of the tile or strip.</param>
2755
      <param name="column">Column offset of the tile or strip.</param>
2756
      <param name="flags">Flags that indicate whether which part of a strip or tile is being processed. Possible values are:</param>
2757
    </member>
2758
    <member name="M:Leadtools.Codecs.RasterCodecs.Decompress(System.Object,IBuffer,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsDecompressDataFlags)">
2759
      <summary>Called for each unmanaged memory buffer, strip or tile of decompressed data.</summary>
2760
      <param name="decompressContext">The decompressing context object obtained through StartDecompress.</param>
2761
      <param name="data">A pointer to an unmanaged memory buffer that contains the raw compressed data.</param>
2762
      <param name="dataOffset">Offset of the strip referenced by \data\, This is usually zero.</param>
2763
      <param name="dataLength">Number of bytes in \data\.</param>
2764
      <param name="width">Width of the uncompressed strip or tile, in bytes</param>
2765
      <param name="height">Height of the uncompressed strip or tile, in bytes. If the image consists of a single compressed strip, as with TWAIN, this is the height of the image.</param>
2766
      <param name="row">Row offset of the tile or strip.</param>
2767
      <param name="column">Column offset of the tile or strip.</param>
2768
      <param name="flags">Flags that indicate which part of a strip or tile is being processed. Possible values are:</param>
2769
    </member>
2770
    <member name="M:Leadtools.Codecs.RasterCodecs.Decompress(System.Object,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsDecompressDataFlags)">
2771
      <summary>Called for each unmanaged memory buffer, strip or tile of decompressed data.</summary>
2772
      <param name="decompressContext">The decompressing context object obtained through StartDecompress.</param>
2773
      <param name="data">A pointer to an unmanaged memory buffer that contains the raw compressed data.</param>
2774
      <param name="dataOffset">Offset of the strip referenced by \data\, This is usually zero.</param>
2775
      <param name="dataLength">Number of bytes in \data\.</param>
2776
      <param name="width">Width of the uncompressed strip or tile, in bytes</param>
2777
      <param name="height">Height of the uncompressed strip or tile, in bytes. If the image consists of a single compressed strip, as with TWAIN, this is the height of the image.</param>
2778
      <param name="row">Row offset of the tile or strip.</param>
2779
      <param name="column">Column offset of the tile or strip.</param>
2780
      <param name="flags">Flags that indicate whether which part of a strip or tile is being processed. Possible values are:</param>
2781
    </member>
2782
    <member name="M:Leadtools.Codecs.RasterCodecs.DeleteComment(System.IO.Stream,System.Int32,Leadtools.RasterCommentMetadataType)">
2783
      <summary>Deletes a comment field from a file.</summary>
2784
      <param name="stream">A Stream containing the input file data.</param>
2785
      <param name="pageNumber">1-based index of the page from which to read the comment.</param>
2786
      <param name="type">The type of comment. Refer to Types of File Comments.</param>
2787
    </member>
2788
    <member name="M:Leadtools.Codecs.RasterCodecs.DeleteComment(System.String,System.Int32,Leadtools.RasterCommentMetadataType)">
2789
      <summary>Deletes a comment field from a file.</summary>
2790
      <param name="fileName">A String containing the input file name.</param>
2791
      <param name="pageNumber">1-based index of the page from which to read the comment.</param>
2792
      <param name="type">The type of comment. Refer to Types of File Comments.</param>
2793
    </member>
2794
    <member name="M:Leadtools.Codecs.RasterCodecs.DeleteCommentAsync(ILeadStream,System.Int32,Leadtools.RasterCommentMetadataType)">
2795
      <summary>Deletes a comment field from a file.</summary>
2796
      <param name="stream">A stream containing the input file data.</param>
2797
      <param name="pageNumber">1-based index of the page from which to read the comment.</param>
2798
      <param name="type">The type of comment. Refer to Types of File Comments.</param>
2799
      <returns>An asynchronous delete operation on a RasterCodecs object.</returns>
2800
    </member>
2801
    <member name="M:Leadtools.Codecs.RasterCodecs.DeletePage(System.IO.Stream,System.Int32)">
2802
      <summary>Deletes the specified page from a multi-page file in a stream, if the format supports delete operations.</summary>
2803
      <param name="stream">A Stream containing the data of the image file from which to delete the page.</param>
2804
      <param name="pageNumber">1-based index of the page to delete. Use -1 to delete the last page. Use 1 to delete the first page.</param>
2805
    </member>
2806
    <member name="M:Leadtools.Codecs.RasterCodecs.DeletePage(System.String,System.Int32)">
2807
      <summary>Deletes the specified page from a multi-page file, if the format supports delete operations.</summary>
2808
      <param name="fileName">A String containing the name of the file from which to delete the page.</param>
2809
      <param name="pageNumber">1-based index of the page to delete. Use -1 to delete the last page. Use 1 to delete the first page.</param>
2810
    </member>
2811
    <member name="M:Leadtools.Codecs.RasterCodecs.DeletePageAsync(ILeadStream,System.Int32)">
2812
      <summary>Deletes the specified page from a multi-page file in a stream, if the format supports delete operations.</summary>
2813
      <param name="stream">A **ILeadStream** containing the data of the image file from which to delete the page.</param>
2814
      <param name="pageNumber">1-based index of the page to delete. Use -1 to delete the last page. Use 1 to delete the first page.</param>
2815
      <returns>An asynchronous delete page operation on a RasterCodecs object.</returns>
2816
    </member>
2817
    <member name="M:Leadtools.Codecs.RasterCodecs.DeleteTag(System.IO.Stream,System.Int32,System.Int32)">
2818
      <summary>Deletes a tag from a stream, if the file supports tags (TIFF or Exif).</summary>
2819
      <param name="stream">A Stream containing the image data of the file from which to delete the tag.</param>
2820
      <param name="pageNumber">The 1-based index of the page from which the tag will be deleted. Use -1 to delete the tag from the last page. Use 1 to delete the tag from the first page.</param>
2821
      <param name="id">The ID of the tag in the TIFF file. The tag IDs are between 0 and 65535.</param>
2822
    </member>
2823
    <member name="M:Leadtools.Codecs.RasterCodecs.DeleteTag(System.String,System.Int32,System.Int32)">
2824
      <summary>Deletes a tag from a file, if the file supports tags (TIFF or Exif).</summary>
2825
      <param name="fileName">A String containing the name of the file from which to delete the tag.</param>
2826
      <param name="pageNumber">The 1-based index of the page from which the tag will be deleted. Use -1 to delete the tag from the last page. Use 1 to delete the tag from the first page.</param>
2827
      <param name="id">The ID of the tag in the TIFF file. The tag IDs are between 0 and 65535.</param>
2828
    </member>
2829
    <member name="M:Leadtools.Codecs.RasterCodecs.DeleteTagAsync(ILeadStream,System.Int32,System.Int32)">
2830
      <summary>Deletes a tag from a stream, if the file supports tags (TIFF or Exif).</summary>
2831
      <param name="stream">A **ILeadStream** containing the image data of the file from which to delete the tag.</param>
2832
      <param name="pageNumber">The 1-based index of the page from which the tag will be deleted. Use -1 to delete the tag from the last page. Use 1 to delete the tag from the first page.</param>
2833
      <param name="id">The ID of the tag in the TIFF file. The tag IDs are between 0 and 65535.</param>
2834
      <returns>An asynchronous delete operation on a RasterCodecs object.</returns>
2835
    </member>
2836
    <member name="M:Leadtools.Codecs.RasterCodecs.EncodeAbic(System.Byte[],System.Int32,System.Int32,System.Int32,System.Boolean)">
2837
      <summary>Encodes the input raw data using the ABIC encoder.</summary>
2838
      <param name="inputData">A byte array which contains the input data.</param>
2839
      <param name="align">Number of bytes aligned for uncompressed input data.</param>
2840
      <param name="width">Image width, in pixels.</param>
2841
      <param name="height">Image height, in pixels.</param>
2842
      <param name="biLevel">true to indicate bi-level encoding, false to indicate 4-bit grayscale encoding.</param>
2843
      <returns>A byte array that contains the ABIC encoded data.</returns>
2844
    </member>
2845
    <member name="M:Leadtools.Codecs.RasterCodecs.EncodeAbic(Leadtools.RasterNativeBuffer,System.Int32,System.Int32,System.Int32,System.Boolean)">
2846
      <summary>Encodes the input raw unmanaged memory data using the ABIC encoder.</summary>
2847
      <param name="inputData">A RasterNativeBuffer object which contains the input data.</param>
2848
      <param name="align">Number of bytes aligned for uncompressed input data.</param>
2849
      <param name="width">Image width, in pixels.</param>
2850
      <param name="height">Image height, in pixels.</param>
2851
      <param name="biLevel">true to indicate bi-level encoding, false to indicate 4-bit grayscale encoding.</param>
2852
      <returns>A RasterNativeBuffer object that contains the ABIC encoded data.</returns>
2853
    </member>
2854
    <member name="M:Leadtools.Codecs.RasterCodecs.EnumGeoKeys(System.IO.Stream,System.Int32)">
2855
      <summary>Enumerates all the GeoKeys in a Geo TIFF stream.</summary>
2856
      <param name="stream">A Stream containing the input image data.</param>
2857
      <param name="pageNumber">1-based index of the page from which to enumerate the tags.</param>
2858
    </member>
2859
    <member name="M:Leadtools.Codecs.RasterCodecs.EnumGeoKeys(System.String,System.Int32)">
2860
      <summary>Enumerates all the GeoKeys in a Geo TIFF file.</summary>
2861
      <param name="fileName">A String containing the input file name.</param>
2862
      <param name="pageNumber">1-based index of the page from which to enumerate the tags.</param>
2863
    </member>
2864
    <member name="M:Leadtools.Codecs.RasterCodecs.EnumGeoKeysAsync(ILeadStream,System.Int32)">
2865
      <summary>Enumerates all the GeoKeys in a Geo TIFF stream.</summary>
2866
      <param name="stream">A **ILeadStream** containing the input image data.</param>
2867
      <param name="pageNumber">1-based index of the page from which to enumerate the tags.</param>
2868
      <returns>An asynchronous enumeration operation on a RasterCodecs object.</returns>
2869
    </member>
2870
    <member name="M:Leadtools.Codecs.RasterCodecs.EnumTags(System.IO.Stream,System.Int32)">
2871
      <summary>Enumerates all the tags in a stream.</summary>
2872
      <param name="stream">A Stream containing the input file image data.</param>
2873
      <param name="pageNumber">1-based index of the page from which to enumerate the tags.</param>
2874
    </member>
2875
    <member name="M:Leadtools.Codecs.RasterCodecs.EnumTags(System.String,System.Int32)">
2876
      <summary>Enumerates all the tags in a file.</summary>
2877
      <param name="fileName">A String containing the input file name.</param>
2878
      <param name="pageNumber">1-based index of the page from which to enumerate the tags.</param>
2879
    </member>
2880
    <member name="M:Leadtools.Codecs.RasterCodecs.EnumTagsAsync(ILeadStream,System.Int32)">
2881
      <summary>Enumerates all the tags in a stream.</summary>
2882
      <param name="stream">A **ILeadStream** containing the input file image data.</param>
2883
      <param name="pageNumber">1-based index of the page from which to enumerate the tags.</param>
2884
      <returns>An asynchronous enumeration operation on a RasterCodecs object.</returns>
2885
    </member>
2886
    <member name="M:Leadtools.Codecs.RasterCodecs.ExtractXMPMetadata(System.IO.Stream,System.IO.Stream)">
2887
      <summary>Extracts all XMP metadata from the source file and saves it to the destination XML file.</summary>
2888
      <param name="sourceStream">A Stream containing the source image file from which the metadata should be read.</param>
2889
      <param name="destStream">A destination Stream to which the metadata should be written in XML format.</param>
2890
    </member>
2891
    <member name="M:Leadtools.Codecs.RasterCodecs.ExtractXMPMetadata(System.String,System.String)">
2892
      <summary>Extracts all XMP metadata from the source file and saves it to the destination XML file.</summary>
2893
      <param name="sourceFileName">A String containing the source image file from which the metadata should be read.</param>
2894
      <param name="destFileName">A String containing the destination filename to which the metadata should be written in XML format.</param>
2895
    </member>
2896
    <member name="M:Leadtools.Codecs.RasterCodecs.FeedGetInformation(System.Byte[],System.Int32,System.Int32)">
2897
      <summary>Supplies image data to the file information process from a buffer that you provide.</summary>
2898
      <param name="data">The image file data.</param>
2899
      <param name="offset">Offset from the beginning of the buffer to where the image data starts.</param>
2900
      <param name="length">Total size (in bytes) of the image data.</param>
2901
      <returns>true if the get information process requires more data; false, otherwise. When this method returns false, you can break out of the loop and call StopFeedGetInformation to obtain the CodecsImageInfo object containing information about the image file.</returns>
2902
    </member>
2903
    <member name="M:Leadtools.Codecs.RasterCodecs.FeedGetInformation(IBuffer,System.Int32,System.Int32)">
2904
      <summary>Supplies unmanaged memory image data to the file information process from a buffer that you provide.</summary>
2905
      <param name="data">The image file unmanaged memory data.</param>
2906
      <param name="offset">Offset from the beginning of the buffer to where the image data starts.</param>
2907
      <param name="length">Total size (in bytes) of the image data.</param>
2908
      <returns>true if the get information process requires more data; false, otherwise. When this method returns false, you can break out of the loop and call StopFeedGetInformation to obtain the CodecsImageInfo object containing the information about the image file.</returns>
2909
    </member>
2910
    <member name="M:Leadtools.Codecs.RasterCodecs.FeedGetInformation(System.IntPtr,System.Int64)">
2911
      <summary>Supplies unmanaged memory image data to the file information process from a buffer that you provide.</summary>
2912
      <param name="data">The image file unmanaged memory data.</param>
2913
      <param name="length">Total size (in bytes) of the image data.</param>
2914
      <returns>true if the get information process requires more data; false, otherwise. When this method returns false, you can break out of the loop and call StopFeedGetInformation to obtain the CodecsImageInfo object containing information about the image file.</returns>
2915
    </member>
2916
    <member name="M:Leadtools.Codecs.RasterCodecs.FeedLoad(System.Byte[],System.Int32,System.Int32)">
2917
      <summary>Supplies image data to the file-load process from a buffer that you provide.</summary>
2918
      <param name="data">The image file data.</param>
2919
      <param name="offset">Offset from the beginning of the buffer to where the image data starts.</param>
2920
      <param name="length">Total size (in bytes) of the image data.</param>
2921
    </member>
2922
    <member name="M:Leadtools.Codecs.RasterCodecs.FeedLoad(IBuffer,System.Int32,System.Int32)">
2923
      <summary>Supplies unmanaged memory image data to the file-load process from a buffer that you provide.</summary>
2924
      <param name="data">The image file in a buffer.</param>
2925
      <param name="offset">Offset from the beginning of the buffer to where the image data starts.</param>
2926
      <param name="length">Total size (in bytes) of the image data.</param>
2927
    </member>
2928
    <member name="M:Leadtools.Codecs.RasterCodecs.FeedLoad(System.IntPtr,System.Int32)">
2929
      <summary>Supplies unmanaged memory image data to the file-load process from a buffer that you provide.</summary>
2930
      <param name="data">The image file unmanaged memory data.</param>
2931
      <param name="length">Total size (in bytes) of the image data.</param>
2932
    </member>
2933
    <member name="M:Leadtools.Codecs.RasterCodecs.FormatSupportsMultipageSave(Leadtools.RasterImageFormat)">
2934
      <summary>Gets a value that indicates whether the specified format supports multi-page save operation.</summary>
2935
      <param name="format">Format to check.</param>
2936
      <returns>This example will try to save a multi-page file to disk, if the format supports multi-page files, then it will create a single output file, otherwise, multiple files (for each page) will be created.</returns>
2937
    </member>
2938
    <member name="M:Leadtools.Codecs.RasterCodecs.GeoKeysSupported(Leadtools.RasterImageFormat)">
2939
      <summary>Checks whether the given file format supports TIFF GeoKey tags</summary>
2940
      <param name="format">The RasterImageFormat to check</param>
2941
      <returns>This is a helper method that can be used to detect if a certain raster file format supports TIFF GeoKey tags. For example, ReadGeoKey, ReadGeoKeys and EnumGeoKeys can be used to read the GeoKeys stored in a file. If the file format supports GeoKeys, such as TIFF, then these methods will successfully return the GeoKey tags stored.</returns>
2942
    </member>
2943
    <member name="M:Leadtools.Codecs.RasterCodecs.GetCodecInformation(System.String)">
2944
      <summary>Gets information about the specified codec.</summary>
2945
      <param name="codecName">The name of the codec to query. The codec name is usually a string containing 3 characters. The codec name is not case sensitive.</param>
2946
      <returns>A CodecsCodecInformation object containing Information about the codec.</returns>
2947
    </member>
2948
    <member name="M:Leadtools.Codecs.RasterCodecs.GetCodecsInformation">
2949
      <summary>Gets information about all of the codecs.</summary>
2950
      <returns>An array of CodecsCodecInformation objects containing information about all of the codecs.</returns>
2951
    </member>
2952
    <member name="M:Leadtools.Codecs.RasterCodecs.GetExtension(Leadtools.RasterImageFormat)">
2953
      <summary>Gets the default file extension for the specified format.</summary>
2954
      <param name="format">The format requested.</param>
2955
      <returns>A string containing the file extension for the specified format (without the ".").</returns>
2956
    </member>
2957
    <member name="M:Leadtools.Codecs.RasterCodecs.GetExtensionMimeType(System.String)">
2958
      <summary>Gets the MIME type associated with the specified file format extension.</summary>
2959
      <param name="extension">The file format extension requested. This value can be with or without the leading ".".</param>
2960
      <returns>A string containing the MIME type associated with the specified file format extension.</returns>
2961
    </member>
2962
    <member name="M:Leadtools.Codecs.RasterCodecs.GetFormat(System.IO.Stream)">
2963
      <summary>Gets the format of the image in a stream.</summary>
2964
      <param name="stream">A Stream containing the image data to query.</param>
2965
      <returns>The format of the image.</returns>
2966
    </member>
2967
    <member name="M:Leadtools.Codecs.RasterCodecs.GetFormat(System.String)">
2968
      <summary>Gets the format of the image in a disk file.</summary>
2969
      <param name="fileName">A String containing the name of the image file to query.</param>
2970
      <returns>The format of the image.</returns>
2971
    </member>
2972
    <member name="M:Leadtools.Codecs.RasterCodecs.GetFormat(System.Uri)">
2973
      <summary>Gets the format of the image URI.</summary>
2974
      <param name="uri">The Uri containing the image data.</param>
2975
      <returns>The format of the image.</returns>
2976
    </member>
2977
    <member name="M:Leadtools.Codecs.RasterCodecs.GetFormatAsync(ILeadStream)">
2978
      <summary>Gets the format of the image in a stream.</summary>
2979
      <param name="stream">A **ILeadStream** containing the image data to query.</param>
2980
      <returns>The format of the image.</returns>
2981
    </member>
2982
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformation(System.IO.Stream,System.Boolean)">
2983
      <summary>Gets the image information from a stream.</summary>
2984
      <param name="stream">Stream containing the input image data.</param>
2985
      <param name="totalPages">true to query the file for total number of pages; false, otherwise.</param>
2986
      <returns>A CodecsImageInfo object that contains the information about the specified image.</returns>
2987
    </member>
2988
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformation(System.IO.Stream,System.Boolean,System.Int32)">
2989
      <summary>Gets the specific image page information from a stream.</summary>
2990
      <param name="stream">Stream containing the input image data.</param>
2991
      <param name="totalPages">true to query the file for total number of pages; false, otherwise.</param>
2992
      <param name="pageNumber">Page number in the file to query.</param>
2993
      <returns>A CodecsImageInfo object that contains the information about the specified image.</returns>
2994
    </member>
2995
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformation(System.String,System.Boolean)">
2996
      <summary>Gets the image information from a disk file.</summary>
2997
      <param name="fileName">String containing the input file name to query.</param>
2998
      <param name="totalPages">true to query the file for total number of pages; false, otherwise.</param>
2999
      <returns>A CodecsImageInfo object that contains the information about the specified image.</returns>
3000
    </member>
3001
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformation(System.String,System.Boolean,System.Int32)">
3002
      <summary>Gets the specific image page information from a disk file.</summary>
3003
      <param name="fileName">String containing the input file name to query.</param>
3004
      <param name="totalPages">true to query the file for total number of pages; false, otherwise.</param>
3005
      <param name="pageNumber">Page number in the file to query.</param>
3006
      <returns>A CodecsImageInfo object that contains the information about the specified image.</returns>
3007
    </member>
3008
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformation(System.Uri,System.Boolean)">
3009
      <summary>Gets the specific image page information from the specified Uri.</summary>
3010
      <param name="uri">The Uri containing the input image data.</param>
3011
      <param name="totalPages">true to query the URI for total number of pages; false, otherwise.</param>
3012
      <returns>A CodecsImageInfo object that contains the information about the specified image.</returns>
3013
    </member>
3014
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformation(System.Uri,System.Boolean,System.Int32)">
3015
      <summary>Gets the specific image page information from the specified Uri.</summary>
3016
      <param name="uri">The Uri containing the input image data.</param>
3017
      <param name="totalPages">true to query the URI for total number of pages; false, otherwise.</param>
3018
      <param name="pageNumber">Page number in the URI to query.</param>
3019
      <returns>A CodecsImageInfo object that contains the information about the specified image.</returns>
3020
    </member>
3021
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformationAsync(ILeadStream,System.Boolean,System.Int32)">
3022
      <summary>Gets the image information from a disk file asynchronously.</summary>
3023
      <param name="stream"></param>
3024
      <param name="totalPages">true to query the file for total number of pages; false, otherwise.</param>
3025
      <param name="pageNumber">The page number to query. Pass 1 for the first page (default).</param>
3026
      <returns>When this method completes, it returns the file information as a CodecsImageInfo.</returns>
3027
    </member>
3028
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformationAsync(System.IO.Stream,System.Boolean,System.Int32,System.Object)">
3029
      <summary>Gets the image information from a stream containing image data asynchronously.</summary>
3030
      <param name="stream">Stream containing the input image data to query.</param>
3031
      <param name="totalPages">true to query the file for total number of pages; false, otherwise.</param>
3032
      <param name="pageNumber">The page number to query. Pass 1 for the first page (default).</param>
3033
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3034
      <returns>A CodecsImageInfo object that contains the information about the specified image. See remarks about the usage of this object.</returns>
3035
    </member>
3036
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformationAsync(System.String,System.Boolean,System.Int32,System.Object)">
3037
      <summary>Gets the image information from a disk file asynchronously.</summary>
3038
      <param name="fileName">String containing the input file name to query.</param>
3039
      <param name="totalPages">true to query the file for total number of pages; false, otherwise.</param>
3040
      <param name="pageNumber">The page number to query. Pass 1 for the first page (default).</param>
3041
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3042
      <returns>A CodecsImageInfo object that contains the information about the specified image. See remarks about the usage of this object.</returns>
3043
    </member>
3044
    <member name="M:Leadtools.Codecs.RasterCodecs.GetInformationAsync(System.Uri,System.Boolean,System.Int32,System.Object)">
3045
      <summary>Gets the specific image page information from the specified Uri asynchronously.</summary>
3046
      <param name="uri">The Uri containing the input image data.</param>
3047
      <param name="totalPages">true to query the URI for total number of pages; false, otherwise.</param>
3048
      <param name="pageNumber">The page number to query. Pass 1 for the first page (default).</param>
3049
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3050
      <returns>A CodecsImageInfo object that contains the information about the specified image. See remarks about the usage of this object.</returns>
3051
    </member>
3052
    <member name="M:Leadtools.Codecs.RasterCodecs.GetMimeType(Leadtools.RasterImageFormat)">
3053
      <summary>Gets a string that represents the MIME type for the specified RasterImageFormat file format.</summary>
3054
      <param name="format">A RasterImageFormat.</param>
3055
      <returns>A string that represents the associated MIME type.</returns>
3056
    </member>
3057
    <member name="M:Leadtools.Codecs.RasterCodecs.GetMimeTypeExtension(System.String)">
3058
      <summary>Gets the default extension for the specified MIME type.</summary>
3059
      <param name="mimeType">The MIME type requested.</param>
3060
      <returns>A string containing the file extension for the specified MIME type (without the ".").</returns>
3061
    </member>
3062
    <member name="M:Leadtools.Codecs.RasterCodecs.GetPcdResolution(System.String)">
3063
      <summary>Examines a PhotoCD file to determine which resolutions it contains.</summary>
3064
      <param name="fileName">A String containing the name of the PhotoCD file.</param>
3065
      <returns>An array of 6 boolean values that specifies if the resolution at the corresponding index exists.</returns>
3066
    </member>
3067
    <member name="M:Leadtools.Codecs.RasterCodecs.GetRasterPdfInfo(System.IO.Stream,System.Int32)">
3068
      <summary>Gets information about a page in a raster PDF file contained in a stream created with the PDF support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medical products.</summary>
3069
      <param name="stream">The input PDF stream.</param>
3070
      <param name="pageNumber">The 1-based page number.</param>
3071
      <returns>An instance of CodecsRasterPdfInfo containing information about the raster PDF page.</returns>
3072
    </member>
3073
    <member name="M:Leadtools.Codecs.RasterCodecs.GetRasterPdfInfo(System.String,System.Int32)">
3074
      <summary>Gets information about a page in a raster PDF file created with the PDF support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medical products.</summary>
3075
      <param name="fileName">The input PDF file.</param>
3076
      <param name="pageNumber">The 1-based page number.</param>
3077
      <returns>An instance of CodecsRasterPdfInfo containing information about the raster PDF page.</returns>
3078
    </member>
3079
    <member name="M:Leadtools.Codecs.RasterCodecs.GetRasterPdfInfoAsync(ILeadStream,System.Int32)">
3080
      <summary>Gets information about a page in a raster PDF file contained in a stream created with the PDF support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medical products.</summary>
3081
      <param name="stream">The input PDF stream.</param>
3082
      <param name="pageNumber">The 1-based page number.</param>
3083
      <returns>When this method completes, it returns an instance of CodecsRasterPdfInfo containing information about the raster PDF page.</returns>
3084
    </member>
3085
    <member name="M:Leadtools.Codecs.RasterCodecs.GetTotalPages(System.IO.Stream)">
3086
      <summary>Gets the number of pages in a stream.</summary>
3087
      <param name="stream">A Stream containing the image data to query.</param>
3088
      <returns>Number of pages in the specified stream.</returns>
3089
    </member>
3090
    <member name="M:Leadtools.Codecs.RasterCodecs.GetTotalPages(System.String)">
3091
      <summary>Gets the number of pages in a disk file image.</summary>
3092
      <param name="fileName">A String containing the name of the image file to query.</param>
3093
      <returns>Number of pages in the specified file.</returns>
3094
    </member>
3095
    <member name="M:Leadtools.Codecs.RasterCodecs.GetTotalPages(System.Uri)">
3096
      <summary>Gets the number of pages of an image URI.</summary>
3097
      <param name="uri">The Uri containing the image data.</param>
3098
      <returns>Number of pages in the specified file.</returns>
3099
    </member>
3100
    <member name="M:Leadtools.Codecs.RasterCodecs.GetTotalPagesAsync(ILeadStream)">
3101
      <summary>Gets the number of pages in a stream.</summary>
3102
      <param name="stream">A **ILeadStream** containing the image data to query.</param>
3103
      <returns>Number of pages in the specified stream.</returns>
3104
    </member>
3105
    <member name="M:Leadtools.Codecs.RasterCodecs.IgnoreCodecs(System.String)">
3106
      <summary>Specifies which file codecs LEADTOOLS should NEVER load, even if present.</summary>
3107
      <param name="codecs">A String containing which codecs should be ignored and therefore not loaded. Has the same format as in PreloadCodecs.</param>
3108
    </member>
3109
    <member name="M:Leadtools.Codecs.RasterCodecs.IsSvg(System.IO.Stream)">
3110
      <summary>Quickly determines whether the stream contains an SVG image.</summary>
3111
      <param name="stream">The stream containing the source image data.</param>
3112
      <returns>This method will check the beginning of the file to determine whether it contains valid SVG data. This involves detecting the value \&lt;svg\&gt; tag and optionally the SVG</returns>
3113
    </member>
3114
    <member name="M:Leadtools.Codecs.RasterCodecs.IsSvg(System.String)">
3115
      <summary>Quickly determines whether the file contains an SVG image.</summary>
3116
      <param name="fileName">The filename containing the source image data.</param>
3117
      <returns>This method will check the beginning of the file to determine whether it contains valid SVG data. This involves detecting the value \&lt;svg\&gt; tag and optionally the SVG</returns>
3118
    </member>
3119
    <member name="M:Leadtools.Codecs.RasterCodecs.IsSvg(System.Uri)">
3120
      <summary>Quickly determines whether the URL contains an SVG image.</summary>
3121
      <param name="uri">The URL containing the source image data.</param>
3122
      <returns>This method will check the beginning of the file to determine whether it contains valid SVG data. This involves detecting the value \&lt;svg\&gt; tag and optionally the SVG</returns>
3123
    </member>
3124
    <member name="M:Leadtools.Codecs.RasterCodecs.IsTiff(Leadtools.RasterImageFormat)">
3125
      <summary>Determines if the specified RasterImageFormat is a FileFormatsTIFF file format.</summary>
3126
      <param name="format">The RasterImageFormat to test.</param>
3127
      <returns>true if the RasterImageFormat is a FileFormatsTIFF file format.</returns>
3128
    </member>
3129
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream)">
3130
      <summary>Loads the specified image stream using default options.</summary>
3131
      <param name="stream">A Stream containing the image data to load.</param>
3132
      <returns>The RasterImage object that this method loads.</returns>
3133
    </member>
3134
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream,System.Int32)">
3135
      <summary>Loads the specified page from an image stream using default options.</summary>
3136
      <param name="stream">A Stream containing the image data to load.</param>
3137
      <param name="pageNumber">1-based index to the page number to load.</param>
3138
      <returns>The RasterImage object that this method loads.</returns>
3139
    </member>
3140
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3141
      <summary>Loads the specified image stream using specific options</summary>
3142
      <param name="stream">A Stream containing the image data to load.</param>
3143
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3144
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3145
      <param name="firstPage">1-based index of the first page to load.</param>
3146
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the stream.</param>
3147
      <returns>The RasterImage object that this method loads.</returns>
3148
    </member>
3149
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream,System.Int32,System.Int32,System.Int32,Leadtools.RasterSizeFlags,Leadtools.Codecs.CodecsLoadByteOrder)">
3150
      <summary>Loads an image file to the desired width, height, and bits per pixel, resizing the image as it loads.</summary>
3151
      <param name="stream">A Stream containing the image data to load.</param>
3152
      <param name="width">New width of the image in pixels.</param>
3153
      <param name="height">New height of the image in pixels.</param>
3154
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3155
      <param name="flags">Flag that indicates the type of resizing to use. Possible values are:</param>
3156
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3157
      <returns>The RasterImage object that this method loads.</returns>
3158
    </member>
3159
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream,System.Int32,System.Int32,System.Int32,Leadtools.RasterSizeFlags,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3160
      <summary>Loads an image file to the desired width, height, and bits per pixel, resizing as it loads.</summary>
3161
      <param name="stream">A Stream containing the image data to load.</param>
3162
      <param name="width">New width of the image in pixels.</param>
3163
      <param name="height">New height of the image in pixels.</param>
3164
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3165
      <param name="flags">Flag that indicates the type of resizing to use. Possible values are:</param>
3166
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3167
      <param name="firstPage">1-based index of the first page to load.</param>
3168
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3169
      <returns>The RasterImage object that this method loads.</returns>
3170
    </member>
3171
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream,System.Int64,System.Int64)">
3172
      <summary>Loads an image file, letting you specify the location of the image data within the stream.</summary>
3173
      <param name="stream">A Stream containing the image data to load.</param>
3174
      <param name="offset">Offset from the beginning of the stream at which loading should start.</param>
3175
      <param name="count">Total size of the image file data.</param>
3176
      <returns>The RasterImage object that this method loads.</returns>
3177
    </member>
3178
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream,System.Int64,System.Int64,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3179
      <summary>Loads an image file, letting you specify the location of the image data within the stream and the options to use when loading.</summary>
3180
      <param name="stream">A Stream containing the image data to load.</param>
3181
      <param name="offset">Offset from the beginning of the stream at which loading should start.</param>
3182
      <param name="count">Total size of the image file data.</param>
3183
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3184
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3185
      <param name="firstPage">1-based index of the first page to load.</param>
3186
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the stream.</param>
3187
      <returns>The RasterImage object that this method loads.</returns>
3188
    </member>
3189
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream,Leadtools.LeadRect)">
3190
      <summary>Loads the specified rectangle from the specified image stream using default options.</summary>
3191
      <param name="stream">A Stream containing the image data to load.</param>
3192
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3193
      <returns>The RasterImage object that this method loads.</returns>
3194
    </member>
3195
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.IO.Stream,Leadtools.LeadRect,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3196
      <summary>Loads the specified rectangle from the specified image stream using the specified options.</summary>
3197
      <param name="stream">A Stream containing the image data to load.</param>
3198
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3199
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3200
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3201
      <param name="firstPage">1-based index of the first page to load.</param>
3202
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3203
      <returns>The RasterImage object that this method loads.</returns>
3204
    </member>
3205
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.String)">
3206
      <summary>Loads the specified image file using default options.</summary>
3207
      <param name="fileName">A String containing the name of the image file to load.</param>
3208
      <returns>The RasterImage object that this method loads.</returns>
3209
    </member>
3210
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.String,System.Int32)">
3211
      <summary>Loads the specified page from an image file using default options.</summary>
3212
      <param name="fileName">A String containing the name of the image file to load.</param>
3213
      <param name="pageNumber">1-based index to the page number to load.</param>
3214
      <returns>The RasterImage object that this method loads.</returns>
3215
    </member>
3216
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.String,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3217
      <summary>Loads the specified image file using specific options.</summary>
3218
      <param name="fileName">A String containing the name of the image file to load.</param>
3219
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3220
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3221
      <param name="firstPage">1-based index of the first page to load.</param>
3222
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3223
      <returns>The RasterImage object that this method loads.</returns>
3224
    </member>
3225
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.String,System.Int32,System.Int32,System.Int32,Leadtools.RasterSizeFlags,Leadtools.Codecs.CodecsLoadByteOrder)">
3226
      <summary>Loads an image file to the desired width, height, and bits per pixel, resizing the image as it loads.</summary>
3227
      <param name="fileName">A String containing the name of the image file to load.</param>
3228
      <param name="width">New width of the image in pixels.</param>
3229
      <param name="height">New height of the image in pixels.</param>
3230
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3231
      <param name="flags">Flag that indicates the type of resizing to use. Possible values are:</param>
3232
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3233
      <returns>The RasterImage object that this method loads.</returns>
3234
    </member>
3235
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.String,System.Int32,System.Int32,System.Int32,Leadtools.RasterSizeFlags,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3236
      <summary>Loads an image file to the desired width, height, and bits per pixel, resizing as it loads.</summary>
3237
      <param name="fileName">A String containing the name of the image file to load.</param>
3238
      <param name="width">New width of the image in pixels.</param>
3239
      <param name="height">New height of the image in pixels.</param>
3240
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3241
      <param name="flags">Flag that indicates the type of resizing to use. Possible values are:</param>
3242
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3243
      <param name="firstPage">1-based index of the first page to load.</param>
3244
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3245
      <returns>The RasterImage object that this method loads.</returns>
3246
    </member>
3247
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.String,Leadtools.LeadRect)">
3248
      <summary>Loads the specified rectangle from the specified image file using default options.</summary>
3249
      <param name="fileName">A String containing the name of the image file to load.</param>
3250
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3251
      <returns>The RasterImage object that this method loads.</returns>
3252
    </member>
3253
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.String,Leadtools.LeadRect,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3254
      <summary>Loads the specified rectangle from the specified image file using the specified options.</summary>
3255
      <param name="fileName">A String containing the name of the image file to load.</param>
3256
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3257
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3258
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3259
      <param name="firstPage">1-based index of the first page to load.</param>
3260
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3261
      <returns>The RasterImage object that this method loads.</returns>
3262
    </member>
3263
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.Uri)">
3264
      <summary>Loads the specified image URL using default options.</summary>
3265
      <param name="uri">The Uri containing the input image data.</param>
3266
      <returns>The RasterImage object that this method loads.</returns>
3267
    </member>
3268
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.Uri,System.Int32)">
3269
      <summary>Loads a page from the specified image URL using default options.</summary>
3270
      <param name="uri">The Uri containing the input image data.</param>
3271
      <param name="pageNumber">1-based index to the page number to load.</param>
3272
      <returns>The RasterImage object that this method loads.</returns>
3273
    </member>
3274
    <member name="M:Leadtools.Codecs.RasterCodecs.Load(System.Uri,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3275
      <summary>Loads the specified image URL using specified options.</summary>
3276
      <param name="uri">The Uri containing the input image data.</param>
3277
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3278
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3279
      <param name="firstPage">1-based index of the first page to load.</param>
3280
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3281
      <returns>The RasterImage object that this method loads.</returns>
3282
    </member>
3283
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(ILeadStream)">
3284
      <summary>Loads an image stream using the specified options asynchronously.</summary>
3285
      <param name="stream">An **ILeadStream** containing the image data to load.</param>
3286
      <returns>When this method completes, it returns the image as a RasterImage.</returns>
3287
    </member>
3288
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(ILeadStream,System.Int32)">
3289
      <summary>Loads a page from an image stream using the specified options asynchronously.</summary>
3290
      <param name="stream">An **ILeadStream** containing the image data to load.</param>
3291
      <param name="pageNumber">The page number to query. Pass 1 for the first page (default).</param>
3292
      <returns>When this method completes, it returns the image as a RasterImage.</returns>
3293
    </member>
3294
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(ILeadStream,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3295
      <summary>Loads the specified rectangle from the specified image stream using the specified options asynchronously.</summary>
3296
      <param name="stream">A **ILeadStream** containing the image data to load.</param>
3297
      <param name="bitsPerPixel">Resulting image pixel depth.</param>
3298
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order.</param>
3299
      <param name="firstPage">1-based index of the first page to load.</param>
3300
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3301
      <returns>When this method completes, it returns the image as a RasterImage.</returns>
3302
    </member>
3303
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(ILeadStream,System.Int32,System.Int32,System.Int32,Leadtools.RasterSizeFlags,Leadtools.Codecs.CodecsLoadByteOrder)">
3304
      <summary>Loads the specified rectangle from the specified image stream using the specified options asynchronously.</summary>
3305
      <param name="stream">An **ILeadStream** containing the image data to load.</param>
3306
      <param name="width">New width of the image in pixels.</param>
3307
      <param name="height">New height of the image in pixels.</param>
3308
      <param name="bitsPerPixel">Resulting image pixel depth.</param>
3309
      <param name="flags">Flag that indicates the type of resizing to use.</param>
3310
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order.</param>
3311
      <returns>When this method completes, it returns the image as a RasterImage.</returns>
3312
    </member>
3313
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(ILeadStream,System.Int32,System.Int32,System.Int32,Leadtools.RasterSizeFlags,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3314
      <summary>Loads the specified rectangle from the specified image stream using the specified options asynchronously.</summary>
3315
      <param name="stream">An **ILeadStream** containing the image data to load.</param>
3316
      <param name="width">New width of the image in pixels.</param>
3317
      <param name="height">New height of the image in pixels.</param>
3318
      <param name="bitsPerPixel">Resulting image pixel depth.</param>
3319
      <param name="flags">Flag that indicates the type of resizing to use.</param>
3320
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order.</param>
3321
      <param name="firstPage">1-based index of the first page to load.</param>
3322
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3323
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3324
    </member>
3325
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(ILeadStream,Leadtools.LeadRect)">
3326
      <summary>Loads the specified rectangle from the specified image stream using the specified options asynchronously.</summary>
3327
      <param name="stream">An **ILeadStream** containing the image data to load.</param>
3328
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3329
      <returns>When this method completes, it returns the image as a RasterImage.</returns>
3330
    </member>
3331
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(ILeadStream,Leadtools.LeadRect,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
3332
      <summary>Loads the specified rectangle from the specified image stream using the specified options asynchronously.</summary>
3333
      <param name="stream">An **ILeadStream** containing the image data to load.</param>
3334
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3335
      <param name="bitsPerPixel">Resulting image pixel depth.</param>
3336
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order.</param>
3337
      <param name="firstPage">1-based index of the first page to load.</param>
3338
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3339
      <returns>When this method completes, it returns the image as a RasterImage.</returns>
3340
    </member>
3341
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.IO.Stream,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32,System.Object)">
3342
      <summary>Loads the specified image stream using specific options asynchronously.</summary>
3343
      <param name="stream">A Stream containing the image data to load.</param>
3344
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3345
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3346
      <param name="firstPage">1-based index of the first page to load.</param>
3347
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the stream.</param>
3348
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3349
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3350
    </member>
3351
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.IO.Stream,System.Int32,System.Object)">
3352
      <summary>Loads the specified page from an image stream using default options asynchronously.</summary>
3353
      <param name="stream">A Stream containing the image data to load.</param>
3354
      <param name="pageNumber">The 1-based page number.</param>
3355
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3356
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3357
    </member>
3358
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.IO.Stream,Leadtools.LeadRect,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32,System.Object)">
3359
      <summary>Loads the specified rectangle from the specified image stream using the specified options asynchronously.</summary>
3360
      <param name="stream">A Stream containing the image data to load.</param>
3361
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3362
      <param name="bitsPerPixel">Resulting image pixel depth.</param>
3363
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3364
      <param name="firstPage">1-based index of the first page to load.</param>
3365
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3366
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3367
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3368
    </member>
3369
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.IO.Stream,Leadtools.LeadRect,System.Object)">
3370
      <summary>Loads the specified rectangle from the specified image stream using default options asynchronously.</summary>
3371
      <param name="stream">A Stream containing the image data to load.</param>
3372
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3373
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3374
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3375
    </member>
3376
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.IO.Stream,System.Object)">
3377
      <summary>Loads the specified image stream using default options asynchronously.</summary>
3378
      <param name="stream">A Stream containing the image data to load.</param>
3379
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3380
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3381
    </member>
3382
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.String,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32,System.Object)">
3383
      <summary>Loads the specified image file using specific options asynchronously.</summary>
3384
      <param name="fileName">A String containing the name of the image file to load.</param>
3385
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3386
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3387
      <param name="firstPage">1-based index of the first page to load.</param>
3388
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3389
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3390
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3391
    </member>
3392
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.String,System.Int32,System.Object)">
3393
      <summary>Loads the specified page from an image file using default options asynchronously.</summary>
3394
      <param name="fileName">A String containing the name of the image file to load.</param>
3395
      <param name="pageNumber">The 1-based page number.</param>
3396
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3397
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3398
    </member>
3399
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.String,Leadtools.LeadRect,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32,System.Object)">
3400
      <summary>Loads the specified rectangle from the specified image file using the specified options asynchronously.</summary>
3401
      <param name="fileName">A String containing the name of the image file to load.</param>
3402
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3403
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3404
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3405
      <param name="firstPage">1-based index of the first page to load.</param>
3406
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3407
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3408
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3409
    </member>
3410
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.String,Leadtools.LeadRect,System.Object)">
3411
      <summary>Loads the specified rectangle from the specified image file using default options asynchronously.</summary>
3412
      <param name="fileName">A String containing the name of the image file to load.</param>
3413
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3414
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3415
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3416
    </member>
3417
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.String,System.Object)">
3418
      <summary>Loads the specified image file using default options asynchronously.</summary>
3419
      <param name="fileName">A String containing the name of the image file to load.</param>
3420
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3421
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3422
    </member>
3423
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.Uri,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32,System.Object)">
3424
      <summary>Loads the specified image URL using specified options asynchronously.</summary>
3425
      <param name="uri">The Uri containing the input image data.</param>
3426
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3427
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3428
      <param name="firstPage">1-based index of the first page to load.</param>
3429
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3430
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3431
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3432
    </member>
3433
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.Uri,System.Int32,System.Object)">
3434
      <summary>Loads the specified page from an image URL using default options asynchronously.</summary>
3435
      <param name="uri">The Uri containing the input image data.</param>
3436
      <param name="pageNumber">1-based page number to load.</param>
3437
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3438
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3439
    </member>
3440
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.Uri,Leadtools.LeadRect,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32,System.Object)">
3441
      <summary>Loads the specified rectangle from the specified image URL using the specified options asynchronously.</summary>
3442
      <param name="uri">The Uri containing the input image data.</param>
3443
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3444
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3445
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3446
      <param name="firstPage">1-based index of the first page to load.</param>
3447
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3448
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3449
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3450
    </member>
3451
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.Uri,Leadtools.LeadRect,System.Object)">
3452
      <summary>Loads the specified rectangle from the specified image URL using default options asynchronously.</summary>
3453
      <param name="uri">The Uri containing the input image data.</param>
3454
      <param name="tile">A LeadRect describing the tile/area of the image to load.</param>
3455
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3456
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3457
    </member>
3458
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.Uri,System.Object)">
3459
      <summary>Loads the specified image URL using default options asynchronously.</summary>
3460
      <param name="uri">The Uri containing the input image data.</param>
3461
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3462
      <returns>The RasterImage object that this method loads. See remarks for the usage of this object.</returns>
3463
    </member>
3464
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.IO.Stream,System.Int32,System.Int32,System.Int32,Leadtools.RasterSizeFlags,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32,System.Object)">
3465
      <summary>Loads the specified pages to the desired width, height, and bits per pixel, resizing the image as it loads.</summary>
3466
      <param name="stream">A Stream containing the image data to load.</param>
3467
      <param name="width">New width of the image in pixels.</param>
3468
      <param name="height">New height of the image in pixels.</param>
3469
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3470
      <param name="flags">Flag that indicates the type of resizing to use. Possible values are:</param>
3471
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3472
      <param name="firstPage">1-based index of the first page to load.</param>
3473
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
3474
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3475
      <returns>The RasterImage object that this method loads.</returns>
3476
    </member>
3477
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadAsync(System.IO.Stream,System.Int32,System.Int32,System.Int32,Leadtools.RasterSizeFlags,Leadtools.Codecs.CodecsLoadByteOrder,System.Object)">
3478
      <summary>Loads an image file asynchronously to the desired width, height, and bits per pixel, resizing the image as it loads.</summary>
3479
      <param name="stream">A Stream containing the image data to load.</param>
3480
      <param name="width">New width of the image in pixels.</param>
3481
      <param name="height">New height of the image in pixels.</param>
3482
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3483
      <param name="flags">Flag that indicates the type of resizing to use. Possible values are:</param>
3484
      <param name="order">Color order for 16-bit, 24-bit, 32-bit, 48-bit, and 64-bit images. If the resulting image is less than 16 bits per pixel, this will have no effect since palletized images have no order. The following are valid values.</param>
3485
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3486
      <returns>The RasterImage object that this method loads.</returns>
3487
    </member>
3488
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadCmykPlanes(System.IO.Stream,System.Int32,System.Int32)">
3489
      <summary>Loads CMYK TIFF or JPEG streams as CMYK and avoids the colorspace conversion to RGB.</summary>
3490
      <param name="stream">A Stream containing the data of the image file to load. The image data must be CMYK, otherwise the method will fail and throw an exception.</param>
3491
      <param name="bitsPerPixel">Resulting image pixel depth. Possible values are:</param>
3492
      <param name="pageNumber">1-based index of the page from which the planes should be loaded.</param>
3493
      <returns>A RasterImage that this method loads. The image will contain one page for each of the CMYK planes.</returns>
3494
    </member>
3495
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadCmykPlanes(System.String,System.Int32,System.Int32)">
3496
      <summary>Loads CMYK TIFF or JPEG files as CMYK and avoids the colorspace conversion to RGB.</summary>
3497
      <param name="fileName">A String containing the name of the image file to load. The file must be CMYK, otherwise the method will fail and throw an exception.</param>
3498
      <param name="bitsPerPixel">Resulting image pixel depth. Possible values are:</param>
3499
      <param name="pageNumber">1-based index of the page from which the planes should be loaded.</param>
3500
      <returns>A RasterImage that this method loads. The image will contain one page for each of the CMYK planes.</returns>
3501
    </member>
3502
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadCmykPlanesAsync(ILeadStream,System.Int32,System.Int32)">
3503
      <summary>Loads CMYK TIFF or JPEG streams as CMYK and avoids the colorspace conversion to RGB.</summary>
3504
      <param name="stream">A **ILeadStream** containing the data of the image file to load. The image data must be CMYK, otherwise the method will fail and throw an exception.</param>
3505
      <param name="bitsPerPixel">Resulting image pixel depth. Possible values are:</param>
3506
      <param name="pageNumber">1-based index of the page from which the planes should be loaded.</param>
3507
      <returns>When this method completes, it returns a RasterImage. The image will contain one page for each of the CMYK planes.</returns>
3508
    </member>
3509
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadOptions(System.IO.Stream)">
3510
      <summary>Loads the options into this RasterCodecs from a stream.</summary>
3511
      <param name="stream">A Stream containing the options to load</param>
3512
    </member>
3513
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadOptions(System.String)">
3514
      <summary>Loads the options into this RasterCodecs from a disk file.</summary>
3515
      <param name="fileName">A String that contains the name of a disk file containing the options to load</param>
3516
    </member>
3517
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadPsdChannel(System.String,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,Leadtools.Codecs.CodecsPsdChannelInfo)">
3518
      <summary>Loads the specified channel from the specified PSD file.</summary>
3519
      <param name="fileName">A String containing the name of the image file to load.</param>
3520
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3521
      <param name="order">The desired color order.</param>
3522
      <param name="channelIndex">Index of the channel to load. This index is zero-based. Pass 0 to load the first channel, 1 to load the second channel, etc.</param>
3523
      <param name="channelInfo">a CodecsPsdChannelInfo object to be updated with information about the loaded channel. Pass a **null** reference for this parameter if channel information is not needed.</param>
3524
      <returns>The RasterImage object that this method loads.</returns>
3525
    </member>
3526
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadPsdChannelAsync(ILeadStream,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,Leadtools.Codecs.CodecsPsdChannelInfo)">
3527
      <summary>Loads the specified channel from the specified PSD file.</summary>
3528
      <param name="stream">The input PSD stream.</param>
3529
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3530
      <param name="order">The desired color order.</param>
3531
      <param name="channelIndex">Index of the channel to load. This index is zero-based. Pass 0 to load the first channel, 1 to load the second channel, etc.</param>
3532
      <param name="channelInfo">a CodecsPsdChannelInfo object to be updated with information about the loaded channel. Pass a **null** reference for this parameter if channel information is not needed.</param>
3533
      <returns>When this method completes, it returns the RasterImage object that this method loads.</returns>
3534
    </member>
3535
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadPsdLayer(System.String,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,Leadtools.Codecs.CodecsPsdLayerInfo)">
3536
      <summary>Loads the specified layer from the specified PSD file.</summary>
3537
      <param name="fileName">A String containing the name of the image file to load.</param>
3538
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3539
      <param name="order">The desired color order.</param>
3540
      <param name="layer">Index of the layer to load. This index is zero-based. Pass 0 to load the first layer, 1 to load the second layer, etc.</param>
3541
      <param name="layerInfo">a CodecsPsdLayerInfo object to be updated with information about the loaded layer. Pass a **null** reference for this parameter if layer information is not needed.</param>
3542
      <returns>The RasterImage object that this method loads.</returns>
3543
    </member>
3544
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadPsdLayerAsync(ILeadStream,System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,Leadtools.Codecs.CodecsPsdLayerInfo)">
3545
      <summary>Loads the specified layer from the specified PSD file.</summary>
3546
      <param name="stream">The input PSD stream.</param>
3547
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
3548
      <param name="order">The desired color order.</param>
3549
      <param name="layer">Index of the layer to load. This index is zero-based. Pass 0 to load the first layer, 1 to load the second layer, etc.</param>
3550
      <param name="layerInfo">a CodecsPsdLayerInfo object to be updated with information about the loaded layer. Pass a **null** reference for this parameter if layer information is not needed.</param>
3551
      <returns>When this method completes, it returns the RasterImage object that this method loads.</returns>
3552
    </member>
3553
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadSvg(System.IO.Stream,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions)">
3554
      <summary>Loads a page from a stream containing image, document or vector file as SVG</summary>
3555
      <param name="stream">The input stream.</param>
3556
      <param name="pageNumber">1-based page number to load.</param>
3557
      <param name="options">The options used for loading SVG. This can be **null**.</param>
3558
      <returns>SVG document representation of the page.</returns>
3559
    </member>
3560
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadSvg(System.String,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions)">
3561
      <summary>Loads a page from an image, document or vector file as SVG</summary>
3562
      <param name="fileName">The input file name.</param>
3563
      <param name="pageNumber">1-based page number to load.</param>
3564
      <param name="options">The options used for loading SVG. This can be **null**.</param>
3565
      <returns>SVG document representation of the page.</returns>
3566
    </member>
3567
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadSvg(System.Uri,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions)">
3568
      <summary>Loads a page from an image, document or vector file as SVG.</summary>
3569
      <param name="uri">The System.Uri containing the input image data.</param>
3570
      <param name="pageNumber">1-based page number to load.</param>
3571
      <param name="options">The CodecsLoadSvgOptions object containing the options used for loading SVG. This can be **null**.</param>
3572
      <returns>SVG document representation of the page.</returns>
3573
    </member>
3574
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadSvgAsync(ILeadStream,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions)">
3575
      <summary>Loads a page from a stream containing image, document or vector file as SVG</summary>
3576
      <param name="stream">The input stream.</param>
3577
      <param name="pageNumber">1-based page number to load.</param>
3578
      <param name="options">The options used for loading SVG. This can be **null**.</param>
3579
      <returns>SVG document representation of the page.</returns>
3580
    </member>
3581
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadSvgAsync(System.IO.Stream,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions,System.Object)">
3582
      <summary>Loads a page from a stream containing an image, document or vector file as SVG asynchronously.</summary>
3583
      <param name="stream">The stream containing the image data to load.</param>
3584
      <param name="pageNumber">The 1-based page number.</param>
3585
      <param name="options">The options used for loading SVG. This can be **null**.</param>
3586
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3587
    </member>
3588
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadSvgAsync(System.String,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions,System.Object)">
3589
      <summary>Loads a page from an image, document or vector file as SVG asynchronously.</summary>
3590
      <param name="fileName">A String containing the name of the image file to load.</param>
3591
      <param name="pageNumber">The 1-based page number.</param>
3592
      <param name="options">The options used for loading SVG. This can be **null**.</param>
3593
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3594
    </member>
3595
    <member name="M:Leadtools.Codecs.RasterCodecs.LoadSvgAsync(System.Uri,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions,System.Object)">
3596
      <summary>Loads a page from a URI containing an image, document or vector file as SVG asynchronously.</summary>
3597
      <param name="uri">The Uri containing the input image data.</param>
3598
      <param name="pageNumber">The 1-based page number.</param>
3599
      <param name="options">The options used for loading SVG. This can be **null**.</param>
3600
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3601
    </member>
3602
    <member name="M:Leadtools.Codecs.RasterCodecs.MarkersSupported(Leadtools.RasterImageFormat)">
3603
      <summary>Checks whether the given file format supports markers</summary>
3604
      <param name="format">The RasterImageFormat to check</param>
3605
      <returns>This is a helper method that can be used to detect if a certain raster file format supports markers. For example, ReadMarkers can be used to read the markers stored in a file. If the file format supports markers, such as EXIF, then these methods will successfully return the markers stored.</returns>
3606
    </member>
3607
    <member name="M:Leadtools.Codecs.RasterCodecs.MetadataItemsSupported(Leadtools.RasterImageFormat)">
3608
      <summary>Checks whether the specified file format supports metadata.</summary>
3609
      <param name="format">The RasterImageFormat to check.</param>
3610
      <returns>true if the specified file format supports metadata, otherwise false.</returns>
3611
    </member>
3612
    <member name="M:Leadtools.Codecs.RasterCodecs.PreloadCodecs(System.Int32,System.Int32,System.String)">
3613
      <summary>Specifies the file format codecs to be loaded.</summary>
3614
      <param name="fixedCodecs">Number of codecs that should stay loaded in memory at all times.</param>
3615
      <param name="cachedCodecs">Number of codecs that should be loaded, but can be unloaded later to make room for other codecs.</param>
3616
      <param name="codecs">A String containing the codecs which should be loaded.</param>
3617
    </member>
3618
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadComment(System.IO.Stream,System.Int32,Leadtools.RasterCommentMetadataType)">
3619
      <summary>Gets a comment field from a stream.</summary>
3620
      <param name="stream">A Stream containing the input file data.</param>
3621
      <param name="pageNumber">1-based index of the page from which to read the comment.</param>
3622
      <param name="type">The type of comment. Refer to Types of File Comments.</param>
3623
      <returns>A RasterCommentMetadata object containing the comment field information. If no such comment is found in the file, this method will return a **null** reference.</returns>
3624
    </member>
3625
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadComment(System.String,System.Int32,Leadtools.RasterCommentMetadataType)">
3626
      <summary>Gets a comment field from a file.</summary>
3627
      <param name="fileName">A String containing the input file name.</param>
3628
      <param name="pageNumber">1-based index of the page from which to read the comment.</param>
3629
      <param name="type">The type of comment. Refer to Types of File Comments.</param>
3630
      <returns>A RasterCommentMetadata object containing the comment field information. If no such comment is found in the file, this method will return a **null** reference.</returns>
3631
    </member>
3632
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadCommentAsync(ILeadStream,System.Int32,Leadtools.RasterCommentMetadataType)">
3633
      <summary>Gets a comment field from a stream.</summary>
3634
      <param name="stream">A **ILeadStream** containing the input file data.</param>
3635
      <param name="pageNumber">1-based index of the page from which to read the comment.</param>
3636
      <param name="type">The type of comment. Refer to Types of File Comments.</param>
3637
      <returns>When this method completes, it returns a RasterCommentMetadata object containing the comment field information. If no such comment is found in the file, this method will return a **null** reference.</returns>
3638
    </member>
3639
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadComments(System.IO.Stream,System.Int32)">
3640
      <summary>Gets all the comment fields stored in a stream.</summary>
3641
      <param name="stream">A Stream containing the input image data.</param>
3642
      <param name="pageNumber">1-based index of the page from which to read the comments.</param>
3643
      <returns>A collection of RasterTagMetadata containing all the comment fields information found in the file. If the file does not contain any comments, an empty collection will be returned. If the file format does not support comment fields, an exception will be thrown.</returns>
3644
    </member>
3645
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadComments(System.String,System.Int32)">
3646
      <summary>Gets all the comment fields stored in a file.</summary>
3647
      <param name="fileName">A String containing the input file name.</param>
3648
      <param name="pageNumber">1-based index of the page from which to read the comments.</param>
3649
      <returns>A collection of RasterTagMetadata containing all the comment fields information found in the file. If the file does not contain any comments, an empty collection will be returned. If the file format does not support comment fields, an exception will be thrown.</returns>
3650
    </member>
3651
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadCommentsAsync(ILeadStream,System.Int32)">
3652
      <summary>Gets all the comment fields stored in a stream.</summary>
3653
      <param name="stream">A **ILeadStream** containing the input image data.</param>
3654
      <param name="pageNumber">1-based index of the page from which to read the comments.</param>
3655
      <returns>When this method completes, it returns a collection of RasterTagMetadata containing all the comment fields information found in the file. If the file does not contain any comments, an empty collection will be returned. If the file format does not support comment fields, an exception will be thrown.</returns>
3656
    </member>
3657
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadExtensions(System.IO.Stream,System.Int32)">
3658
      <summary>Loads extensions from the specified Exif stream.</summary>
3659
      <param name="stream">The input file data stream.</param>
3660
      <param name="pageNumber">1-based index of the page within the file that contains the extension.</param>
3661
      <returns>An CodecsExtensionList object that contains the extensions found in this file.</returns>
3662
    </member>
3663
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadExtensions(System.String,System.Int32)">
3664
      <summary>Loads extensions from the specified Exif file.</summary>
3665
      <param name="fileName">The input file name.</param>
3666
      <param name="pageNumber">1-based index of the page within the file that contains the extension.</param>
3667
      <returns>An CodecsExtensionList object that contains the extensions found in this file.</returns>
3668
    </member>
3669
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadExtensionsAsync(ILeadStream,System.Int32)">
3670
      <summary>Loads extensions from the specified Exif stream.</summary>
3671
      <param name="stream">The input file data stream.</param>
3672
      <param name="pageNumber">1-based index of the page within the file that contains the extension.</param>
3673
      <returns>When this method completes, it returns an CodecsExtensionList object that contains the extensions found in this file.</returns>
3674
    </member>
3675
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadGeoKey(System.IO.Stream,System.Int32,System.Int32)">
3676
      <summary>Gets the specified GeoKey data from a TIFF stream.</summary>
3677
      <param name="stream">A Stream containing the input file data.</param>
3678
      <param name="pageNumber">1-based index of the page from which to read the GeoKey.</param>
3679
      <param name="id">GeoKey ID. Values of the GeoKey ID range between 0 and 65535. Possible ranges are:</param>
3680
      <returns>The GeoKey data.</returns>
3681
    </member>
3682
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadGeoKey(System.String,System.Int32,System.Int32)">
3683
      <summary>Gets the specified GeoKey data from a TIFF file.</summary>
3684
      <param name="fileName">A String containing the input file name.</param>
3685
      <param name="pageNumber">1-based index of the page from which to read the GeoKey.</param>
3686
      <param name="id">GeoKey ID. Values of the GeoKey ID range between 0 and 65535. Possible ranges are:</param>
3687
      <returns>The GeoKey data.</returns>
3688
    </member>
3689
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadGeoKeyAsync(ILeadStream,System.Int32,System.Int32)">
3690
      <summary>Gets the specified GeoKey data from a TIFF stream.</summary>
3691
      <param name="stream">A **ILeadStream** containing the input file data.</param>
3692
      <param name="pageNumber">1-based index of the page from which to read the GeoKey.</param>
3693
      <param name="id">GeoKey ID. Values of the GeoKey ID range between 0 and 65535. Possible ranges are:</param>
3694
      <returns>When this method completes, it returns the GeoKey data.</returns>
3695
    </member>
3696
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadGeoKeys(System.IO.Stream,System.Int32)">
3697
      <summary>Reads all the GeoKey data found in a stream.</summary>
3698
      <param name="stream">A Stream containing the input TIFF image data.</param>
3699
      <param name="pageNumber">1-based index of the page from which to read the GeoKey tags.</param>
3700
      <returns>A collection of RasterTagMetadata containing all the GeoKey tags found in the file. If the file does not contain any GeoKeys, an empty collection will be returned. If the file format does not support GeoKeys, an exception will be thrown.</returns>
3701
    </member>
3702
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadGeoKeys(System.String,System.Int32)">
3703
      <summary>Reads all the GeoKey data found in a TIFF file.</summary>
3704
      <param name="fileName">A String containing the input file name.</param>
3705
      <param name="pageNumber">1-based index of the page from which to read the GeoKey tags.</param>
3706
      <returns>A collection of RasterTagMetadata containing all the GeoKey tags found in the file. If the file does not contain any GeoKeys, an empty collection will be returned. If the file format does not support GeoKeys, an exception will be thrown.</returns>
3707
    </member>
3708
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadGeoKeysAsync(ILeadStream,System.Int32)">
3709
      <summary>Reads all the GeoKey data found in a stream.</summary>
3710
      <param name="stream">A **ILeadStream** containing the input TIFF image data.</param>
3711
      <param name="pageNumber">1-based index of the page from which to read the GeoKey tags.</param>
3712
      <returns>When this method completes it returns a collection of RasterTagMetadata containing all the GeoKey tags found in the file. If the file does not contain any GeoKeys, an empty collection will be returned. If the file format does not support GeoKeys, an exception will be thrown.</returns>
3713
    </member>
3714
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadLoadResolutions(System.IO.Stream)">
3715
      <summary>Examines a stream to determine which resolutions it contains.</summary>
3716
      <param name="stream">A Stream containing the data of the image file to query.</param>
3717
      <returns>A LeadSize structure containing the available resolutions.</returns>
3718
    </member>
3719
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadLoadResolutions(System.IO.Stream,System.Int32)">
3720
      <summary>Examines a stream to determine which resolutions it contains.</summary>
3721
      <param name="stream">A Stream containing the data of the image file to query.</param>
3722
      <param name="pageNumber">An Int32 that indicates the page number.</param>
3723
      <returns>A LeadSize structure containing the available resolutions.</returns>
3724
    </member>
3725
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadLoadResolutions(System.String)">
3726
      <summary>Examines a file to determine which resolutions it contains.</summary>
3727
      <param name="fileName">A String containing the name of the file to query.</param>
3728
      <returns>A LeadSize structure containing the available resolutions.</returns>
3729
    </member>
3730
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadLoadResolutions(System.String,System.Int32)">
3731
      <summary>Examines a page in a file to determine which resolutions it contains.</summary>
3732
      <param name="fileName">A String containing the name of the file to query.</param>
3733
      <param name="pageNumber">An Int32 that indicates the page number.</param>
3734
      <returns>A LeadSize structure containing the available resolutions.</returns>
3735
    </member>
3736
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadLoadResolutionsAsync(ILeadStream)">
3737
      <summary>Examines a stream to determine which resolutions it contains.</summary>
3738
      <param name="stream">A **ILeadStream** containing the data of the image file to query.</param>
3739
      <returns>When this method completes, it returns the available resolutions as an array of LeadSize structures.</returns>
3740
    </member>
3741
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadLoadResolutionsAsync(ILeadStream,System.Int32)">
3742
      <summary>Examines a stream to determine which resolutions it contains.</summary>
3743
      <param name="stream">A **ILeadStream** containing the data of the image file to query.</param>
3744
      <param name="pageNumber">An Int32 that indicates the page number.</param>
3745
      <returns>When this method completes, it returns the available resolutions as an array of LeadSize structures.</returns>
3746
    </member>
3747
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadMarkers(System.IO.Stream)">
3748
      <summary>Reads all the metadata markers (COM and APPn) from a stream.</summary>
3749
      <param name="stream">A Stream containing the input file image data.</param>
3750
      <returns>A collection of RasterMarkerMetadata objects containing the metadata marker data.</returns>
3751
    </member>
3752
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadMarkers(System.String)">
3753
      <summary>Reads all the metadata markers (COM and APPn) from a file.</summary>
3754
      <param name="fileName">A String containing the input file name.</param>
3755
      <returns>A collection of RasterMarkerMetadata objects containing the metadata marker data.</returns>
3756
    </member>
3757
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadMarkersAsync(ILeadStream)">
3758
      <summary>Reads all the metadata markers (COM and APPn) from a stream.</summary>
3759
      <param name="stream">A **ILeadStream** containing the input file image data.</param>
3760
      <returns>When this method completes, it returns a collection of RasterMarkerMetadata objects containing the metadata marker data.</returns>
3761
    </member>
3762
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadMetadataItems(System.IO.Stream,System.Int32)">
3763
      <summary>Reads metadata from the specified stream.</summary>
3764
      <param name="stream">A Stream containing the image file from which the metadata should be read.</param>
3765
      <param name="pageNumber">1-based index to the page number from which the metadata should be read.</param>
3766
      <returns>Returns a Dictionary of key, value pairs for the file metadata items.</returns>
3767
    </member>
3768
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadMetadataItems(System.String,System.Int32)">
3769
      <summary>Reads metadata from the specified file.</summary>
3770
      <param name="fileName">A String containing the name of the image file from which the metadata should be read.</param>
3771
      <param name="pageNumber">1-based index to the page number from which the metadata should be read.</param>
3772
      <returns>Returns a Dictionary. of key, value pairs for the file metadata items.</returns>
3773
    </member>
3774
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadMetadataItemsAsync(ILeadStream,System.Int32)">
3775
      <summary>Reads metadata from the specified stream.</summary>
3776
      <param name="stream">A Stream containing the image file from which the metadata should be read.</param>
3777
      <param name="pageNumber">1-based index to the page number from which the metadata should be read.</param>
3778
      <returns>Returns a Dictionary of key, value pairs for the file metadata items.</returns>
3779
    </member>
3780
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadStamp(System.IO.Stream,System.Int32)">
3781
      <summary>Reads a thumbnail image stored in an image stream.</summary>
3782
      <param name="stream">A Stream containing the image data which contains the stamp image to load.</param>
3783
      <param name="pageNumber">1-based index of the page from which the stamp image should be loaded.</param>
3784
      <returns>The RasterImage object that this method loads.</returns>
3785
    </member>
3786
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadStamp(System.IO.Stream,System.Int32,Leadtools.Codecs.CodecsImageInfo)">
3787
      <summary>Reads a thumbnail image stored in an image stream.</summary>
3788
      <param name="stream">A Stream containing the image data which contains the stamp image to load.</param>
3789
      <param name="pageNumber">1-based index of the page from which the stamp image should be loaded.</param>
3790
      <param name="codecsimageinfo">A CodecsImageInfo object containing information about the image.</param>
3791
      <returns>The RasterImage object that this method loads.</returns>
3792
    </member>
3793
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadStamp(System.String,System.Int32)">
3794
      <summary>Reads a thumbnail image stored in the image file.</summary>
3795
      <param name="fileName">A String containing the name of the file which contains the stamp image to load.</param>
3796
      <param name="pageNumber">1-based index of the page from which the stamp image should be loaded.</param>
3797
      <returns>The RasterImage object that this method loads.</returns>
3798
    </member>
3799
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadStamp(System.String,System.Int32,Leadtools.Codecs.CodecsImageInfo)">
3800
      <summary>Reads a thumbnail image stored in the image file.</summary>
3801
      <param name="fileName">A String containing the name of the file which contains the stamp image to load.</param>
3802
      <param name="pageNumber">1-based index of the page from which the stamp image should be loaded.</param>
3803
      <param name="codecsimageinfo">A CodecsImageInfo object containing information about the image.</param>
3804
      <returns>The RasterImage object that this method loads.</returns>
3805
    </member>
3806
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadStampAsync(ILeadStream,System.Int32)">
3807
      <summary>Reads a thumbnail image stored in an image stream.</summary>
3808
      <param name="stream">A **ILeadStream** containing the image data which contains the stamp image to load.</param>
3809
      <param name="pageNumber">1-based index of the page from which the stamp image should be loaded.</param>
3810
      <returns>When this method completes, it returns the RasterImage object that this method loads.</returns>
3811
    </member>
3812
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTag(System.IO.Stream,System.Int32,System.Int32)">
3813
      <summary>Gets the specified tagged data from a TIFF stream.</summary>
3814
      <param name="stream">A Stream containing the input file image data.</param>
3815
      <param name="pageNumber">1-based index of the page from which to read the tag.</param>
3816
      <param name="id">Tag to identify the data in the TIFF file. Use the same tag that you specified in the WriteTag. Examples of registered tags are:</param>
3817
      <returns>The tag data.</returns>
3818
    </member>
3819
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTag(System.String,System.Int32,System.Int32)">
3820
      <summary>Gets the specified tagged data from a TIFF file. Tags|TIFF</summary>
3821
      <param name="fileName">A String containing the input file name.</param>
3822
      <param name="pageNumber">1-based index of the page from which to read the tag.</param>
3823
      <param name="id">Tag to identify the data in the TIFF file. Use the same tag that you specified in the WriteTag. Examples of registered tags are:</param>
3824
      <returns>The tag data.</returns>
3825
    </member>
3826
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTagAsync(ILeadStream,System.Int32,System.Int32)">
3827
      <summary>Gets the specified tagged data from a TIFF stream.</summary>
3828
      <param name="stream">A **ILeadStream** containing the input file image data.</param>
3829
      <param name="pageNumber">1-based index of the page from which to read the tag.</param>
3830
      <param name="id">Tag to identify the data in the TIFF file. Use the same tag that you specified in the WriteTag. Examples of registered tags are:</param>
3831
      <returns>When this method completes, it returns the tag data.</returns>
3832
    </member>
3833
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTags(System.IO.Stream,System.Int32)">
3834
      <summary>Reads all the tags stored in a TIFF file.</summary>
3835
      <param name="stream">A Stream containing the input image data.</param>
3836
      <param name="pageNumber">1-based index of the page from which to read the tags.</param>
3837
      <returns>A collection of RasterTagMetadata containing all the tags found in the file. If the file does not contain any tags, an empty collection will be returned. If the file format does not support tags, an exception will be thrown.</returns>
3838
    </member>
3839
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTags(System.String,System.Int32)">
3840
      <summary>Reads all the tags stored in a TIFF file.</summary>
3841
      <param name="fileName">A String containing the input file name.</param>
3842
      <param name="pageNumber">1-based index of the page from which to read the tags.</param>
3843
      <returns>A collection of RasterTagMetadata containing all the tags found in the file. If the file does not contain any tags, an empty collection will be returned. If the file format does not support tags, an exception will be thrown.</returns>
3844
    </member>
3845
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTagsAsync(ILeadStream,System.Int32)">
3846
      <summary>Reads all the tags stored in a TIFF file.</summary>
3847
      <param name="stream">A **ILeadStream** containing the input image data.</param>
3848
      <param name="pageNumber">1-based index of the page from which to read the tags.</param>
3849
      <returns>When this method completes, it returns a collection of RasterTagMetadata containing all the tags found in the file. If the file does not contain any tags, an empty collection will be returned. If the file format does not support tags, an exception will be thrown.</returns>
3850
    </member>
3851
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTagsWithOffsets(System.IO.Stream,System.Int32,out)">
3852
      <summary>Reads all the tags stored in a TIFF file, along with the offsets for each tag.</summary>
3853
      <param name="stream">A Stream containing the input image data.</param>
3854
      <param name="pageNumber">1-based index of the page from which to read the tags.</param>
3855
      <param name="offsets">An array that contains the offsets for each tag.</param>
3856
      <returns>A collection of RasterTagMetadata containing all the tags found in the file. If the file does not contain any tags, an empty collection will be returned. If the file format does not support tags, an exception will be thrown.</returns>
3857
    </member>
3858
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTagsWithOffsets(System.String,System.Int32,out)">
3859
      <summary>Reads all the tags stored in a TIFF file, along with the offsets for each tag.</summary>
3860
      <param name="fileName">A String containing the input file name.</param>
3861
      <param name="pageNumber">1-based index of the page from which to read the tags.</param>
3862
      <param name="offsets">An array that contains the offsets for each tag.</param>
3863
      <returns>A collection of RasterTagMetadata containing all the tags found in the file. If the file does not contain any tags, an empty collection will be returned. If the file format does not support tags, an exception will be thrown.</returns>
3864
    </member>
3865
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadTagsWithOffsetsAsync(ILeadStream,System.Int32,IVector&lt;long&gt;)">
3866
      <summary>Reads all the tags stored in a TIFF file, along with the offsets for each tag.</summary>
3867
      <param name="stream">A **ILeadStream** containing the input image data.</param>
3868
      <param name="pageNumber">1-based index of the page from which to read the tags.</param>
3869
      <param name="offsets">An array that contains the offsets for each tag.</param>
3870
      <returns>When this method completes, it returns a collection of RasterTagMetadata containing all the tags found in the file. If the file does not contain any tags, an empty collection will be returned. If the file format does not support tags, an exception will be thrown.</returns>
3871
    </member>
3872
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadThumbnail(System.IO.Stream,Leadtools.Codecs.CodecsThumbnailOptions,System.Int32)">
3873
      <summary>Creates a thumbnail from the specified image stream.</summary>
3874
      <param name="stream">A Stream containing the image data from which the thumbnail image will be created.</param>
3875
      <param name="options">Options for creating the thumbnail image.</param>
3876
      <param name="pageNumber">1-based index of the page from which the thumbnail image should be created.</param>
3877
      <returns>The RasterImage object that this method creates.</returns>
3878
    </member>
3879
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadThumbnail(System.String,Leadtools.Codecs.CodecsThumbnailOptions,System.Int32)">
3880
      <summary>Creates a thumbnail from the specified image file.</summary>
3881
      <param name="fileName">A String containing the name of the file from which the thumbnail image will be created.</param>
3882
      <param name="options">Options for creating the thumbnail image.</param>
3883
      <param name="pageNumber">1-based index of the page from which the thumbnail image should be created.</param>
3884
      <returns>The RasterImage object that this method creates.</returns>
3885
    </member>
3886
    <member name="M:Leadtools.Codecs.RasterCodecs.ReadThumbnailAsync(ILeadStream,Leadtools.Codecs.CodecsThumbnailOptions,System.Int32)">
3887
      <summary>Creates a thumbnail from the specified image stream.</summary>
3888
      <param name="stream">A **ILeadStream** containing the image data from which the thumbnail image will be created.</param>
3889
      <param name="options">Options for creating the thumbnail image.</param>
3890
      <param name="pageNumber">1-based index of the page from which the thumbnail image should be created.</param>
3891
      <returns>The RasterImage object that this method creates.When this method completes, it returns the RasterImage object that this method creates.</returns>
3892
    </member>
3893
    <member name="M:Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.IO.Stream,System.Int64,Leadtools.RasterImageFormat,System.Int32)">
3894
      <summary>Saves the specified image to a stream using an offset within to begin saving.</summary>
3895
      <param name="image">The RasterImage object that holds the image data.</param>
3896
      <param name="stream">A Stream where the image data will be saved.</param>
3897
      <param name="offset">The offset within the specified stream to embed the saved image file. For example, if you specify 5, then 5 bytes of other data will precede the embedded file.</param>
3898
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3899
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3900
      <returns>The size of the embedded image file in bytes.</returns>
3901
    </member>
3902
    <member name="M:Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.IO.Stream,System.Int64,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
3903
      <summary>Saves the specified image to a stream using an offset within to begin saving.</summary>
3904
      <param name="image">The RasterImage object that holds the image data.</param>
3905
      <param name="stream">A Stream where the image data will be saved. When saving to a Stream, LEADTOOLS will not truncate the stream (if it already had a size/data). LEADTOOLS will reset the stream position to the original position before the save.</param>
3906
      <param name="offset">The offset within the specified stream to embed the saved image file. For example, if you specify 5, then 5 bytes of other data will precede the embedded file.</param>
3907
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3908
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3909
      <param name="firstPage">1-based index of the first page in \image\ to save.</param>
3910
      <param name="lastPage">1-based index of the last page in \image\ to save. Pass -1 to save from \firstPage\ to the last page in \image\.</param>
3911
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param>
3912
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. This can be one of the following:</param>
3913
      <returns>The size of the embedded image file in bytes.</returns>
3914
    </member>
3915
    <member name="M:Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32)">
3916
      <summary>Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats.</summary>
3917
      <param name="image">The RasterImage object that holds the image data.</param>
3918
      <param name="stream">A Stream where the image data will be saved.</param>
3919
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3920
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3921
    </member>
3922
    <member name="M:Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
3923
      <summary>Saves one or more pages of a RasterImage to a stream in any of the supported compressed or uncompressed formats.</summary>
3924
      <param name="image">The RasterImage object that holds the image data.</param>
3925
      <param name="stream">A Stream where the image data will be saved.</param>
3926
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3927
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3928
      <param name="firstPage">1-based index of the first page in \image\ to save.</param>
3929
      <param name="lastPage">1-based index of the last page in \image\ to save. Pass -1 to save from \firstPage\ to the last page in \image\.</param>
3930
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param>
3931
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. This can be one of the following:</param>
3932
    </member>
3933
    <member name="M:Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.String,Leadtools.RasterImageFormat,System.Int32)">
3934
      <summary>Saves a RasterImage to a file in any of the supported compressed or uncompressed formats.</summary>
3935
      <param name="image">The RasterImage object that holds the image data.</param>
3936
      <param name="fileName">A String containing the output file name.</param>
3937
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3938
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3939
    </member>
3940
    <member name="M:Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.String,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
3941
      <summary>Saves one or more pages of a RasterImage to a file in any of the supported compressed or uncompressed formats.</summary>
3942
      <param name="image">The RasterImage object that holds the image data.</param>
3943
      <param name="fileName">A String containing the output file name.</param>
3944
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3945
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3946
      <param name="firstPage">1-based index of the first page in \image\ to save.</param>
3947
      <param name="lastPage">1-based index of the last page in \image\ to save. Pass -1 to save from \firstPage\ to the last page in \image\.</param>
3948
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param>
3949
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. This can be one of the following:</param>
3950
    </member>
3951
    <member name="M:Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.Uri,Leadtools.RasterImageFormat,System.Int32)">
3952
      <summary>Saves a RasterImage to a remote URL in any of the supported compressed or uncompressed formats.</summary>
3953
      <param name="image">The RasterImage object that holds the image data.</param>
3954
      <param name="uri">The Uri containing the output URL name.</param>
3955
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3956
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3957
    </member>
3958
    <member name="M:Leadtools.Codecs.RasterCodecs.Save(Leadtools.RasterImage,System.Uri,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32)">
3959
      <summary>Saves one or more pages of a RasterImage to a remote URL in any of the supported compressed or uncompressed formats.</summary>
3960
      <param name="image">The RasterImage object that holds the image data.</param>
3961
      <param name="uri">The Uri containing the output URL name.</param>
3962
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3963
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3964
      <param name="firstPage">1-based index of the first page in \image\ to save.</param>
3965
      <param name="lastPage">1-based index of the last page in \image\ to save. Pass -1 to save from \firstPage\ to the last page in \image\.</param>
3966
    </member>
3967
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveAsync(Leadtools.RasterImage,ILeadStream,Leadtools.RasterImageFormat,System.Int32)">
3968
      <summary>Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats.</summary>
3969
      <param name="image">The RasterImage object that holds the image data.</param>
3970
      <param name="stream">An **ILeadStream** where the image data will be saved.</param>
3971
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3972
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3973
      <returns>An asynchronous save operation on a RasterCodecs object.</returns>
3974
    </member>
3975
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveAsync(Leadtools.RasterImage,ILeadStream,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
3976
      <summary>Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats.</summary>
3977
      <param name="image">The RasterImage object that holds the image data.</param>
3978
      <param name="stream">An **ILeadStream** where the image data will be saved.</param>
3979
      <param name="format">The output file format. For valid values, Summary of All Supported Image File Formats.</param>
3980
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are available to all file formats. For valid values, refer to Summary of All Supported Image File Formats. If \bitsPerPixel\ is 0, the image will be stored using the closet bits/pixel value supported by that format. For example, if a file format supports 1, 4, and 24 bits/pixel, and RasterImage.BitsPerPixel is 5, the file will be stored as 24 bit. Likewise, if RasterImage.BitsPerPixel is 2, the file will be stored as 4 bit.</param>
3981
      <param name="firstPage">1-based index of the first page in \image\ to save.</param>
3982
      <param name="lastPage">1-based index of the last page in \image\ to save. Pass -1 to save from \firstPage\ to the last page in \image\.</param>
3983
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param>
3984
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. This can be one of the following:</param>
3985
      <returns>An asynchronous save operation on a RasterCodecs object.</returns>
3986
    </member>
3987
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveAsync(Leadtools.RasterImage,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode,System.Object)">
3988
      <summary>Asynchronously saves one or more pages of a RasterImage to a stream in any of the supported compressed or uncompressed formats asynchronously.</summary>
3989
      <param name="image">The RasterImage object that holds the image data.</param>
3990
      <param name="stream">The System.IO.Stream where the image data will be saved.</param>
3991
      <param name="format">The output file format. For valid values, refer to</param>
3992
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are</param>
3993
      <param name="firstPage">1-based index of the first page in image to save.</param>
3994
      <param name="lastPage">1-based index of the last page in image to save. Pass -1 to save from</param>
3995
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this</param>
3996
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. The following values are possible:</param>
3997
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
3998
    </member>
3999
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveAsync(Leadtools.RasterImage,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32,System.Object)">
4000
      <summary>Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats asynchronously.</summary>
4001
      <param name="image">The RasterImage object that holds the image data.</param>
4002
      <param name="stream">A System.IO.Stream where the image data will be saved.</param>
4003
      <param name="format">The output file format. For valid values,</param>
4004
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are</param>
4005
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
4006
    </member>
4007
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveAsync(Leadtools.RasterImage,System.String,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode,System.Object)">
4008
      <summary>Saves one or more pages of a RasterImage to a file in any of the supported compressed or uncompressed formats asynchronously.</summary>
4009
      <param name="image">The RasterImage object that holds the image data.</param>
4010
      <param name="fileName">A System.String containing the output file name.</param>
4011
      <param name="format">The output file format. For valid values,</param>
4012
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are</param>
4013
      <param name="firstPage">1-based index of the first page in image to save.</param>
4014
      <param name="lastPage">1-based index of the last page in image to save. Pass -1 to save from</param>
4015
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this</param>
4016
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. This can be one of the following:</param>
4017
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
4018
    </member>
4019
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveAsync(Leadtools.RasterImage,System.String,Leadtools.RasterImageFormat,System.Int32,System.Object)">
4020
      <summary>Saves a RasterImage to a file in any of the supported compressed or uncompressed formats asynchronously.</summary>
4021
      <param name="image">The RasterImage object that holds the image data.</param>
4022
      <param name="fileName">A System.String containing the output file name.</param>
4023
      <param name="format">The output file format. For valid values,</param>
4024
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are</param>
4025
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
4026
    </member>
4027
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveAsync(Leadtools.RasterImage,System.Uri,Leadtools.RasterImageFormat,System.Int32,System.Int32,System.Int32,System.Object)">
4028
      <summary>Saves one or more pages of a RasterImage to a remote URL in any of the supported compressed or uncompressed formats asynchronously.</summary>
4029
      <param name="image">The RasterImage object that holds the image data.</param>
4030
      <param name="uri">The System.Uri containing the output URL name.</param>
4031
      <param name="format">The output file format. For valid values,</param>
4032
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are</param>
4033
      <param name="firstPage">1-based index of the first page in image to save.</param>
4034
      <param name="lastPage">1-based index of the last page in image to save. Pass -1 to save from</param>
4035
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
4036
    </member>
4037
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveAsync(Leadtools.RasterImage,System.Uri,Leadtools.RasterImageFormat,System.Int32,System.Object)">
4038
      <summary>Saves a RasterImage to a remote URL in any of the supported compressed or uncompressed formats asynchronously.</summary>
4039
      <param name="image">The RasterImage object that holds the image data.</param>
4040
      <param name="uri">The System.Uri containing the output URL name.</param>
4041
      <param name="format">The output file format. For valid values,</param>
4042
      <param name="bitsPerPixel">Resulting file's pixel depth. Note that not all bits per pixel are</param>
4043
      <param name="userState">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
4044
    </member>
4045
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveCmykPlanes(Leadtools.RasterImage,System.IO.Stream,Leadtools.RasterImageFormat,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
4046
      <summary>Saves the pages of an image as a CMYK TIFF or JPEG stream.</summary>
4047
      <param name="image">The image that contains the CMKY planes to be saved.</param>
4048
      <param name="stream">A Stream that will contain the image data to save.</param>
4049
      <param name="format">Specifies the output file format. Valid values are:</param>
4050
      <param name="bitsPerPlane">Resulting bits per pixel for each plane. Possible values:</param>
4051
      <param name="pageNumber">Specifies the reference page number when saving a multi-page file.</param>
4052
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats.</param>
4053
    </member>
4054
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveCmykPlanes(Leadtools.RasterImage,System.String,Leadtools.RasterImageFormat,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
4055
      <summary>Saves the pages of an image as a CMYK TIFF or JPEG file.</summary>
4056
      <param name="image">The image that contains the CMKY planes to be saved.</param>
4057
      <param name="fileName">A String containing the name of the image file to save.</param>
4058
      <param name="format">Specifies the output file format. Valid values are:</param>
4059
      <param name="bitsPerPlane">Resulting bits per pixel for each plane. Possible values:</param>
4060
      <param name="pageNumber">Specifies the reference page number when saving a multi-page file.</param>
4061
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats.</param>
4062
    </member>
4063
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveCmykPlanesAsync(Leadtools.RasterImage,ILeadStream,Leadtools.RasterImageFormat,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
4064
      <summary>Saves the pages of an image as a CMYK TIFF or JPEG stream.</summary>
4065
      <param name="image">The image that contains the CMKY planes to be saved.</param>
4066
      <param name="stream">A **ILeadStream** that will contain the image data to save.</param>
4067
      <param name="format">Specifies the output file format. Valid values are:</param>
4068
      <param name="bitsPerPlane">Resulting bits per pixel for each plane. Possible values:</param>
4069
      <param name="pageNumber">Specifies the reference page number when saving a multi-page file.</param>
4070
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats.</param>
4071
      <returns>An asynchronous save operation on a RasterCodecs object.</returns>
4072
    </member>
4073
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveOptions(System.IO.Stream)">
4074
      <summary>Saves the options of this RasterCodecs to a stream.</summary>
4075
      <param name="stream">A Stream that will contain the output data.</param>
4076
    </member>
4077
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveOptions(System.String)">
4078
      <summary>Saves the options of this RasterCodecs to a disk file.</summary>
4079
      <param name="fileName">A String containing the output file name.</param>
4080
    </member>
4081
    <member name="M:Leadtools.Codecs.RasterCodecs.SavePsdWithLayers(Leadtools.RasterImage,System.String,System.Int32,Leadtools.RasterImage,Leadtools.Codecs.CodecsPsdLayerInfo)">
4082
      <summary>Saves an image to a PSD file, along with the specified layers.</summary>
4083
      <param name="image">The image to save.</param>
4084
      <param name="fileName">The output file name.</param>
4085
      <param name="bitsPerPixel">Resulting file's pixel depth. For color images this can be 24 or 32. For grayscale images this can be 8.</param>
4086
      <param name="layerImages">An RasterImage object that contains layers (in each page) to save in the output file. The layers should have the same bits per pixel as the file. Every page in the image will be saved as a layer. The first page in the image will be interpreted as the first layer. The pages in the image must have the same bits per pixel as specified in \bitsPerPixel\.</param>
4087
      <param name="layerInfos">An optional array of CodecsPsdLayerInfo objects. If this is a **null** reference , then each layer will start at (0, 0) and will have the same size as the image. If this is not a **null** reference, then the layer information for each layer in \layerInfos\ will be stored here.The number of CodecsPsdLayerInfo objects must be the same as the number of pages in \layerImages\.</param>
4088
    </member>
4089
    <member name="M:Leadtools.Codecs.RasterCodecs.SavePsdWithLayersAsync(Leadtools.RasterImage,ILeadStream,System.Int32,Leadtools.RasterImage,Leadtools.Codecs.CodecsPsdLayerInfo)">
4090
      <summary>Saves an image to a PSD file, along with the specified layers.</summary>
4091
      <param name="image">The image to save.</param>
4092
      <param name="stream">The output stream.</param>
4093
      <param name="bitsPerPixel">Resulting file's pixel depth. For color images this can be 24 or 32. For grayscale images this can be 8.</param>
4094
      <param name="layerImages">A RasterImage object that contains layers (in each page) to save in the output file. The layers should have the same bits per pixel as the file. Every page in the image will be saved as a layer. The first page in the image will be interpreted as the first layer. The pages in the image must have the same bits per pixel as specified in \bitsPerPixel\.</param>
4095
      <param name="layerInfos">An optional array of CodecsPsdLayerInfo objects. If this is a **null** reference , then each layer will start at (0, 0) and will have the same size as the image. If this is not a **null** reference, then the layer information for each layer in \layerInfos\ will be stored here.The number of CodecsPsdLayerInfo objects must be the same as the number of pages in \layerImages\.</param>
4096
      <returns>An asynchronous save operation on a RasterCodecs object.</returns>
4097
    </member>
4098
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveStamp(Leadtools.RasterImage,System.IO.Stream)">
4099
      <summary>Saves a stamp in an existing stream with default options.</summary>
4100
      <param name="image">The RasterImage object that contain the thumbnail (stamp) image.</param>
4101
      <param name="stream">A Stream containing the data of an existing image file.</param>
4102
    </member>
4103
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveStamp(Leadtools.RasterImage,System.IO.Stream,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
4104
      <summary>Saves a stamp in an existing stream with specific options.</summary>
4105
      <param name="image">The RasterImage object that contain the thumbnail (stamp) image.</param>
4106
      <param name="stream">A Stream containing the data of an existing image file.</param>
4107
      <param name="firstPage">1-based index of the first page in \image\ to save.</param>
4108
      <param name="lastPage">1-based index of the last page in \image\ to save. Pass -1 to save from \firstPage\ to the last page in \image\.</param>
4109
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param>
4110
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. This can be one of the following:</param>
4111
    </member>
4112
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveStamp(Leadtools.RasterImage,System.String)">
4113
      <summary>Saves a stamp in an existing file with default options.</summary>
4114
      <param name="image">The RasterImage object that contain the thumbnail (stamp) image.</param>
4115
      <param name="fileName">A String containing the name of an existing image file.</param>
4116
    </member>
4117
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveStamp(Leadtools.RasterImage,System.String,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
4118
      <summary>Saves a stamp in an existing file with specific options.</summary>
4119
      <param name="image">The RasterImage object that contain the thumbnail (stamp) image.</param>
4120
      <param name="fileName">A String containing the name of an existing image file.</param>
4121
      <param name="firstPage">1-based index of the first page in \image\ to save.</param>
4122
      <param name="lastPage">1-based index of the last page in \image\ to save. Pass -1 to save from \firstPage\ to the last page in \image\.</param>
4123
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param>
4124
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. This can be one of the following:</param>
4125
    </member>
4126
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveStampAsync(Leadtools.RasterImage,ILeadStream)">
4127
      <summary>Saves a stamp in an existing file with specific options.</summary>
4128
      <param name="image">The RasterImage object that contain the thumbnail (stamp) image.</param>
4129
      <param name="stream">A **ILeadStream** containing the data of an existing image file.</param>
4130
      <returns>An asynchronous save operation on a RasterCodecs object.</returns>
4131
    </member>
4132
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveStampAsync(Leadtools.RasterImage,ILeadStream,System.Int32,System.Int32,System.Int32,Leadtools.Codecs.CodecsSavePageMode)">
4133
      <summary>Saves a stamp in an existing file with specific options.</summary>
4134
      <param name="image">The RasterImage object that contain the thumbnail (stamp) image.</param>
4135
      <param name="stream">A **ILeadStream** containing the data of an existing image file.</param>
4136
      <param name="firstPage">1-based index of the first page in \image\ to save.</param>
4137
      <param name="lastPage">1-based index of the last page in \image\ to save. Pass -1 to save from \firstPage\ to the last page in \image\.</param>
4138
      <param name="firstSavePageNumber">1-based index of the first output page. If the output file already exists, then this parameter lets you control which pages to overwrite and/or where to append the new pages.</param>
4139
      <param name="pageMode">Determines how to handle the page when saving to multi-page formats. This can be one of the following:</param>
4140
      <returns>An asynchronous save operation on a RasterCodecs object.</returns>
4141
    </member>
4142
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveXMPMetadata(System.IO.Stream,System.IO.Stream)">
4143
      <summary>Saves all XMP metadata from the source XML file to the destination image file.</summary>
4144
      <param name="sourceStream">A Stream containing the source XML file from which the metadata should be read.</param>
4145
      <param name="destStream">A Stream containing the destination image file to which the metadata should be written.</param>
4146
    </member>
4147
    <member name="M:Leadtools.Codecs.RasterCodecs.SaveXMPMetadata(System.String,System.String)">
4148
      <summary>Saves all XMP metadata from the source XML file to the destination image file.</summary>
4149
      <param name="sourceFileName">A String containing the source XML file from which the metadata should be read.</param>
4150
      <param name="destFileName">A String containing the destination image filename to which the metadata should be written.</param>
4151
    </member>
4152
    <member name="M:Leadtools.Codecs.RasterCodecs.SetCodecInformation(Leadtools.Codecs.CodecsCodecInformation)">
4153
      <summary>Sets information about the specified codec.</summary>
4154
      <param name="codecInfo">The information to be updated.</param>
4155
    </member>
4156
    <member name="M:Leadtools.Codecs.RasterCodecs.SetCodecsInformation(Leadtools.Codecs.CodecsCodecInformation)">
4157
      <summary>Sets the information about all of the codecs.</summary>
4158
      <param name="information">An array of CodecsCodecInformation containing information about all of the codecs.</param>
4159
    </member>
4160
    <member name="M:Leadtools.Codecs.RasterCodecs.StartCompress(System.Int32,System.Int32,System.Int32,Leadtools.RasterByteOrder,Leadtools.RasterViewPerspective,System.Int32,System.Byte[],System.Int32,System.Int32,Leadtools.Codecs.CodecsCompression,Leadtools.Codecs.CodecsCompressDataCallback)">
4161
      <summary>Initializes the buffered compression engine.</summary>
4162
      <param name="width">The image being compressed width in pixels.</param>
4163
      <param name="height">The image being compressed height in pixels.</param>
4164
      <param name="bitsPerPixel">The image being compressed bits/pixel value.</param>
4165
      <param name="order">The image being compressed byte order.</param>
4166
      <param name="viewPerspective">The image being compressed view perspective value.</param>
4167
      <param name="inputDataLength">Size in bytes of the input image data.</param>
4168
      <param name="outputData">Array of bytes which will be filled with the compressed data.</param>
4169
      <param name="outputDataIndex">Index into \outputData\ where the compressed data should be inserted.</param>
4170
      <param name="outputDataLength">Size of \outputData\ in bytes.</param>
4171
      <param name="compression">Type of compression to use. Valid values are:</param>
4172
      <param name="callback">The callback method responsible for writing or handling the compressed data.</param>
4173
    </member>
4174
    <member name="M:Leadtools.Codecs.RasterCodecs.StartCompress(System.Int32,System.Int32,System.Int32,Leadtools.RasterByteOrder,Leadtools.RasterViewPerspective,System.Int32,IBuffer,System.Int32,System.Int32,Leadtools.Codecs.CodecsCompression,Leadtools.Codecs.CodecsCompressDataCallback)">
4175
      <summary>Initializes the unmanaged memory buffered compression engine.</summary>
4176
      <param name="width">The image being compressed width in pixels.</param>
4177
      <param name="height">The image being compressed height in pixels.</param>
4178
      <param name="bitsPerPixel">The image being compressed bits/pixel value.</param>
4179
      <param name="order">The image being compressed byte order.</param>
4180
      <param name="viewPerspective">The image being compressed view perspective value.</param>
4181
      <param name="inputDataLength">Size in bytes of the input image data.</param>
4182
      <param name="outputData">Pointer to unmanaged memory buffer will be filled with the compressed data.</param>
4183
      <param name="outputDataIndex">Index into \outputData\ where the compressed data should be inserted.</param>
4184
      <param name="outputDataLength">Size of \outputData\ in bytes.</param>
4185
      <param name="compression">Type of compression to use. Valid values are:</param>
4186
      <param name="callback">The callback method responsible for writing or handling the compressed data.</param>
4187
    </member>
4188
    <member name="M:Leadtools.Codecs.RasterCodecs.StartCompress(System.Int32,System.Int32,System.Int32,Leadtools.RasterByteOrder,Leadtools.RasterViewPerspective,System.Int32,System.Int32,Leadtools.Codecs.CodecsCompression,Leadtools.Codecs.CodecsCompressDataCallback)">
4189
      <summary>Initializes the buffered compression engine.</summary>
4190
      <param name="width">The image being compressed width in pixels.</param>
4191
      <param name="height">The image being compressed height in pixels.</param>
4192
      <param name="bitsPerPixel">The image being compressed bits/pixel value.</param>
4193
      <param name="order">The image being compressed byte order.</param>
4194
      <param name="viewPerspective">The image being compressed view perspective value.</param>
4195
      <param name="inputDataLength">Size in bytes of the input image data.</param>
4196
      <param name="outputDataLength">Size of output data in bytes.</param>
4197
      <param name="compression">Type of compression to use. Valid values are:</param>
4198
      <param name="callback">The callback method responsible for writing or handling the compressed data.</param>
4199
    </member>
4200
    <member name="M:Leadtools.Codecs.RasterCodecs.StartCompress(System.Int32,System.Int32,System.Int32,Leadtools.RasterByteOrder,Leadtools.RasterViewPerspective,System.Int32,System.IntPtr,System.Int32,Leadtools.Codecs.CodecsCompression,Leadtools.Codecs.CodecsCompressDataCallback)">
4201
      <summary>Initializes the unmanaged memory buffered compression engine.</summary>
4202
      <param name="width">The image being compressed width in pixels.</param>
4203
      <param name="height">The image being compressed height in pixels.</param>
4204
      <param name="bitsPerPixel">The image being compressed bits/pixel value.</param>
4205
      <param name="order">The image being compressed byte order.</param>
4206
      <param name="viewPerspective">The image being compressed view perspective value.</param>
4207
      <param name="inputDataLength">Size in bytes of the input image data.</param>
4208
      <param name="outputData">Pointer to unmanaged memory buffer will be filled with the compressed data.</param>
4209
      <param name="outputDataLength">Size of \outputData\ in bytes.</param>
4210
      <param name="compression">Type of compression to use. Valid values are:</param>
4211
      <param name="callback">The callback method responsible for writing or handling the compressed data.</param>
4212
    </member>
4213
    <member name="M:Leadtools.Codecs.RasterCodecs.StartDecompress(Leadtools.Codecs.CodecsStartDecompressOptions)">
4214
      <summary>Initializes the buffered decompression engine.</summary>
4215
      <param name="options">Provides input parameters for the decompression process.</param>
4216
      <returns>An object that identifies the decompression process. This same object must be passed to the Decompress and StopDecompress methods.</returns>
4217
    </member>
4218
    <member name="M:Leadtools.Codecs.RasterCodecs.StartFeedGetInformation(System.Boolean,System.Int32)">
4219
      <summary>Initializes a file information process in which you control the input stream.</summary>
4220
      <param name="totalPages">true to query the file for total number of pages; false, otherwise.</param>
4221
      <param name="pageNumber">1-based index to the page number to query.</param>
4222
    </member>
4223
    <member name="M:Leadtools.Codecs.RasterCodecs.StartFeedLoad(System.Int32,Leadtools.Codecs.CodecsLoadByteOrder)">
4224
      <summary>Initializes a file-load process in which you control the input stream.</summary>
4225
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
4226
      <param name="order">The desired color order. Possible values are:</param>
4227
    </member>
4228
    <member name="M:Leadtools.Codecs.RasterCodecs.StartFeedLoad(System.Int32,Leadtools.Codecs.CodecsLoadByteOrder,System.Int32,System.Int32)">
4229
      <summary>Initializes a file-load process in which you control the input stream with specific number of pages.</summary>
4230
      <param name="bitsPerPixel">Resulting image pixel depth. Valid values are:</param>
4231
      <param name="order">The desired color order. Possible values are:</param>
4232
      <param name="firstPage">1-based index of the first page to load.</param>
4233
      <param name="lastPage">The 1-based index of the last page to load. Must be greater than or equal to \firstPage\. You can pass -1 to load from \firstPage\ to the last page in the file.</param>
4234
    </member>
4235
    <member name="M:Leadtools.Codecs.RasterCodecs.StartOptimizedLoad">
4236
      <summary>Indicates the beginning of a section of code using the same source file.</summary>
4237
    </member>
4238
    <member name="M:Leadtools.Codecs.RasterCodecs.StartOverlay(Leadtools.Codecs.CodecsOverlayCallback,Leadtools.Codecs.CodecsOverlayCallbackMode)">
4239
      <summary>Indicates which method should be called when an overlay is detected inside a file.</summary>
4240
      <param name="callback">The method which should be called when an overlay is detected. Use a **null** reference to indicate that LEADTOOLS should handle overlays automatically.</param>
4241
      <param name="mode">Indicates when this method should be called. See CodecsOverlayCallbackMode for possible values.</param>
4242
    </member>
4243
    <member name="M:Leadtools.Codecs.RasterCodecs.StartRedirecting">
4244
      <summary>Starts file I/O redirection.</summary>
4245
    </member>
4246
    <member name="M:Leadtools.Codecs.RasterCodecs.StopCompress">
4247
      <summary>Cleans up all data variables and buffers allocated by the JPEG or LEAD CMP compression engine.</summary>
4248
    </member>
4249
    <member name="M:Leadtools.Codecs.RasterCodecs.StopDecompress(System.Object)">
4250
      <summary>Ends the decompression process and cleans up all the variables and buffers allocated.</summary>
4251
      <param name="decompressContext">The decompressing context object obtained through StartDecompress.</param>
4252
      <returns>The RasterImage object created from decompressing the input image data.</returns>
4253
    </member>
4254
    <member name="M:Leadtools.Codecs.RasterCodecs.StopFeedGetInformation">
4255
      <summary>Ends a file information process in which you control the input stream.</summary>
4256
      <returns>An CodecsImageInfo object containing information about the image data provided by FeedGetInformation.</returns>
4257
    </member>
4258
    <member name="M:Leadtools.Codecs.RasterCodecs.StopFeedLoad">
4259
      <summary>Ends a file-load process in which you control the input stream.</summary>
4260
      <returns>The image loaded by the FeedLoad process.</returns>
4261
    </member>
4262
    <member name="M:Leadtools.Codecs.RasterCodecs.StopOptimizedLoad">
4263
      <summary>Indicates the end of a section of code using the same source file.</summary>
4264
    </member>
4265
    <member name="M:Leadtools.Codecs.RasterCodecs.StopOverlay">
4266
      <summary>Restores the previous overlay callback.</summary>
4267
    </member>
4268
    <member name="M:Leadtools.Codecs.RasterCodecs.StopRedirecting">
4269
      <summary>Stops file I/O redirection and resets the I/O methods back to their defaults.</summary>
4270
    </member>
4271
    <member name="M:Leadtools.Codecs.RasterCodecs.TagsSupported(Leadtools.RasterImageFormat)">
4272
      <summary>Checks whether the given file format supports tags</summary>
4273
      <param name="format">The RasterImageFormat to check</param>
4274
      <returns>This is a helper method that can be used to detect if a certain raster file format supports tags. For example, ReadTag, ReadTags and EnumTags can be used to read the tags stored in a file. If the file format supports tags, such as JPEG or TIFF, then these methods will successfully return the tags stored.</returns>
4275
    </member>
4276
    <member name="M:Leadtools.Codecs.RasterCodecs.Transform(System.String,System.String,Leadtools.Codecs.CodecsTransformFlags,System.Int32,Leadtools.Codecs.CodecsTransformMarkerCallback)">
4277
      <summary>Performs a lossless transformation for certain formats.</summary>
4278
      <param name="srcFileName">A String containing the name of the source file.</param>
4279
      <param name="destFileName">A String containing the name of the destination file.</param>
4280
      <param name="flags">Indicates the transform to be performed. Possible values are:</param>
4281
      <param name="pageNumber">1-based index of the page within the source file to process.</param>
4282
      <param name="callback">Optional callback method for processing custom markers. (This is useful for rotating JPEG files only). When transforming JPEG files, the method will enumerate all the markers contained in the file and it will pass them to this callback. The user has the ability to control the transformation for all of the markers. For additional information on JPEG markers, please consult the JPEG specification.</param>
4283
      <param name="">-   If you do provide a callback method, use a delegate to a method that has the same signature as CodecsTransformMarkerCallback as the value of this parameter</param>
4284
    </member>
4285
    <member name="M:Leadtools.Codecs.RasterCodecs.UseAsync">
4286
      <summary>Creates the WebClient object used for asynchronous operations.</summary>
4287
    </member>
4288
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteComment(System.IO.Stream,System.Int32,Leadtools.RasterCommentMetadata)">
4289
      <summary>Writes a comment to an existing stream.</summary>
4290
      <param name="stream">A Stream that contains the file data.</param>
4291
      <param name="pageNumber">1-based index of the page at which to write the comment.</param>
4292
      <param name="comment">A RasterCommentMetadata object containing the comment data.</param>
4293
    </member>
4294
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteComment(System.String,System.Int32,Leadtools.RasterCommentMetadata)">
4295
      <summary>Writes a comment to an existing file.</summary>
4296
      <param name="fileName">A String that contains the file name.</param>
4297
      <param name="pageNumber">1-based index of the page at which to write the comment.</param>
4298
      <param name="comment">A RasterCommentMetadata object containing the comment data.</param>
4299
    </member>
4300
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteCommentAsync(ILeadStream,System.Int32,Leadtools.RasterCommentMetadata)">
4301
      <summary>Writes a comment to an existing stream.</summary>
4302
      <param name="stream">A **ILeadStream** that contains the file data.</param>
4303
      <param name="pageNumber">1-based index of the page at which to write the comment.</param>
4304
      <param name="comment">A RasterCommentMetadata object containing the comment data.</param>
4305
    </member>
4306
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteComments(System.IO.Stream,System.Int32,Leadtools.RasterCollection&lt;RasterCommentMetadata&gt;)">
4307
      <summary>Writes one or more comments to an existing stream.</summary>
4308
      <param name="stream">A Stream containing the input file data.</param>
4309
      <param name="pageNumber">1-based index of the page at which to write the comment.</param>
4310
      <param name="comments">A collection of RasterCommentMetadata objects containing the comments data.</param>
4311
    </member>
4312
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteComments(System.String,System.Int32,Leadtools.RasterCollection&lt;RasterCommentMetadata&gt;)">
4313
      <summary>Writes one or more comments to an existing file.</summary>
4314
      <param name="fileName">A String that contains the file name.</param>
4315
      <param name="pageNumber">1-based index of the page at which to write the comment.</param>
4316
      <param name="comments">A collection of RasterCommentMetadata objects containing the comments data.</param>
4317
    </member>
4318
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteCommentsAsync(ILeadStream,System.Int32,IVectorView&lt;RasterCommentMetadata&gt;)">
4319
      <summary>Writes one or more comments to an existing stream.</summary>
4320
      <param name="stream">A **ILeadStream** containing the input file data.</param>
4321
      <param name="pageNumber">1-based index of the page at which to write the comment.</param>
4322
      <param name="comments">A collection of RasterCommentMetadata objects containing the comments data.</param>
4323
    </member>
4324
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteCommentsAsync(ILeadStream,System.Int32,Leadtools.RasterCommentMetadata)">
4325
      <summary>Writes one or more comments to an existing stream.</summary>
4326
      <param name="stream">A **ILeadStream** containing the input file data.</param>
4327
      <param name="pageNumber">1-based index of the page at which to write the comment.</param>
4328
      <param name="comments">An array of RasterCommentMetadata objects containing the comments data.</param>
4329
    </member>
4330
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteGeoKey(System.IO.Stream,System.Int32,Leadtools.RasterTagMetadata)">
4331
      <summary>Writes or changes a GeoKeys to an existing stream.</summary>
4332
      <param name="stream">A Stream that contains the file data.</param>
4333
      <param name="pageNumber">1-based index of the page at which to write the GeoKey.</param>
4334
      <param name="geoKey">GeoKey to identify the data in the Geo TIFF file.</param>
4335
    </member>
4336
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteGeoKey(System.String,System.Int32,Leadtools.RasterTagMetadata)">
4337
      <summary>Writes or changes a GeoKey to an existing file.</summary>
4338
      <param name="fileName">A String that contains the filename.</param>
4339
      <param name="pageNumber">1-based index of the page at which to write the GeoKey.</param>
4340
      <param name="geoKey">GeoKey to identify the data in the Geo TIFF file.</param>
4341
    </member>
4342
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteGeoKeyAsync(ILeadStream,System.Int32,Leadtools.RasterTagMetadata)">
4343
      <summary>Writes or changes a GeoKeys to an existing stream.</summary>
4344
      <param name="stream">A **ILeadStream** that contains the file data.</param>
4345
      <param name="pageNumber">1-based index of the page at which to write the GeoKey.</param>
4346
      <param name="geoKey">GeoKey to identify the data in the Geo TIFF file.</param>
4347
    </member>
4348
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteGeoKeys(System.IO.Stream,System.Int32,Leadtools.RasterCollection&lt;RasterTagMetadata&gt;)">
4349
      <summary>Writes or changes one or more GeoKeys to an existing stream.</summary>
4350
      <param name="stream">A Stream that contains the file data.</param>
4351
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4352
      <param name="geoKeys">A collection of RasterTagMetadata GeoKey objects to identify the data in the TIFF file.</param>
4353
    </member>
4354
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteGeoKeys(System.String,System.Int32,Leadtools.RasterCollection&lt;RasterTagMetadata&gt;)">
4355
      <summary>Writes or changes one or more GeoKeys to an existing file.</summary>
4356
      <param name="fileName">A String that contains the file name.</param>
4357
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4358
      <param name="geoKeys">A collection of RasterTagMetadata GeoKey objects to identify the data in the TIFF file.</param>
4359
    </member>
4360
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteGeoKeysAsync(ILeadStream,System.Int32,IVectorView&lt;RasterTagMetadata&gt;)">
4361
      <summary>Writes or changes one or more GeoKeys to an existing stream.</summary>
4362
      <param name="stream">A **ILeadStream** that contains the file data.</param>
4363
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4364
      <param name="geoKeys">A collection of RasterTagMetadata GeoKey objects to identify the data in the TIFF file.</param>
4365
    </member>
4366
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteGeoKeysAsync(ILeadStream,System.Int32,Leadtools.RasterTagMetadata)">
4367
      <summary>Writes or changes one or more GeoKeys to an existing stream.</summary>
4368
      <param name="stream">A **ILeadStream** that contains the file data.</param>
4369
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4370
      <param name="geoKeys">An array of RasterTagMetadata GeoKey objects to identify the data in the TIFF file.</param>
4371
    </member>
4372
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteMarker(System.IO.Stream,System.Int32,Leadtools.RasterMarkerMetadata)">
4373
      <summary>Writes a marker to an existing stream.</summary>
4374
      <param name="stream">A Stream containing the output file data.</param>
4375
      <param name="pageNumber">1-based index of the page at which to write the marker.</param>
4376
      <param name="marker">A RasterMarkerMetadata object that contains the marker data.</param>
4377
    </member>
4378
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteMarker(System.String,System.Int32,Leadtools.RasterMarkerMetadata)">
4379
      <summary>Writes a marker to an existing file.</summary>
4380
      <param name="fileName">A String that contains the file name.</param>
4381
      <param name="pageNumber">1-based index of the page at which to write the marker.</param>
4382
      <param name="marker">A RasterMarkerMetadata object that contains the marker data.</param>
4383
    </member>
4384
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteMarkerAsync(ILeadStream,System.Int32,Leadtools.RasterMarkerMetadata)">
4385
      <summary>Writes a marker to an existing stream.</summary>
4386
      <param name="stream">A **ILeadStream** containing the output file data.</param>
4387
      <param name="pageNumber">1-based index of the page at which to write the marker.</param>
4388
      <param name="marker">A RasterMarkerMetadata object that contains the marker data.</param>
4389
    </member>
4390
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteMarkers(System.IO.Stream,System.Int32,Leadtools.RasterCollection&lt;RasterMarkerMetadata&gt;)">
4391
      <summary>Writes one or more markers to an existing stream.</summary>
4392
      <param name="stream">A Stream containing the output file data.</param>
4393
      <param name="pageNumber">1-based index of the page at which to write the marker.</param>
4394
      <param name="markers">A collection of RasterMarkerMetadata objects that contains the marker data.</param>
4395
    </member>
4396
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteMarkers(System.String,System.Int32,Leadtools.RasterCollection&lt;RasterMarkerMetadata&gt;)">
4397
      <summary>Writes one or more markers to an existing file.</summary>
4398
      <param name="fileName">A String that contains the file name.</param>
4399
      <param name="pageNumber">1-based index of the page at which to write the marker.</param>
4400
      <param name="markers">A collection of RasterMarkerMetadata objects that contains the marker data.</param>
4401
    </member>
4402
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteMarkersAsync(ILeadStream,System.Int32,IVectorView&lt;RasterMarkerMetadata&gt;)">
4403
      <summary>Writes one or more markers to an existing stream.</summary>
4404
      <param name="stream">A **ILeadStream** containing the output file data.</param>
4405
      <param name="pageNumber">1-based index of the page at which to write the marker.</param>
4406
      <param name="markers">A collection of RasterMarkerMetadata objects that contains the marker data.</param>
4407
    </member>
4408
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteMarkersAsync(ILeadStream,System.Int32,Leadtools.RasterMarkerMetadata)">
4409
      <summary>Writes one or more markers to an existing stream.</summary>
4410
      <param name="stream">A **ILeadStream** containing the output file data.</param>
4411
      <param name="pageNumber">1-based index of the page at which to write the marker.</param>
4412
      <param name="markers">An array of RasterMarkerMetadata objects that contains the marker data.</param>
4413
    </member>
4414
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTag(System.IO.Stream,System.Int32,Leadtools.RasterTagMetadata)">
4415
      <summary>Writes or changes a tag to an existing stream.</summary>
4416
      <param name="stream">A Stream that contains the file data.</param>
4417
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4418
      <param name="tag">Tag to identify the data in the TIFF file.</param>
4419
    </member>
4420
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTag(System.String,System.Int32,Leadtools.RasterTagMetadata)">
4421
      <summary>Writes or changes a tag to an existing file.</summary>
4422
      <param name="fileName">A String that contains the file name.</param>
4423
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4424
      <param name="tag">Tag to identify the data in the TIFF file.</param>
4425
    </member>
4426
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTagAsync(ILeadStream,System.Int32,Leadtools.RasterTagMetadata)">
4427
      <summary>Writes or changes a tag to an existing stream.</summary>
4428
      <param name="stream">A **ILeadStream** that contains the file data.</param>
4429
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4430
      <param name="tag">Tag to identify the data in the TIFF file.</param>
4431
    </member>
4432
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTags(System.IO.Stream,System.Int32,Leadtools.RasterCollection&lt;RasterTagMetadata&gt;)">
4433
      <summary>Writes or changes one or more tags to an existing stream.</summary>
4434
      <param name="stream">A Stream that contains the file data.</param>
4435
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4436
      <param name="tags">A collection of RasterTagMetadata objects to identify the data in the TIFF file.</param>
4437
    </member>
4438
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTags(System.String,System.Int32,Leadtools.RasterCollection&lt;RasterTagMetadata&gt;)">
4439
      <summary>Writes or changes one or more tags to an existing file.</summary>
4440
      <param name="fileName">A String that contains the file name.</param>
4441
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4442
      <param name="tags">A collection of RasterTagMetadata objects to identify the data in the TIFF file.</param>
4443
    </member>
4444
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTagsAsync(ILeadStream,System.Int32,IVectorView&lt;RasterTagMetadata&gt;)">
4445
      <summary>Writes or changes one or more tags to an existing stream.</summary>
4446
      <param name="stream">A **ILeadStream** that contains the file data.</param>
4447
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4448
      <param name="tags">A collection of RasterTagMetadata objects to identify the data in the TIFF file.</param>
4449
    </member>
4450
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTagsAsync(ILeadStream,System.Int32,Leadtools.RasterTagMetadata)">
4451
      <summary>Writes or changes one or more tags to an existing stream.</summary>
4452
      <param name="stream">A **ILeadStream** that contains the file data.</param>
4453
      <param name="pageNumber">1-based index of the page at which to write the tag.</param>
4454
      <param name="tags">An array of RasterTagMetadata objects to identify the data in the TIFF file.</param>
4455
    </member>
4456
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTransformMarker(System.Int32,System.Byte[],System.Int32,System.Int32)">
4457
      <summary>Controls how the transform markers are used when performing a lossless transformation for certain formats.</summary>
4458
      <param name="id">The id of the metadata marker.</param>
4459
      <param name="data">A byte array containing the data for the metadata marker.</param>
4460
      <param name="dataOffset">Offset into \data\ into which to begin the read operation.</param>
4461
      <param name="dataLength">Number of bytes to read from \data\.</param>
4462
    </member>
4463
    <member name="M:Leadtools.Codecs.RasterCodecs.WriteTransformMarker(System.Int32,System.IntPtr,System.Int32)">
4464
      <summary>Controls how the transform markers are used when performing a lossless transformation for certain formats.</summary>
4465
      <param name="id">The id of the metadata marker.</param>
4466
      <param name="data">A pointer to unmanaged memory buffer containing the data for the metadata marker.</param>
4467
      <param name="dataLength">Number of bytes to read from \data\.</param>
4468
    </member>
4469
    <member name="M:Leadtools.Codecs.RasterCodecs.Dispose">
4470
      <summary>Releases all resources used by this RasterCodecs.</summary>
4471
    </member>
4472
    <member name="M:Leadtools.Codecs.RasterCodecs.Dispose(System.Boolean)">
4473
      <summary>Releases all the resources used by this RasterCodecs.</summary>
4474
      <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
4475
    </member>
4476
    <member name="M:Leadtools.Codecs.RasterCodecs.Finalize">
4477
      <summary>This member overrides Finalize.</summary>
4478
    </member>
4479
    <member name="E:Leadtools.Codecs.RasterCodecs.GeoKeyFound">
4480
      <summary>Occurs once for each GeoKey enumerated by the EnumGeoKeys method.</summary>
4481
    </member>
4482
    <member name="E:Leadtools.Codecs.RasterCodecs.GetInformationAsyncCompleted">
4483
      <summary>Indicates that an asynchronous get information operation has been completed.</summary>
4484
    </member>
4485
    <member name="E:Leadtools.Codecs.RasterCodecs.LoadAsyncCompleted">
4486
      <summary>Indicates that an asynchronous load operation has been completed.</summary>
4487
    </member>
4488
    <member name="E:Leadtools.Codecs.RasterCodecs.LoadImage">
4489
      <summary>Occurs during the file load process to provide functionality for manually handling the output image data or monitoring a progress status. Loading|Events|Manual Handling|Monitoring|Image Files|LoadAsync</summary>
4490
    </member>
4491
    <member name="E:Leadtools.Codecs.RasterCodecs.LoadInformation">
4492
      <summary>Occurs during loading of a file for which LEADTOOLS cannot recognize the format.</summary>
4493
    </member>
4494
    <member name="E:Leadtools.Codecs.RasterCodecs.LoadPage">
4495
      <summary>Occurs multiple times for each page loaded from an image file.</summary>
4496
    </member>
4497
    <member name="E:Leadtools.Codecs.RasterCodecs.LoadSvgAsyncCompleted">
4498
      <summary>Indicates that an asynchronous load SVG operation has been completed.</summary>
4499
    </member>
4500
    <member name="E:Leadtools.Codecs.RasterCodecs.RedirectClose">
4501
      <summary>Replaces the normal LEADTOOLS method for closing a file.</summary>
4502
    </member>
4503
    <member name="E:Leadtools.Codecs.RasterCodecs.RedirectOpen">
4504
      <summary>Replaces the normal LEADTOOLS method for opening a file.</summary>
4505
    </member>
4506
    <member name="E:Leadtools.Codecs.RasterCodecs.RedirectRead">
4507
      <summary>Replaces the normal LEADTOOLS method for reading from a file.</summary>
4508
    </member>
4509
    <member name="E:Leadtools.Codecs.RasterCodecs.RedirectSeek">
4510
      <summary>Replaces the normal LEADTOOLS method for seeking into a file.</summary>
4511
    </member>
4512
    <member name="E:Leadtools.Codecs.RasterCodecs.RedirectWrite">
4513
      <summary>Replaces the normal LEADTOOLS method for writing to a file.</summary>
4514
    </member>
4515
    <member name="E:Leadtools.Codecs.RasterCodecs.SaveAsyncCompleted">
4516
      <summary>Indicates that an asynchronous save operation has been completed.</summary>
4517
    </member>
4518
    <member name="E:Leadtools.Codecs.RasterCodecs.SaveImage">
4519
      <summary>Occurs during the file save process to provide functionality for manually handling the output image data or monitoring a progress status.</summary>
4520
    </member>
4521
    <member name="E:Leadtools.Codecs.RasterCodecs.SavePage">
4522
      <summary>Occurs once for each page saved to an image file.</summary>
4523
    </member>
4524
    <member name="E:Leadtools.Codecs.RasterCodecs.TagFound">
4525
      <summary>Occurs during the TIFF tag enumerated by the EnumTags method.</summary>
4526
    </member>
4527
    <member name="P:Leadtools.Codecs.RasterCodecs.AsyncWebClient">
4528
      <summary>Gets the WebClient object used for asynchronous operations.</summary>
4529
      <value>A WebClient object that will be used for asynchronous operations.</value>
4530
    </member>
4531
    <member name="P:Leadtools.Codecs.RasterCodecs.CachedPreloadCodecs">
4532
      <summary>Gets the current setting for the cached preload codecs count.</summary>
4533
      <value>The current setting for the cached preload codecs count.</value>
4534
    </member>
4535
    <member name="P:Leadtools.Codecs.RasterCodecs.EventsDispatchMode">
4536
      <summary>Gets or sets a value that specifies the mode used to dispatch LEADTOOLS events.</summary>
4537
      <value>A LeadEventsDispatchMode value that specifies the mode used to dispatch LEADTOOLS events. The default value is Leadtools.LeadEventsDispatchMode.Direct.</value>
4538
    </member>
4539
    <member name="P:Leadtools.Codecs.RasterCodecs.FastFileInfo">
4540
      <summary>Enables or disables fast file info processing.</summary>
4541
      <value>True to enable fast file info processing; false to disable it.</value>
4542
    </member>
4543
    <member name="P:Leadtools.Codecs.RasterCodecs.FixedPreloadCodecs">
4544
      <summary>Gets the current setting for the fixed preload codecs count.</summary>
4545
      <value>The current setting for the fixed preload codecs count.</value>
4546
    </member>
4547
    <member name="P:Leadtools.Codecs.RasterCodecs.IgnoreCodecsList">
4548
      <summary>Gets the current ignore codecs list.</summary>
4549
      <value>The current ignore codecs list.</value>
4550
    </member>
4551
    <member name="P:Leadtools.Codecs.RasterCodecs.IsAsyncBusy">
4552
      <summary>Gets a value that determines whether this RasterCodecs object is currently busy with an asynchronous operation on a URL.</summary>
4553
      <value>**true** if this RasterCodecs object is currently busy with an asynchronous operation on a URL, otherwise; **false**.</value>
4554
    </member>
4555
    <member name="P:Leadtools.Codecs.RasterCodecs.IsFeedLoadDone">
4556
      <summary>Determines if the feed-load process is done.</summary>
4557
      <value>true if the feed-load process is done; false, otherwise.</value>
4558
    </member>
4559
    <member name="P:Leadtools.Codecs.RasterCodecs.LoadStatus">
4560
      <summary>Gets a value that allows detection of whether the image was loaded with errors.</summary>
4561
      <value>A RasterExceptionCode which indicates the result of the most recent load operation.</value>
4562
    </member>
4563
    <member name="P:Leadtools.Codecs.RasterCodecs.LoadThenResize">
4564
      <summary>Gets or sets a value that determine whether this RasterCodecs object should load the image entirely before resizing.</summary>
4565
      <value>**true** to load the image entirely before resizing, **false**, otherwise. The default value is **false**.</value>
4566
    </member>
4567
    <member name="P:Leadtools.Codecs.RasterCodecs.Options">
4568
      <summary>Gets or sets the load and save options for this RasterCodecs.</summary>
4569
      <value>The load and save options for this RasterCodecs.</value>
4570
    </member>
4571
    <member name="P:Leadtools.Codecs.RasterCodecs.PreloadCodecsList">
4572
      <summary>Gets the current preload codecs list.</summary>
4573
      <value>The current preload codecs list.</value>
4574
    </member>
4575
    <member name="P:Leadtools.Codecs.RasterCodecs.ThrowExceptionsOnInvalidImages">
4576
      <summary>Gets or sets a value indicating whether to throw an exception instead of returning a null reference on certain methods of this RasterCodecs object.</summary>
4577
      <value>A value indicating whether to throw an exception instead of returning a **null** reference on certain methods of this RasterCodecs object.</value>
4578
    </member>
4579
    <member name="P:Leadtools.Codecs.RasterCodecs.UriOperationBufferSize">
4580
      <summary>Gets or sets the size of the buffer used in URI-based load or information operations.</summary>
4581
      <value>A value specifying the size of the buffer (in bytes) used in streaming operations. The value should be greater or equal to 1. Default value is 4096.</value>
4582
    </member>
4583
    <member name="P:Leadtools.Codecs.RasterCodecs.UriOperationCredentials">
4584
      <summary>Gets or sets authentication information used with URI-based operations</summary>
4585
      <value>An ICredentials that contains the authentication credentials used with URI-based operations. The default is a **null** reference.</value>
4586
    </member>
4587
    <member name="P:Leadtools.Codecs.RasterCodecs.UriOperationProxy">
4588
      <summary>Gets or sets proxy information used with URI-based operations</summary>
4589
      <value>The IWebProxy object to use to proxy URI-based operation. The default is a **null** reference.</value>
4590
    </member>
4591
    <member name="F:Leadtools.Codecs.RasterCodecs.FileMetadataKeyAuthor">
4592
      <summary>The author (file creator) metadata key.</summary>
4593
    </member>
4594
    <member name="F:Leadtools.Codecs.RasterCodecs.FileMetadataKeyCreateDate">
4595
      <summary>The file creation date (in local time) metadata key.</summary>
4596
    </member>
4597
    <member name="F:Leadtools.Codecs.RasterCodecs.FileMetadataKeyKeywords">
4598
      <summary>The keywords metadata key.</summary>
4599
    </member>
4600
    <member name="F:Leadtools.Codecs.RasterCodecs.FileMetadataKeyLastSavedBy">
4601
      <summary>The last saved by metadata key.</summary>
4602
    </member>
4603
    <member name="F:Leadtools.Codecs.RasterCodecs.FileMetadataKeyMofifiedDate">
4604
      <summary>The file modification date (in local time) metadata key.</summary>
4605
    </member>
4606
    <member name="F:Leadtools.Codecs.RasterCodecs.FileMetadataKeyRevisionNumber">
4607
      <summary>The revision number metadata key.</summary>
4608
    </member>
4609
    <member name="F:Leadtools.Codecs.RasterCodecs.FileMetadataKeySubject">
4610
      <summary>The subject metadata key.</summary>
4611
    </member>
4612
    <member name="F:Leadtools.Codecs.RasterCodecs.FileMetadataKeyTitle">
4613
      <summary>The title metadata key.</summary>
4614
    </member>
4615
    <member name="T:Leadtools.Codecs.RasterImageTypeConverter">
4616
      <summary>RasterImageTypeConverter is a class that can be used to convert RasterImage objects from other data types.</summary>
4617
    </member>
4618
    <member name="M:Leadtools.Codecs.RasterImageTypeConverter.#ctor">
4619
      <summary>Initializes a new instance of the RasterImageTypeConverter class.</summary>
4620
    </member>
4621
    <member name="M:Leadtools.Codecs.RasterImageTypeConverter.#ctor(Leadtools.Codecs.RasterCodecs)">
4622
      <summary>Initializes a new instance of the RasterImageTypeConverter class with a given RasterCodecs object.</summary>
4623
      <param name="codecs">The RasterCodecs object.</param>
4624
    </member>
4625
    <member name="M:Leadtools.Codecs.RasterImageTypeConverter.CanConvertFrom(ITypeDescriptorContext,System.Type)">
4626
      <summary>Determines whether the converter can convert an object of the given type to an instance of RasterImage.</summary>
4627
      <param name="context">Type context information used to evaluate conversion.</param>
4628
      <param name="sourceType">The type of the source that is being evaluated for conversion.</param>
4629
      <returns>The CanConvertFrom method will return **true** if any of the supported object types is passed into the \sourceType\ parameter. However, this does not mean that the conversion operation will succeed, this depends on whether the data contains a valid image that LEADTOOLS can load. For more information, refer to RasterImageTypeConverter.</returns>
4630
    </member>
4631
    <member name="M:Leadtools.Codecs.RasterImageTypeConverter.ConvertFrom(ITypeDescriptorContext,CultureInfo,System.Object)">
4632
      <summary>Attempts to convert a specified object to an instance of RasterImage.</summary>
4633
      <param name="context">Type context information used for conversion.</param>
4634
      <param name="culture">Cultural information that is respected during conversion.</param>
4635
      <param name="value">The object being converted.</param>
4636
      <returns>A new instance of RasterImage.</returns>
4637
    </member>
4638
    <member name="T:Leadtools.Codecs.CodecsCompressDataCallback(System.Int32,System.Int32,System.Int32,Leadtools.RasterByteOrder,Leadtools.RasterViewPerspective,Leadtools.RasterNativeBuffer)">
4639
      <summary>Provides a callback method that gets called when compressed data is available.</summary>
4640
      <param name="width">The image being compressed width in pixels.</param>
4641
      <param name="height">The image being compressed height in pixels.</param>
4642
      <param name="bitsPerPixel">The image being compressed bits/pixel value.</param>
4643
      <param name="order">The image being compressed byte order.</param>
4644
      <param name="viewPerspective">The image being compressed view perspective value.</param>
4645
      <param name="buffer">A pointer to the memory buffer containing compressed data.</param>
4646
      <returns>true to continue compressing the data, false to abort.</returns>
4647
    </member>
4648
    <member name="T:Leadtools.Codecs.CodecsOverlayCallback(Leadtools.Codecs.CodecsOverlayData)">
4649
      <summary>Provides a callback method that gets called when loading a file containing an overlay.</summary>
4650
      <param name="data">A CodecsOverlayData object that contains information about the callback. Some members of this object are for input, some are for output. For more information, refer to CodecsOverlayData.</param>
4651
    </member>
4652
    <member name="T:Leadtools.Codecs.CodecsTransformMarkerCallback(System.Int32,Leadtools.RasterNativeBuffer,Leadtools.Codecs.CodecsTransformFlags)">
4653
      <summary>Handles the processing of every JPEG marker present in the file transformed by RasterCodecs.Transform.</summary>
4654
      <param name="id">ID of the JPEG marker. The JPEG markers are uniquely identified by a byte value. Possible values are 1 to 254. (0 and 255 are not allowed.)</param>
4655
      <param name="buffer">A pointer to the memory buffer containing the marker data. RasterNativeBuffer.Length contains the size in bytes of the JPEG marker. The size will be less than 65535. If this value is 0, then the marker does not have any extra data and \buffer\ should be ignored.</param>
4656
      <param name="transform">Flags that indicate the transform to be performed. These are the same flags passed to the RasterCodecs.Transform method.</param>
4657
      <returns>A CodecsTransformMarkerAction enumeration member that determines the action taken by the RasterCodecs after the callback is called. Possible values are:</returns>
4658
    </member>
4659
    <member name="T:Leadtools.Codecs.CodecsAbcQualityFactor">
4660
      <summary>Indicates the pre-defined quality factor for saving images using LEAD Advanced Bitonal Compression (ABC).</summary>
4661
    </member>
4662
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.Lossless">
4663
      <summary></summary>
4664
      <platforms>NET, WinRT, WinrtPhone</platforms>
4665
    </member>
4666
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.VirtualLossless">
4667
      <summary></summary>
4668
      <platforms>NET, WinRT, WinrtPhone</platforms>
4669
    </member>
4670
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.RemoveBorder">
4671
      <summary></summary>
4672
      <platforms>NET, WinRT, WinrtPhone</platforms>
4673
    </member>
4674
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.Enhance">
4675
      <summary></summary>
4676
      <platforms>NET, WinRT, WinrtPhone</platforms>
4677
    </member>
4678
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.Modified1">
4679
      <summary></summary>
4680
      <platforms>NET, WinRT, WinrtPhone</platforms>
4681
    </member>
4682
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.Modified1Fast">
4683
      <summary></summary>
4684
      <platforms>NET, WinRT, WinrtPhone</platforms>
4685
    </member>
4686
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.Modified2">
4687
      <summary></summary>
4688
      <platforms>NET, WinRT, WinrtPhone</platforms>
4689
    </member>
4690
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.Modified2Fast">
4691
      <summary></summary>
4692
      <platforms>NET, WinRT, WinrtPhone</platforms>
4693
    </member>
4694
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.Modified3">
4695
      <summary></summary>
4696
      <platforms>NET, WinRT, WinrtPhone</platforms>
4697
    </member>
4698
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.Modified3Fast">
4699
      <summary></summary>
4700
      <platforms>NET, WinRT, WinrtPhone</platforms>
4701
    </member>
4702
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.LosslessFast">
4703
      <summary></summary>
4704
      <platforms>NET, WinRT, WinrtPhone</platforms>
4705
    </member>
4706
    <member name="F:Leadtools.Codecs.CodecsAbcQualityFactor.LossyFast">
4707
      <summary></summary>
4708
      <platforms>NET, WinRT, WinrtPhone</platforms>
4709
    </member>
4710
    <member name="T:Leadtools.Codecs.CodecsAnzView">
4711
      <summary>Indicates the view to use when loading ANZ (Analyze) images.</summary>
4712
    </member>
4713
    <member name="F:Leadtools.Codecs.CodecsAnzView.Transverse">
4714
      <summary></summary>
4715
      <platforms>NET</platforms>
4716
    </member>
4717
    <member name="F:Leadtools.Codecs.CodecsAnzView.Sagittal">
4718
      <summary></summary>
4719
      <platforms>NET</platforms>
4720
    </member>
4721
    <member name="F:Leadtools.Codecs.CodecsAnzView.Coronal">
4722
      <summary></summary>
4723
      <platforms>NET</platforms>
4724
    </member>
4725
    <member name="T:Leadtools.Codecs.CodecsCmpQualityFactorPredefined">
4726
      <summary>Indicates the pre-defined quality factor for saving LEAD CMP compressed images.</summary>
4727
    </member>
4728
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.Custom">
4729
      <summary></summary>
4730
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4731
    </member>
4732
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.MaximumCompression">
4733
      <summary>This option gives maximum compression.</summary>
4734
    </member>
4735
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.MaximumQuality">
4736
      <summary></summary>
4737
    </member>
4738
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.LessTiling">
4739
      <summary>This option produces less tiling in the image than the previous options. However, it may distort some text or straight lines.</summary>
4740
    </member>
4741
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.Sharp">
4742
      <summary>This option is recommended for images that have sharp edges. For example, an image that has a text overlay or an image with many straight lines.</summary>
4743
    </member>
4744
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.QualityAndSize">
4745
      <summary>This option provides the highest compression while maintaining good image quality.</summary>
4746
    </member>
4747
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.Quality">
4748
      <summary>While more colors are removed, most of them are colors or shades that are close to one another. The compressed image will appear very much like the original image.</summary>
4749
    </member>
4750
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.SuperQuality">
4751
      <summary>This option removes colors not noticed by the human eye.</summary>
4752
    </member>
4753
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.PerfectQuality2">
4754
      <summary></summary>
4755
    </member>
4756
    <member name="F:Leadtools.Codecs.CodecsCmpQualityFactorPredefined.PerfectQuality1">
4757
      <summary>This option compresses all colors of a 24-bit file and maintains the quality of the original image at a smaller file size.</summary>
4758
    </member>
4759
    <member name="T:Leadtools.Codecs.CodecsCodecLoadMode">
4760
      <summary>The handling mode for a file codec.</summary>
4761
    </member>
4762
    <member name="F:Leadtools.Codecs.CodecsCodecLoadMode.Dynamic">
4763
      <summary></summary>
4764
      <platforms>NET</platforms>
4765
    </member>
4766
    <member name="F:Leadtools.Codecs.CodecsCodecLoadMode.Fixed">
4767
      <summary></summary>
4768
      <platforms>NET</platforms>
4769
    </member>
4770
    <member name="F:Leadtools.Codecs.CodecsCodecLoadMode.Ignored">
4771
      <summary></summary>
4772
      <platforms>NET</platforms>
4773
    </member>
4774
    <member name="T:Leadtools.Codecs.CodecsColorSpaceType">
4775
      <summary>Indicates the colorspace of the image data</summary>
4776
    </member>
4777
    <member name="F:Leadtools.Codecs.CodecsColorSpaceType.Bgr">
4778
      <summary></summary>
4779
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4780
    </member>
4781
    <member name="F:Leadtools.Codecs.CodecsColorSpaceType.Yuv">
4782
      <summary></summary>
4783
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4784
    </member>
4785
    <member name="F:Leadtools.Codecs.CodecsColorSpaceType.Cmyk">
4786
      <summary></summary>
4787
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4788
    </member>
4789
    <member name="F:Leadtools.Codecs.CodecsColorSpaceType.CieLab">
4790
      <summary></summary>
4791
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4792
    </member>
4793
    <member name="T:Leadtools.Codecs.CodecsCompression">
4794
      <summary>Indicates the compression type.</summary>
4795
    </member>
4796
    <member name="F:Leadtools.Codecs.CodecsCompression.Cmp">
4797
      <summary></summary>
4798
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4799
    </member>
4800
    <member name="F:Leadtools.Codecs.CodecsCompression.Lead0">
4801
      <summary></summary>
4802
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4803
    </member>
4804
    <member name="F:Leadtools.Codecs.CodecsCompression.Jpeg444">
4805
      <summary></summary>
4806
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4807
    </member>
4808
    <member name="F:Leadtools.Codecs.CodecsCompression.Lead1">
4809
      <summary></summary>
4810
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4811
    </member>
4812
    <member name="F:Leadtools.Codecs.CodecsCompression.TifJpeg444">
4813
      <summary></summary>
4814
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4815
    </member>
4816
    <member name="F:Leadtools.Codecs.CodecsCompression.Jpeg411">
4817
      <summary></summary>
4818
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4819
    </member>
4820
    <member name="F:Leadtools.Codecs.CodecsCompression.TiffCcitt">
4821
      <summary></summary>
4822
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4823
    </member>
4824
    <member name="F:Leadtools.Codecs.CodecsCompression.TiffCcittG3Fax1Dim">
4825
      <summary></summary>
4826
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4827
    </member>
4828
    <member name="F:Leadtools.Codecs.CodecsCompression.TifJpeg411">
4829
      <summary></summary>
4830
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4831
    </member>
4832
    <member name="F:Leadtools.Codecs.CodecsCompression.Jpeg422">
4833
      <summary></summary>
4834
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4835
    </member>
4836
    <member name="F:Leadtools.Codecs.CodecsCompression.TiffCcittG3Fax2Dim">
4837
      <summary></summary>
4838
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4839
    </member>
4840
    <member name="F:Leadtools.Codecs.CodecsCompression.TiffCcittG4Fax">
4841
      <summary></summary>
4842
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4843
    </member>
4844
    <member name="F:Leadtools.Codecs.CodecsCompression.TifJpeg422">
4845
      <summary></summary>
4846
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4847
    </member>
4848
    <member name="F:Leadtools.Codecs.CodecsCompression.J2k">
4849
      <summary></summary>
4850
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4851
    </member>
4852
    <member name="F:Leadtools.Codecs.CodecsCompression.Jp2">
4853
      <summary></summary>
4854
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
4855
    </member>
4856
    <member name="T:Leadtools.Codecs.CodecsDecompressDataFlags">
4857
      <summary>Indicates the state of the decompression engine.</summary>
4858
    </member>
4859
    <member name="F:Leadtools.Codecs.CodecsDecompressDataFlags.None">
4860
      <summary></summary>
4861
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4862
    </member>
4863
    <member name="F:Leadtools.Codecs.CodecsDecompressDataFlags.Start">
4864
      <summary></summary>
4865
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4866
    </member>
4867
    <member name="F:Leadtools.Codecs.CodecsDecompressDataFlags.End">
4868
      <summary></summary>
4869
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4870
    </member>
4871
    <member name="F:Leadtools.Codecs.CodecsDecompressDataFlags.Complete">
4872
      <summary>(Start | End)Completed.</summary>
4873
    </member>
4874
    <member name="T:Leadtools.Codecs.CodecsExtensionListFlags">
4875
      <summary>Flags that indicate the type of data contained in the Exif extensions.</summary>
4876
    </member>
4877
    <member name="F:Leadtools.Codecs.CodecsExtensionListFlags.None">
4878
      <summary></summary>
4879
      <platforms>NET, WinRT, WinrtPhone</platforms>
4880
    </member>
4881
    <member name="F:Leadtools.Codecs.CodecsExtensionListFlags.Stamp">
4882
      <summary></summary>
4883
      <platforms>NET, WinRT, WinrtPhone</platforms>
4884
    </member>
4885
    <member name="F:Leadtools.Codecs.CodecsExtensionListFlags.Audio">
4886
      <summary></summary>
4887
      <platforms>NET, WinRT, WinrtPhone</platforms>
4888
    </member>
4889
    <member name="T:Leadtools.Codecs.CodecsJpeg2000CompressionControl">
4890
      <summary>Indicates the compression control method.</summary>
4891
    </member>
4892
    <member name="F:Leadtools.Codecs.CodecsJpeg2000CompressionControl.Lossless">
4893
      <summary></summary>
4894
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4895
    </member>
4896
    <member name="F:Leadtools.Codecs.CodecsJpeg2000CompressionControl.Ratio">
4897
      <summary></summary>
4898
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4899
    </member>
4900
    <member name="F:Leadtools.Codecs.CodecsJpeg2000CompressionControl.TargetSize">
4901
      <summary></summary>
4902
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4903
    </member>
4904
    <member name="F:Leadtools.Codecs.CodecsJpeg2000CompressionControl.QualityFactor">
4905
      <summary></summary>
4906
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4907
    </member>
4908
    <member name="T:Leadtools.Codecs.CodecsJpeg2000PrecinctSize">
4909
      <summary>Values to specify the size of JPEG 2000 compressed packets, provides a mean of random access into a JPEG 2000 compressed stream.</summary>
4910
    </member>
4911
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.Full">
4912
      <summary></summary>
4913
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4914
    </member>
4915
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.Uniform64">
4916
      <summary></summary>
4917
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4918
    </member>
4919
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.Uniform128">
4920
      <summary></summary>
4921
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4922
    </member>
4923
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.Uniform256">
4924
      <summary></summary>
4925
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4926
    </member>
4927
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.Uniform512">
4928
      <summary></summary>
4929
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4930
    </member>
4931
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.Uniform1024">
4932
      <summary></summary>
4933
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4934
    </member>
4935
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.Uniform2048">
4936
      <summary></summary>
4937
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4938
    </member>
4939
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.HierarchicalOne64">
4940
      <summary>A precinct size of [X by X] will be applied to the first(smallest) resolution of the image. The second resolution precinct dimension would be [2X by 2X]. The third resolution precinct dimension would be [4X by 4X] and so on.</summary>
4941
    </member>
4942
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.HierarchicalOne128">
4943
      <summary>A precinct size of [X by X] will be applied to the first(smallest) resolution of the image. The second resolution precinct dimension would be [2X by 2X]. The third resolution precinct dimension would be [4X by 4X] and so on.</summary>
4944
    </member>
4945
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.HierarchicalOne256">
4946
      <summary>A precinct size of [X by X] will be applied to the first(smallest) resolution of the image. The second resolution precinct dimension would be [2X by 2X]. The third resolution precinct dimension would be [4X by 4X] and so on.</summary>
4947
    </member>
4948
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.HierarchicalOne512">
4949
      <summary>A precinct size of [X by X] will be applied to the first(smallest) resolution of the image. The second resolution precinct dimension would be [2X by 2X]. The third resolution precinct dimension would be [4X by 4X] and so on.</summary>
4950
    </member>
4951
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.HierarchicalTwo64">
4952
      <summary>A precinct size of [X by X] will be applied to the first and second (smallest) resolutions of the image. The third and fourth resolution precinct dimensions would be [2X by 2X] and so on.</summary>
4953
    </member>
4954
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.HierarchicalTwo128">
4955
      <summary>A precinct size of [X by X] will be applied to the first and second (smallest) resolutions of the image. The third and fourth resolution precinct dimensions would be [2X by 2X] and so on.</summary>
4956
    </member>
4957
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.HierarchicalTwo256">
4958
      <summary>A precinct size of [X by X] will be applied to the first and second (smallest) resolutions of the image. The third and fourth resolution precinct dimensions would be [2X by 2X] and so on.</summary>
4959
    </member>
4960
    <member name="F:Leadtools.Codecs.CodecsJpeg2000PrecinctSize.HierarchicalTwo512">
4961
      <summary>A precinct size of [X by X] will be applied to the first and second (smallest) resolutions of the image. The third and fourth resolution precinct dimensions would be [2X by 2X] and so on.</summary>
4962
    </member>
4963
    <member name="T:Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder">
4964
      <summary>Indicates the order of progression.</summary>
4965
    </member>
4966
    <member name="F:Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder.LayerResolutionComponentPosition">
4967
      <summary></summary>
4968
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4969
    </member>
4970
    <member name="F:Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder.ResolutionLayerComponentPosition">
4971
      <summary></summary>
4972
      <platforms>NET, WinRT, WinrtPhone, Silverlight</platforms>
4973
    </member>
4974
    <member name="F:Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder.ResolutionPositionComponentLayer">
4975
      <summary></summary>
4976
      <platforms>NET, WinRT, WinrtPhone, Silverlight</platforms>
4977
    </member>
4978
    <member name="F:Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder.PositionComponentResolutionLayer">
4979
      <summary></summary>
4980
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4981
    </member>
4982
    <member name="F:Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder.ComponentPositionResolutionLayer">
4983
      <summary></summary>
4984
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4985
    </member>
4986
    <member name="T:Leadtools.Codecs.CodecsJpeg2000RegionOfInterest">
4987
      <summary>Indicates which region of interest to use.</summary>
4988
    </member>
4989
    <member name="F:Leadtools.Codecs.CodecsJpeg2000RegionOfInterest.UseLeadRegion">
4990
      <summary></summary>
4991
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4992
    </member>
4993
    <member name="F:Leadtools.Codecs.CodecsJpeg2000RegionOfInterest.UseOptionRectangle">
4994
      <summary></summary>
4995
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
4996
    </member>
4997
    <member name="T:Leadtools.Codecs.CodecsLoadByteOrder">
4998
      <summary>Indicates the desired byte order when loading image files.</summary>
4999
    </member>
5000
    <member name="F:Leadtools.Codecs.CodecsLoadByteOrder.Rgb">
5001
      <summary></summary>
5002
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5003
    </member>
5004
    <member name="F:Leadtools.Codecs.CodecsLoadByteOrder.Bgr">
5005
      <summary></summary>
5006
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5007
    </member>
5008
    <member name="F:Leadtools.Codecs.CodecsLoadByteOrder.Gray">
5009
      <summary></summary>
5010
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5011
    </member>
5012
    <member name="F:Leadtools.Codecs.CodecsLoadByteOrder.RgbOrGray">
5013
      <summary></summary>
5014
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5015
    </member>
5016
    <member name="F:Leadtools.Codecs.CodecsLoadByteOrder.BgrOrGray">
5017
      <summary></summary>
5018
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5019
    </member>
5020
    <member name="F:Leadtools.Codecs.CodecsLoadByteOrder.Romm">
5021
      <summary></summary>
5022
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5023
    </member>
5024
    <member name="F:Leadtools.Codecs.CodecsLoadByteOrder.BgrOrGrayOrRomm">
5025
      <summary></summary>
5026
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5027
    </member>
5028
    <member name="T:Leadtools.Codecs.CodecsLoadImageFlags">
5029
      <summary>Describes whether this is the first or last call of the event, and whether the buffer contains first or last row of image data.</summary>
5030
    </member>
5031
    <member name="F:Leadtools.Codecs.CodecsLoadImageFlags.None">
5032
      <summary></summary>
5033
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5034
    </member>
5035
    <member name="F:Leadtools.Codecs.CodecsLoadImageFlags.FirstPass">
5036
      <summary></summary>
5037
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5038
    </member>
5039
    <member name="F:Leadtools.Codecs.CodecsLoadImageFlags.LastPass">
5040
      <summary></summary>
5041
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5042
    </member>
5043
    <member name="F:Leadtools.Codecs.CodecsLoadImageFlags.FirstRow">
5044
      <summary></summary>
5045
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5046
    </member>
5047
    <member name="F:Leadtools.Codecs.CodecsLoadImageFlags.LastRow">
5048
      <summary></summary>
5049
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5050
    </member>
5051
    <member name="F:Leadtools.Codecs.CodecsLoadImageFlags.Compressed">
5052
      <summary></summary>
5053
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5054
    </member>
5055
    <member name="T:Leadtools.Codecs.CodecsOverlayCallbackMode">
5056
      <summary>Indicates the overlay callback mode.</summary>
5057
    </member>
5058
    <member name="F:Leadtools.Codecs.CodecsOverlayCallbackMode.LoadCall">
5059
      <summary></summary>
5060
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5061
    </member>
5062
    <member name="F:Leadtools.Codecs.CodecsOverlayCallbackMode.CallLoad">
5063
      <summary></summary>
5064
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5065
    </member>
5066
    <member name="F:Leadtools.Codecs.CodecsOverlayCallbackMode.CallOnly">
5067
      <summary></summary>
5068
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5069
    </member>
5070
    <member name="F:Leadtools.Codecs.CodecsOverlayCallbackMode.LoadOnly">
5071
      <summary></summary>
5072
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5073
    </member>
5074
    <member name="T:Leadtools.Codecs.CodecsPageEventCommand">
5075
      <summary>Indicates the action to take regarding the load/save operation.</summary>
5076
    </member>
5077
    <member name="F:Leadtools.Codecs.CodecsPageEventCommand.Continue">
5078
      <summary></summary>
5079
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5080
    </member>
5081
    <member name="F:Leadtools.Codecs.CodecsPageEventCommand.Skip">
5082
      <summary></summary>
5083
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5084
    </member>
5085
    <member name="F:Leadtools.Codecs.CodecsPageEventCommand.Stop">
5086
      <summary></summary>
5087
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5088
    </member>
5089
    <member name="T:Leadtools.Codecs.CodecsPageEventState">
5090
      <summary>Indicates the state of the page load/save process.</summary>
5091
    </member>
5092
    <member name="F:Leadtools.Codecs.CodecsPageEventState.Before">
5093
      <summary></summary>
5094
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5095
    </member>
5096
    <member name="F:Leadtools.Codecs.CodecsPageEventState.After">
5097
      <summary></summary>
5098
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5099
    </member>
5100
    <member name="T:Leadtools.Codecs.CodecsPdfTextEncoding">
5101
      <summary>Indicates the type of text encoding to perform when saving PDF images.</summary>
5102
    </member>
5103
    <member name="F:Leadtools.Codecs.CodecsPdfTextEncoding.None">
5104
      <summary></summary>
5105
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5106
    </member>
5107
    <member name="F:Leadtools.Codecs.CodecsPdfTextEncoding.Base85">
5108
      <summary></summary>
5109
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5110
    </member>
5111
    <member name="F:Leadtools.Codecs.CodecsPdfTextEncoding.Hex">
5112
      <summary></summary>
5113
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5114
    </member>
5115
    <member name="T:Leadtools.Codecs.CodecsPhotoInterpolation">
5116
      <summary>Indicates color information.</summary>
5117
    </member>
5118
    <member name="F:Leadtools.Codecs.CodecsPhotoInterpolation.WhiteIsZero">
5119
      <summary></summary>
5120
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5121
    </member>
5122
    <member name="F:Leadtools.Codecs.CodecsPhotoInterpolation.BlackIsZero">
5123
      <summary></summary>
5124
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5125
    </member>
5126
    <member name="F:Leadtools.Codecs.CodecsPhotoInterpolation.NoColorMap">
5127
      <summary></summary>
5128
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5129
    </member>
5130
    <member name="F:Leadtools.Codecs.CodecsPhotoInterpolation.Cmyk">
5131
      <summary></summary>
5132
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5133
    </member>
5134
    <member name="F:Leadtools.Codecs.CodecsPhotoInterpolation.YcbCr">
5135
      <summary></summary>
5136
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5137
    </member>
5138
    <member name="F:Leadtools.Codecs.CodecsPhotoInterpolation.CieLab">
5139
      <summary></summary>
5140
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5141
    </member>
5142
    <member name="T:Leadtools.Codecs.CodecsPlanarConfiguration">
5143
      <summary>Indicates the planar configuration of the image data.</summary>
5144
    </member>
5145
    <member name="F:Leadtools.Codecs.CodecsPlanarConfiguration.Chunky">
5146
      <summary></summary>
5147
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5148
    </member>
5149
    <member name="F:Leadtools.Codecs.CodecsPlanarConfiguration.PlanarFormat">
5150
      <summary></summary>
5151
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5152
    </member>
5153
    <member name="T:Leadtools.Codecs.CodecsPsdChannelType">
5154
      <summary>Indicates the PSD channel type.</summary>
5155
    </member>
5156
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Alpha">
5157
      <summary></summary>
5158
      <platforms>NET, WinRT, WinrtPhone</platforms>
5159
    </member>
5160
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Red">
5161
      <summary></summary>
5162
      <platforms>NET, WinRT, WinrtPhone</platforms>
5163
    </member>
5164
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Green">
5165
      <summary></summary>
5166
      <platforms>NET, WinRT, WinrtPhone</platforms>
5167
    </member>
5168
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Blue">
5169
      <summary></summary>
5170
      <platforms>NET, WinRT, WinrtPhone</platforms>
5171
    </member>
5172
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Cyan">
5173
      <summary></summary>
5174
      <platforms>NET, WinRT, WinrtPhone</platforms>
5175
    </member>
5176
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Magenta">
5177
      <summary></summary>
5178
      <platforms>NET, WinRT, WinrtPhone</platforms>
5179
    </member>
5180
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Yellow">
5181
      <summary></summary>
5182
      <platforms>NET, WinRT, WinrtPhone</platforms>
5183
    </member>
5184
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Key">
5185
      <summary></summary>
5186
      <platforms>NET, WinRT, WinrtPhone</platforms>
5187
    </member>
5188
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Gray">
5189
      <summary></summary>
5190
      <platforms>NET, WinRT, WinrtPhone</platforms>
5191
    </member>
5192
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Bitmap">
5193
      <summary></summary>
5194
      <platforms>NET, WinRT, WinrtPhone</platforms>
5195
    </member>
5196
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.Lightness">
5197
      <summary></summary>
5198
      <platforms>NET, WinRT, WinrtPhone</platforms>
5199
    </member>
5200
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.A">
5201
      <summary></summary>
5202
      <platforms>NET, WinRT, WinrtPhone</platforms>
5203
    </member>
5204
    <member name="F:Leadtools.Codecs.CodecsPsdChannelType.B">
5205
      <summary></summary>
5206
      <platforms>NET, WinRT, WinrtPhone</platforms>
5207
    </member>
5208
    <member name="T:Leadtools.Codecs.CodecsRasterizeDocumentSizeMode">
5209
      <summary>Specifies the transformation to use when converting the logical size specified in the current document rasterization options to the final physical raster image size.</summary>
5210
    </member>
5211
    <member name="F:Leadtools.Codecs.CodecsRasterizeDocumentSizeMode.None">
5212
      <summary>Use the original document width and height. No transformation will be performed and CodecsRasterizeDocumentLoadOptions.PageWidth and CodecsRasterizeDocumentLoadOptions.PageHeight are not used.</summary>
5213
    </member>
5214
    <member name="F:Leadtools.Codecs.CodecsRasterizeDocumentSizeMode.Fit">
5215
      <summary>Fit the resulting raster image into CodecsRasterizeDocumentLoadOptions.PageWidth and CodecsRasterizeDocumentLoadOptions.PageHeight while maintaining the aspect ratio. If the original document size is smaller than the requested page size, no transformation is performed.</summary>
5216
    </member>
5217
    <member name="F:Leadtools.Codecs.CodecsRasterizeDocumentSizeMode.FitAlways">
5218
      <summary>Always fit the resulting raster image into CodecsRasterizeDocumentLoadOptions.PageWidth and CodecsRasterizeDocumentLoadOptions.PageHeight while maintaining the aspect ratio. If the original document size is smaller than the requested page size, then the result image is scaled up.</summary>
5219
    </member>
5220
    <member name="F:Leadtools.Codecs.CodecsRasterizeDocumentSizeMode.FitWidth">
5221
      <summary>Fit the resulting raster image width into CodecsRasterizeDocumentLoadOptions.PageWidth while maintaining the aspect ratio. The image height will be calculated based on the transformation and CodecsRasterizeDocumentLoadOptions.PageHeight is not used.</summary>
5222
    </member>
5223
    <member name="F:Leadtools.Codecs.CodecsRasterizeDocumentSizeMode.Stretch">
5224
      <summary>The resulting raster image width and height will be exactly equal to CodecsRasterizeDocumentLoadOptions.PageWidth and CodecsRasterizeDocumentLoadOptions.PageHeight. Aspect ratio might be different than the original document.</summary>
5225
    </member>
5226
    <member name="T:Leadtools.Codecs.CodecsRasterizeDocumentUnit">
5227
      <summary>Specifies the unit of a document page width, height or margins.</summary>
5228
    </member>
5229
    <member name="F:Leadtools.Codecs.CodecsRasterizeDocumentUnit.Pixel">
5230
      <summary></summary>
5231
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5232
    </member>
5233
    <member name="F:Leadtools.Codecs.CodecsRasterizeDocumentUnit.Inch">
5234
      <summary></summary>
5235
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5236
    </member>
5237
    <member name="F:Leadtools.Codecs.CodecsRasterizeDocumentUnit.Millimeter">
5238
      <summary></summary>
5239
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5240
    </member>
5241
    <member name="T:Leadtools.Codecs.CodecsRasterPdfVersion">
5242
      <summary>Indicates the PDF file version.</summary>
5243
    </member>
5244
    <member name="F:Leadtools.Codecs.CodecsRasterPdfVersion.V12">
5245
      <summary></summary>
5246
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5247
    </member>
5248
    <member name="F:Leadtools.Codecs.CodecsRasterPdfVersion.V14">
5249
      <summary></summary>
5250
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5251
    </member>
5252
    <member name="F:Leadtools.Codecs.CodecsRasterPdfVersion.PdfA">
5253
      <summary></summary>
5254
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5255
    </member>
5256
    <member name="F:Leadtools.Codecs.CodecsRasterPdfVersion.V15">
5257
      <summary></summary>
5258
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5259
    </member>
5260
    <member name="F:Leadtools.Codecs.CodecsRasterPdfVersion.V16">
5261
      <summary></summary>
5262
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5263
    </member>
5264
    <member name="F:Leadtools.Codecs.CodecsRasterPdfVersion.V13">
5265
      <summary></summary>
5266
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5267
    </member>
5268
    <member name="F:Leadtools.Codecs.CodecsRasterPdfVersion.V17">
5269
      <summary></summary>
5270
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5271
    </member>
5272
    <member name="T:Leadtools.Codecs.CodecsSavePageMode">
5273
      <summary>Indicates the operation to perform when saving multi-page files.</summary>
5274
    </member>
5275
    <member name="F:Leadtools.Codecs.CodecsSavePageMode.Append">
5276
      <summary></summary>
5277
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5278
    </member>
5279
    <member name="F:Leadtools.Codecs.CodecsSavePageMode.Insert">
5280
      <summary></summary>
5281
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5282
    </member>
5283
    <member name="F:Leadtools.Codecs.CodecsSavePageMode.Replace">
5284
      <summary></summary>
5285
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5286
    </member>
5287
    <member name="F:Leadtools.Codecs.CodecsSavePageMode.Overwrite">
5288
      <summary></summary>
5289
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5290
    </member>
5291
    <member name="T:Leadtools.Codecs.CodecsStartDecompressDataType">
5292
      <summary>Indicates the data format.</summary>
5293
    </member>
5294
    <member name="F:Leadtools.Codecs.CodecsStartDecompressDataType.Strips">
5295
      <summary></summary>
5296
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5297
    </member>
5298
    <member name="F:Leadtools.Codecs.CodecsStartDecompressDataType.Tiles">
5299
      <summary></summary>
5300
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5301
    </member>
5302
    <member name="T:Leadtools.Codecs.CodecsTiffPhotometricInterpretation">
5303
      <summary>Indicates the photometric interpretation value for TIFF images.</summary>
5304
    </member>
5305
    <member name="F:Leadtools.Codecs.CodecsTiffPhotometricInterpretation.MinimumIsWhite">
5306
      <summary></summary>
5307
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5308
    </member>
5309
    <member name="F:Leadtools.Codecs.CodecsTiffPhotometricInterpretation.MinimumIsBlack">
5310
      <summary></summary>
5311
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5312
    </member>
5313
    <member name="F:Leadtools.Codecs.CodecsTiffPhotometricInterpretation.Rgb">
5314
      <summary></summary>
5315
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5316
    </member>
5317
    <member name="F:Leadtools.Codecs.CodecsTiffPhotometricInterpretation.Palette">
5318
      <summary></summary>
5319
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5320
    </member>
5321
    <member name="F:Leadtools.Codecs.CodecsTiffPhotometricInterpretation.Mask">
5322
      <summary></summary>
5323
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5324
    </member>
5325
    <member name="F:Leadtools.Codecs.CodecsTiffPhotometricInterpretation.Separated">
5326
      <summary></summary>
5327
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5328
    </member>
5329
    <member name="F:Leadtools.Codecs.CodecsTiffPhotometricInterpretation.YcbCr">
5330
      <summary></summary>
5331
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5332
    </member>
5333
    <member name="F:Leadtools.Codecs.CodecsTiffPhotometricInterpretation.CieLab">
5334
      <summary></summary>
5335
      <platforms>NET, iOS, WinRT, WinrtPhone, Silverlight</platforms>
5336
    </member>
5337
    <member name="T:Leadtools.Codecs.CodecsTransformFlags">
5338
      <summary>Indicates the transform to perform.</summary>
5339
    </member>
5340
    <member name="F:Leadtools.Codecs.CodecsTransformFlags.None">
5341
      <summary></summary>
5342
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5343
    </member>
5344
    <member name="F:Leadtools.Codecs.CodecsTransformFlags.Flip">
5345
      <summary></summary>
5346
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5347
    </member>
5348
    <member name="F:Leadtools.Codecs.CodecsTransformFlags.Reverse">
5349
      <summary></summary>
5350
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5351
    </member>
5352
    <member name="F:Leadtools.Codecs.CodecsTransformFlags.Rotate90">
5353
      <summary></summary>
5354
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5355
    </member>
5356
    <member name="F:Leadtools.Codecs.CodecsTransformFlags.Rotate180">
5357
      <summary></summary>
5358
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5359
    </member>
5360
    <member name="F:Leadtools.Codecs.CodecsTransformFlags.Rotate270">
5361
      <summary></summary>
5362
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5363
    </member>
5364
    <member name="T:Leadtools.Codecs.CodecsTransformMarkerAction">
5365
      <summary>Indicates the action to take when processing a marker.</summary>
5366
    </member>
5367
    <member name="F:Leadtools.Codecs.CodecsTransformMarkerAction.Default">
5368
      <summary></summary>
5369
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5370
    </member>
5371
    <member name="F:Leadtools.Codecs.CodecsTransformMarkerAction.Ignore">
5372
      <summary></summary>
5373
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5374
    </member>
5375
    <member name="F:Leadtools.Codecs.CodecsTransformMarkerAction.Abort">
5376
      <summary></summary>
5377
      <platforms>NET, iOS, WinRT, WinrtPhone</platforms>
5378
    </member>
5379
    <member name="T:Leadtools.Codecs.CodecsVectorUnit">
5380
      <summary>Indicates the unit of measure for the vector image file.</summary>
5381
    </member>
5382
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Dummy">
5383
      <summary></summary>
5384
      <platforms>NET</platforms>
5385
    </member>
5386
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Inches">
5387
      <summary></summary>
5388
      <platforms>NET</platforms>
5389
    </member>
5390
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Feet">
5391
      <summary></summary>
5392
      <platforms>NET</platforms>
5393
    </member>
5394
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Yards">
5395
      <summary></summary>
5396
      <platforms>NET</platforms>
5397
    </member>
5398
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Miles">
5399
      <summary></summary>
5400
      <platforms>NET</platforms>
5401
    </member>
5402
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Micrometers">
5403
      <summary></summary>
5404
      <platforms>NET</platforms>
5405
    </member>
5406
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Milimeters">
5407
      <summary></summary>
5408
      <platforms>NET</platforms>
5409
    </member>
5410
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Centimeters">
5411
      <summary></summary>
5412
      <platforms>NET</platforms>
5413
    </member>
5414
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Meters">
5415
      <summary></summary>
5416
      <platforms>NET</platforms>
5417
    </member>
5418
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Kilometers">
5419
      <summary></summary>
5420
      <platforms>NET</platforms>
5421
    </member>
5422
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Twips">
5423
      <summary></summary>
5424
      <platforms>NET</platforms>
5425
    </member>
5426
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Points">
5427
      <summary></summary>
5428
      <platforms>NET</platforms>
5429
    </member>
5430
    <member name="F:Leadtools.Codecs.CodecsVectorUnit.Pixels">
5431
      <summary></summary>
5432
      <platforms>NET</platforms>
5433
    </member>
5434
    <member name="T:Leadtools.Codecs.CodecsVectorViewMode">
5435
      <summary>Indicates the view mode for rasterizing a vector image.</summary>
5436
    </member>
5437
    <member name="F:Leadtools.Codecs.CodecsVectorViewMode.UseBest">
5438
      <summary></summary>
5439
      <platforms>NET</platforms>
5440
    </member>
5441
    <member name="F:Leadtools.Codecs.CodecsVectorViewMode.UseWidthAndHeight">
5442
      <summary></summary>
5443
      <platforms>NET</platforms>
5444
    </member>
5445
    <member name="F:Leadtools.Codecs.CodecsVectorViewMode.UseWidth">
5446
      <summary></summary>
5447
      <platforms>NET</platforms>
5448
    </member>
5449
    <member name="F:Leadtools.Codecs.CodecsVectorViewMode.UseHeight">
5450
      <summary></summary>
5451
      <platforms>NET</platforms>
5452
    </member>
5453
    <member name="T:Leadtools.Codecs.CodecsVffView">
5454
      <summary>Indicates the view to use when loading VFF (Sun TAAC Bitmap) images.</summary>
5455
    </member>
5456
    <member name="F:Leadtools.Codecs.CodecsVffView.UpToDown">
5457
      <summary></summary>
5458
      <platforms>NET</platforms>
5459
    </member>
5460
    <member name="F:Leadtools.Codecs.CodecsVffView.DownToUp">
5461
      <summary></summary>
5462
      <platforms>NET</platforms>
5463
    </member>
5464
    <member name="F:Leadtools.Codecs.CodecsVffView.LeftToRight">
5465
      <summary></summary>
5466
      <platforms>NET</platforms>
5467
    </member>
5468
    <member name="F:Leadtools.Codecs.CodecsVffView.RightToLeft">
5469
      <summary></summary>
5470
      <platforms>NET</platforms>
5471
    </member>
5472
    <member name="F:Leadtools.Codecs.CodecsVffView.FrontToRear">
5473
      <summary></summary>
5474
      <platforms>NET</platforms>
5475
    </member>
5476
    <member name="F:Leadtools.Codecs.CodecsVffView.RearToFront">
5477
      <summary></summary>
5478
      <platforms>NET</platforms>
5479
    </member>
5480
    <member name="T:Leadtools.Codecs.CodecsCodecInformation">
5481
      <summary>Provides information about a LEADTOOLS file codec.</summary>
5482
    </member>
5483
    <member name="M:Leadtools.Codecs.CodecsCodecInformation.ToString">
5484
      <summary>Returns the value of the Name property.</summary>
5485
      <returns>The value of the Name property.</returns>
5486
    </member>
5487
    <member name="P:Leadtools.Codecs.CodecsCodecInformation.CheckedByInformation">
5488
      <summary>Identifies whether a particular file codec is used when processing a call to RasterCodecs.GetInformation or RasterCodecs.GetInformationAsync.</summary>
5489
      <value>true if the filter codec is used; false, otherwise.</value>
5490
    </member>
5491
    <member name="P:Leadtools.Codecs.CodecsCodecInformation.ExtensionList">
5492
      <summary>Gets or sets the list of extensions that the LEADTOOLS codec supports.</summary>
5493
      <value>A string containing the list of extensions that the LEADTOOLS codec supports. Each extension is separated by the "," character.</value>
5494
    </member>
5495
    <member name="P:Leadtools.Codecs.CodecsCodecInformation.IsPresent">
5496
      <summary>Determines whether the LEADTOOLS codec is present on the system.</summary>
5497
      <value>true if the codec is present on the system; false, otherwise.</value>
5498
    </member>
5499
    <member name="P:Leadtools.Codecs.CodecsCodecInformation.IsSlowInformation">
5500
      <summary>Identifies whether a particular file codec has been marked as taking a relatively long time to load a file.</summary>
5501
      <value>true if the codec takes a long time to load a file; false, otherwise.</value>
5502
    </member>
5503
    <member name="P:Leadtools.Codecs.CodecsCodecInformation.LoadMode">
5504
      <summary>Gets and sets the load mode for the LEADTOOLS codec.</summary>
5505
      <value>The load mode for the LEADTOOLS codec.</value>
5506
    </member>
5507
    <member name="P:Leadtools.Codecs.CodecsCodecInformation.Name">
5508
      <summary>Gets the codec assembly file name.</summary>
5509
      <value>A string containing the codec assembly file name.</value>
5510
    </member>
5511
    <member name="T:Leadtools.Codecs.CodecsExtension">
5512
      <summary>Exif extension information.</summary>
5513
    </member>
5514
    <member name="P:Leadtools.Codecs.CodecsExtension.Clsid">
5515
      <summary>Gets the CLSID that describes the extension data.</summary>
5516
      <value>A Guid that describes the extension data. This is valid only if DataLength is 0xFFFFFFFF.</value>
5517
    </member>
5518
    <member name="P:Leadtools.Codecs.CodecsExtension.Data">
5519
      <summary>Gets an unmanaged pointer to the extension data.</summary>
5520
      <value>An IntPtr that points to the unmanaged extension data. If the extension data is a stream, this property will be IntPtr.Zero.</value>
5521
    </member>
5522
    <member name="P:Leadtools.Codecs.CodecsExtension.Data">
5523
      <summary>Gets a RasterNativeBuffer that contains the extension data.</summary>
5524
      <value>An RasterNativeBuffer that contains the extension data.</value>
5525
    </member>
5526
    <member name="P:Leadtools.Codecs.CodecsExtension.DataLength">
5527
      <summary>Gets the size in bytes of the extension data.</summary>
5528
      <value>The size in bytes of the extension data. If the extension data is a stream, this value should be 0xFFFFFFFF</value>
5529
    </member>
5530
    <member name="P:Leadtools.Codecs.CodecsExtension.Name">
5531
      <summary>Gets the name of the extension.</summary>
5532
      <value>A String that represents the name of the extension.</value>
5533
    </member>
5534
    <member name="P:Leadtools.Codecs.CodecsExtension.UCDefault">
5535
      <summary>Reserved for internal use.</summary>
5536
      <value>Reserved for internal use.</value>
5537
    </member>
5538
    <member name="T:Leadtools.Codecs.CodecsRasterPdfInfo">
5539
      <summary>Contains information for a raster PDF file created using the support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medical products.</summary>
5540
    </member>
5541
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.BitsPerPixel">
5542
      <summary>Gets or sets a value indicating the bits per pixel value of the raster PDF page.</summary>
5543
      <value>An integer that indicates the bits per pixel value of the raster PDF page.</value>
5544
    </member>
5545
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.Format">
5546
      <summary>Gets or sets the format (compression) type of the raster PDF page.</summary>
5547
      <value>One of RasterImageFormat.RasPdfXyz that indicates the format (compression) type of the raster PDF page. If the source file is not a raster PDF, the value of this property will be RasterImageFormat.Unknown.</value>
5548
    </member>
5549
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.Height">
5550
      <summary>Gets or sets the height of the PDF page in pixels.</summary>
5551
      <value>The height of the PDF page in pixels.</value>
5552
    </member>
5553
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.IsLeadPdf">
5554
      <summary>Gets or sets a value indicating whether the PDF file was created using the support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medicalproducts.</summary>
5555
      <value>**true** if the PDF file was created with the support available in the LEADTOOLS PDF Pro, Pro Suite, Document or Medicalproducts; otherwise, **false**.</value>
5556
    </member>
5557
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.Resolution">
5558
      <summary>Gets or sets the resolution of the PDF page in dots per inch.</summary>
5559
      <value>The resolution of the PDF page in dots per inch.</value>
5560
    </member>
5561
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.Version">
5562
      <summary>Gets or sets the version of PDF file.</summary>
5563
      <value>One of the CodecsRasterPdfVersion enumeration members that indicate the version of the PDF file.</value>
5564
    </member>
5565
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.Width">
5566
      <summary>Gets or sets the width of the PDF page in pixels.</summary>
5567
      <value>The width of the PDF page in pixels.</value>
5568
    </member>
5569
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.XResolution">
5570
      <summary>Gets or sets the horizontal resolution of the PDF page in dots per inch.</summary>
5571
      <value>The horizontal resolution of the PDF page in dots per inch.</value>
5572
    </member>
5573
    <member name="P:Leadtools.Codecs.CodecsRasterPdfInfo.YResolution">
5574
      <summary>Gets or sets the vertical resolution of the PDF page in dots per inch.</summary>
5575
      <value>The vertical resolution of the PDF page in dots per inch.</value>
5576
    </member>
5577
    <member name="T:Leadtools.Codecs.CodecsStartDecompressOptions">
5578
      <summary>Provides information and parameters for the RasterCodecs.StartDecompress method.</summary>
5579
    </member>
5580
    <member name="M:Leadtools.Codecs.CodecsStartDecompressOptions.GetColorMask">
5581
      <summary>Gets an array of integer values that represent RGB color masks.</summary>
5582
      <returns>An array of 3 integers as follows: ColorMask\[0\] is the red mask; ColorMask\[1\] is the green mask; ColorMask\[2\] is the blue mask.</returns>
5583
    </member>
5584
    <member name="M:Leadtools.Codecs.CodecsStartDecompressOptions.GetPalette">
5585
      <summary>Gets the palette used for uncompressed data that is 8 bits per pixel or less.</summary>
5586
      <returns>An array of RasterColor structures that represents the palette used for uncompressed data that is 8 bits per pixel or less.</returns>
5587
    </member>
5588
    <member name="M:Leadtools.Codecs.CodecsStartDecompressOptions.SetColorMask(System.Int32[])">
5589
      <summary>Sets the array of integer values that represent RGB color masks.</summary>
5590
      <param name="colorMask">An array of 3 integers as follows: ColorMask\[0\] is the red mask; ColorMask\[1\] is the green mask; ColorMask\[2\] is the blue mask.</param>
5591
    </member>
5592
    <member name="M:Leadtools.Codecs.CodecsStartDecompressOptions.SetPalette(Leadtools.RasterColor)">
5593
      <summary>Sets the palette used for uncompressed data that is 8 bits per pixel or less.</summary>
5594
      <param name="palette">An array of RasterColor structures that represents the palette used for uncompressed data that is 8 bits per pixel or less</param>
5595
    </member>
5596
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.BitsPerPixel">
5597
      <summary>Gets or sets a value indicating the bits per pixel of the compressed data</summary>
5598
      <value>The bits per pixel of the compressed data.</value>
5599
    </member>
5600
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.DataType">
5601
      <summary>Gets or sets a value indicating whether strips or tiles are being decompressed.</summary>
5602
      <value>A value indicating whether strips or tiles are being decompressed.</value>
5603
    </member>
5604
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.Empty">
5605
      <summary>Initializes a new instance of CodecsStartDecompressOptions with empty parameters.</summary>
5606
      <value>A new instance of CodecsStartDecompressOptions with empty parameters.</value>
5607
    </member>
5608
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.Format">
5609
      <summary>Gets or sets a value indicating the format of the image to decompress.</summary>
5610
      <value>A RasterImageFormat value indicating the format of the image to decompress.</value>
5611
    </member>
5612
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.Height">
5613
      <summary>Gets or sets a value indicating the height in pixels of the compressed data image.</summary>
5614
      <value>The height in pixels of the compressed data image.</value>
5615
    </member>
5616
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.LeastSignificantBitFirst">
5617
      <summary>Gets or sets a value specifying whether to save the image data with least significant bit first or last.</summary>
5618
      <value>true to save to save the image data with least significant bit first (LSB) or last (MSB).</value>
5619
    </member>
5620
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.LoadOrder">
5621
      <summary>Gets or sets a value indicating the color order after a 24-bit image is loaded.</summary>
5622
      <value>A RasterByteOrder that indicates the color order after a 24-bit image is loaded.</value>
5623
    </member>
5624
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.Pad4">
5625
      <summary>Gets or sets a value indicating whether to save the data padded to 4-byte boundary.</summary>
5626
      <value>true to save the data padded to 4-byte boundary; false, otherwise.</value>
5627
    </member>
5628
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.PlanarConfiguration">
5629
      <summary>Gets or sets a value indicating the desired planar configuration for the save process.</summary>
5630
      <value>The desired planar configuration for the save process.</value>
5631
    </member>
5632
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.RawOrder">
5633
      <summary>Gets or sets a value indicating the color order of 24-bit raw data.</summary>
5634
      <value>A RasterByteOrder that indicates the color order of 24-bit raw data.</value>
5635
    </member>
5636
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.TiffPhotometricInterpretation">
5637
      <summary>Gets or sets the desiired photometric interpretation value for the save process.</summary>
5638
      <value>The desiired photometric interpretation value for the save process.</value>
5639
    </member>
5640
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.UsePalette">
5641
      <summary>Gets or sets a value indicating whether to use the palette when saving images to formats that require a palette.</summary>
5642
      <value>true to use the palette set in SetPalette, false to use the RasterImage's own palette.</value>
5643
    </member>
5644
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.ViewPerspective">
5645
      <summary>Gets or sets a value indicating the view perspective of the compressed data.</summary>
5646
      <value>A RasterViewPerspective that indicates the view perspective of the compressed data.</value>
5647
    </member>
5648
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.Width">
5649
      <summary>Gets or sets a value indicating the width in pixels of the compressed data image.</summary>
5650
      <value>The width in pixels of the compressed data image.</value>
5651
    </member>
5652
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.XResolution">
5653
      <summary>Gets or sets a value indicating the horizontal resolution, in dots per inch of the image data.</summary>
5654
      <value>The horizontal resolution, in dots per inch of the image data.</value>
5655
    </member>
5656
    <member name="P:Leadtools.Codecs.CodecsStartDecompressOptions.YResolution">
5657
      <summary>Gets or sets a value indicating the vertical, in dots per inch of the image data.</summary>
5658
      <value>The vertical resolution, in dots per inch of the image data.</value>
5659
    </member>
5660
    <member name="T:Leadtools.Codecs.CodecsThumbnailOptions">
5661
      <summary>Options used when loading a thumbnail from an image file.</summary>
5662
    </member>
5663
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.BackColor">
5664
      <summary>Gets or sets the background color to use if both ForceSize and MaintainAspectRatio are true.</summary>
5665
      <value>A RasterColor to use as the background color to use if both ForceSize and MaintainAspectRatio are true.</value>
5666
    </member>
5667
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.BitsPerPixel">
5668
      <summary>Gets or sets the desired thumbnail bits per pixel.</summary>
5669
      <value>The desired thumbnail bits per pixel. The following are valid values:</value>
5670
    </member>
5671
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.Default">
5672
      <summary>Gets the default settings for CodecsThumbnailOptions.</summary>
5673
      <value>The default settings for CodecsThumbnailOptions.</value>
5674
    </member>
5675
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.DitheringMethod">
5676
      <summary>Gets or sets the dithering method to use.</summary>
5677
      <value>The dithering method to use.</value>
5678
    </member>
5679
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.ForceSize">
5680
      <summary>Gets or sets a value which indicates whether the generated thumbnail should be forced to the requested size, even if MaintainAspectRatio is set to true.</summary>
5681
      <value>true to indicate that the thumbnail image will be generated by creating a "canvas" image with the requested size, and then centering the actual image inside that image. Note this is a slower process.</value>
5682
    </member>
5683
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.Height">
5684
      <summary>Gets or sets the desired thumbnail height in pixels.</summary>
5685
      <value>The desired thumbnail height in pixels.</value>
5686
    </member>
5687
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.LoadStamp">
5688
      <summary>Gets or sets a value which indicates whether to attempt to load stamps from file formats that support preview images.</summary>
5689
      <value>true to load the stamp from the file if present, false to ignore the stamp.</value>
5690
    </member>
5691
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.MaintainAspectRatio">
5692
      <summary>Gets or sets a value which indicates whether the aspect ratio of the image should be maintained when creating the thumbnail.</summary>
5693
      <value>true to indicates that the aspect ratio of the image should be maintained when creating the thumbnail; false, otherwise.</value>
5694
    </member>
5695
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.Order">
5696
      <summary>Gets or sets the desired color order for the thumbnail image.</summary>
5697
      <value>The desired color order for the thumbnail image.</value>
5698
    </member>
5699
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.PaletteFlags">
5700
      <summary>Gets or sets the palette flags to use.</summary>
5701
      <value>The palette flags to use.</value>
5702
    </member>
5703
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.Resample">
5704
      <summary>Gets or sets a value whether to use interpolated resize when generating thumbnails.</summary>
5705
      <value>true to use interpolated resize, false to use normal resize.</value>
5706
    </member>
5707
    <member name="P:Leadtools.Codecs.CodecsThumbnailOptions.Width">
5708
      <summary>Gets or sets the desired thumbnail width in pixels.</summary>
5709
      <value>The desired thumbnail width in pixels.</value>
5710
    </member>
5711
  </members>
5712
</doc>
클립보드 이미지 추가 (최대 크기: 500 MB)