개정판 2b1f30fe
issue #000000 markus image download 인증 처리
Change-Id: I9f4e67421f2a3a9c898b0161b12d1ba30878b6d6
CompareLib/bin/Release/Leadtools.Codecs.xml | ||
---|---|---|
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"> |
내보내기 Unified diff