프로젝트

일반

사용자정보

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

markus / KCOM / bin / Debug / Leadtools.PdfCompressor.xml @ 787a4489

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<doc>
3
  <assembly>
4
    <name>Leadtools.PdfCompressor</name>
5
  </assembly>
6
  <members>
7
    <member name="T:Leadtools.PdfCompressor.PdfCompressorEngine">
8
      <summary>Provides the functionality to create a PDF document with or without Mixed Raster Content (MRC) segmentation options.</summary>
9
    </member>
10
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.#ctor">
11
      <summary>Initializes the PdfCompressorEngine SDK.</summary>
12
    </member>
13
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.Insert(Leadtools.RasterImage)">
14
      <summary>Compresses the specified image, without segmenting it, and inserts the image in the PDF file.</summary>
15
      <param name="image">Image to be inserted in the PDF file.</param>
16
    </member>
17
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.Insert(Leadtools.RasterImage,Leadtools.PdfCompressor.PdfCompressorOptions)">
18
      <summary>Segments the specified image using Mixed Raster Content (MRC segmentation) and then compresses it and inserts it into the PDF file.</summary>
19
      <param name="image">Image to be inserted into the PDF file.</param>
20
      <param name="options">The PdfCompressorOptions structure that contains the options to be used to write the image to the PDF file.</param>
21
    </member>
22
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.InsertSegments(Leadtools.RasterImage,Leadtools.PdfCompressor.PdfCompressorSegmentsInfo,System.Boolean,Leadtools.RasterColor)">
23
      <summary>Applies the input Segments, compresses it, and inserts the image in the PDF file. This is provided for advanced usage.</summary>
24
      <param name="image">Image to be inserted in the PDF file.</param>
25
      <param name="segmentInfo">Contains information about all of the segments. PdfCompressorSegmentsInfo</param>
26
      <param name="isThereBackGround">Determines whether to use the average backgroundColor for all segments with background type or to use each color of each background segment.</param>
27
      <param name="backgroundColor">Average background color, to be used for all backgrounds segments if \isThereBackGround\ is true.</param>
28
    </member>
29
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.SetCompression(Leadtools.PdfCompressor.PdfCompressorCompressionTypes)">
30
      <summary>Sets the compression type to be used on each image segment inserted into the PDF file.</summary>
31
      <param name="CompressionTypes">Provides information about PDF Compression options PdfCompressorCompressionTypes.</param>
32
    </member>
33
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.Write(System.IO.Stream)">
34
      <summary>Writes the created file from memory to a .NET stream.</summary>
35
      <param name="outputStream">The output stream to be saved.</param>
36
    </member>
37
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.Write(System.String)">
38
      <summary>Writes the created file from memory to the file system using the path provided.</summary>
39
      <param name="outputFileName">The name of the output file to be saved.</param>
40
    </member>
41
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.Dispose">
42
      <summary>Releases all resources used by this object.</summary>
43
    </member>
44
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.Dispose(System.Boolean)">
45
      <summary>Releases all resources used by this object.</summary>
46
      <param name="disposing">true, if this method was called as a result of calling Dispose.</param>
47
    </member>
48
    <member name="M:Leadtools.PdfCompressor.PdfCompressorEngine.Finalize">
49
      <summary>Disposes of the PdfCompressorEngine SDK.</summary>
50
    </member>
51
    <member name="E:Leadtools.PdfCompressor.PdfCompressorEngine.SegmentImage">
52
      <summary>Optional delegate method for additional processing.</summary>
53
    </member>
54
    <member name="T:Leadtools.PdfCompressor.PdfCompressorSegmentImageEventArgs">
55
      <summary>Enables the user to approve or cancel the addition of any segment to the document.</summary>
56
    </member>
57
    <member name="M:Leadtools.PdfCompressor.PdfCompressorSegmentImageEventArgs.#ctor(System.Int32,Leadtools.PdfCompressor.PdfCompressorSegmentsInfo)">
58
      <summary>Initializes a new PdfCompressorSegmentImageEventArgs class object with default parameters.</summary>
59
      <param name="page">Current page number</param>
60
      <param name="segment">Segment info PdfCompressorSegmentsInfo</param>
61
    </member>
62
    <member name="P:Leadtools.PdfCompressor.PdfCompressorSegmentImageEventArgs.Cancel">
63
      <summary>Gets or sets a value that indicates whether a segment should be added to the document.</summary>
64
      <value>true if the segment should NOT be added to the PDF file; false if the segment is to be added to the PDF file.</value>
65
    </member>
66
    <member name="P:Leadtools.PdfCompressor.PdfCompressorSegmentImageEventArgs.Page">
67
      <summary>Gets the index of the page on which the segment is being written.</summary>
68
      <value>The index of the page on which the segment is being written.</value>
69
    </member>
70
    <member name="P:Leadtools.PdfCompressor.PdfCompressorSegmentImageEventArgs.Segment">
71
      <summary>Gets information about the segment.</summary>
72
      <value>Information about the segment.</value>
73
    </member>
74
    <member name="T:Leadtools.PdfCompressor.PdfCompressorSegmentsInfo">
75
      <summary>Provides information about the bitmap segment.</summary>
76
    </member>
77
    <member name="M:Leadtools.PdfCompressor.PdfCompressorSegmentsInfo.#ctor">
78
      <summary>Initializes a new instance of this class.</summary>
79
    </member>
80
    <member name="P:Leadtools.PdfCompressor.PdfCompressorSegmentsInfo.Colors">
81
      <summary>Gets or sets an array of colors for a segment.</summary>
82
      <value>An array of colors for a segment.</value>
83
    </member>
84
    <member name="P:Leadtools.PdfCompressor.PdfCompressorSegmentsInfo.Rectangle">
85
      <summary>Gets or sets the dimensions for a segment.</summary>
86
      <value>The dimensions for a segment.</value>
87
    </member>
88
    <member name="P:Leadtools.PdfCompressor.PdfCompressorSegmentsInfo.Type">
89
      <summary>Gets or sets a value that indicates the segment type.</summary>
90
      <value>A value that indicates the segment type.</value>
91
    </member>
92
    <member name="P:Leadtools.PdfCompressor.PdfCompressorSegmentsInfo.ValidColors">
93
      <summary>Gets or sets a value that indicates the number of colors contained in a segment.</summary>
94
      <value>A value that indicates the number of colors contained in a segment.</value>
95
    </member>
96
    <member name="T:Leadtools.PdfCompressor.EnabledCompressionsFlags">
97
      <summary>Flags that indicate which fields (PdfCompressor1BitCompression, PdfCompressor2BitCompression and PdfCompressorPictureCompression) will be read and set and which fields will be ignored.</summary>
98
    </member>
99
    <member name="F:Leadtools.PdfCompressor.EnabledCompressionsFlags.None">
100
      <summary>No compression is set, use default compressions.</summary>
101
    </member>
102
    <member name="F:Leadtools.PdfCompressor.EnabledCompressionsFlags.EnableOneBit">
103
      <summary>Enables setting 1BPP Compression type.</summary>
104
    </member>
105
    <member name="F:Leadtools.PdfCompressor.EnabledCompressionsFlags.EnableTwoBit">
106
      <summary>Enables setting 2BPP Compression type.</summary>
107
    </member>
108
    <member name="F:Leadtools.PdfCompressor.EnabledCompressionsFlags.EnablePicture">
109
      <summary>Enables setting Picture Compression type.</summary>
110
    </member>
111
    <member name="T:Leadtools.PdfCompressor.PdfCompressor1BitCompression">
112
      <summary>Flags that specify the Compression type to be used with 1 bit images.</summary>
113
    </member>
114
    <member name="F:Leadtools.PdfCompressor.PdfCompressor1BitCompression.Zip1Bit">
115
      <summary>Use Zip Compression.</summary>
116
    </member>
117
    <member name="F:Leadtools.PdfCompressor.PdfCompressor1BitCompression.Lzw1Bit">
118
      <summary>Use LZW Compression.</summary>
119
    </member>
120
    <member name="F:Leadtools.PdfCompressor.PdfCompressor1BitCompression.FaxG31D">
121
      <summary>Use FAX CCITT G3 1D Compression.</summary>
122
    </member>
123
    <member name="F:Leadtools.PdfCompressor.PdfCompressor1BitCompression.FaxG32D">
124
      <summary>Use FAX CCITT G3 2D Compression.</summary>
125
    </member>
126
    <member name="F:Leadtools.PdfCompressor.PdfCompressor1BitCompression.FaxG4">
127
      <summary>Use FAX CCITT G4 Compression.</summary>
128
    </member>
129
    <member name="F:Leadtools.PdfCompressor.PdfCompressor1BitCompression.Jbig2">
130
      <summary>Use JBIG2 Compression.</summary>
131
    </member>
132
    <member name="T:Leadtools.PdfCompressor.PdfCompressor2BitCompression">
133
      <summary>Flags that specify the Compression type to be used with 2 bits images.</summary>
134
    </member>
135
    <member name="F:Leadtools.PdfCompressor.PdfCompressor2BitCompression.Zip2Bit">
136
      <summary>Use Zip Compression.</summary>
137
    </member>
138
    <member name="F:Leadtools.PdfCompressor.PdfCompressor2BitCompression.Lzw2Bit">
139
      <summary>Use LZW Compression.</summary>
140
    </member>
141
    <member name="T:Leadtools.PdfCompressor.PdfCompressorImageQuality">
142
      <summary>Flags that identify the quality of the source image when working with the PDF Compressor.</summary>
143
    </member>
144
    <member name="F:Leadtools.PdfCompressor.PdfCompressorImageQuality.Unknown">
145
      <summary>Unknown image quality. Use default handling.</summary>
146
    </member>
147
    <member name="F:Leadtools.PdfCompressor.PdfCompressorImageQuality.Noisy">
148
      <summary>The source image is noisy.</summary>
149
    </member>
150
    <member name="F:Leadtools.PdfCompressor.PdfCompressorImageQuality.Scanned">
151
      <summary>The source image is a scanned image.</summary>
152
    </member>
153
    <member name="F:Leadtools.PdfCompressor.PdfCompressorImageQuality.Printed">
154
      <summary>The source image is a printed document.</summary>
155
    </member>
156
    <member name="F:Leadtools.PdfCompressor.PdfCompressorImageQuality.ComputerGenerated">
157
      <summary>The source image is a high quality computer-generated image.</summary>
158
    </member>
159
    <member name="F:Leadtools.PdfCompressor.PdfCompressorImageQuality.Photo">
160
      <summary>The source image is a high quality photo image; for example, from a digital camera.</summary>
161
    </member>
162
    <member name="F:Leadtools.PdfCompressor.PdfCompressorImageQuality.User">
163
      <summary>The quality is set manually. This flag is for advanced users.</summary>
164
    </member>
165
    <member name="T:Leadtools.PdfCompressor.PdfCompressorOutputQuality">
166
      <summary>Flags that identify the quality of the output image when working with the PDF Compressor.</summary>
167
    </member>
168
    <member name="F:Leadtools.PdfCompressor.PdfCompressorOutputQuality.Auto">
169
      <summary>Choose the quality of the output automatically.</summary>
170
    </member>
171
    <member name="F:Leadtools.PdfCompressor.PdfCompressorOutputQuality.Poor">
172
      <summary>Poor output quality with best compression.</summary>
173
    </member>
174
    <member name="F:Leadtools.PdfCompressor.PdfCompressorOutputQuality.Average">
175
      <summary>Average output quality with average compression.</summary>
176
    </member>
177
    <member name="F:Leadtools.PdfCompressor.PdfCompressorOutputQuality.Good">
178
      <summary>Good output quality with good compression.</summary>
179
    </member>
180
    <member name="F:Leadtools.PdfCompressor.PdfCompressorOutputQuality.Excellent">
181
      <summary>Excellent output quality with poor compression.</summary>
182
    </member>
183
    <member name="F:Leadtools.PdfCompressor.PdfCompressorOutputQuality.User">
184
      <summary>The user detects the output quality. This flag is for advanced users.</summary>
185
    </member>
186
    <member name="T:Leadtools.PdfCompressor.PdfCompressorPictureCompression">
187
      <summary>Flags that identify the Compression type to be used for Picture images.</summary>
188
    </member>
189
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.JpgPic">
190
      <summary>Use JPEG 444 compression.</summary>
191
    </member>
192
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.Jpg422Pic">
193
      <summary>Use JPEG 422 compression.</summary>
194
    </member>
195
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.Jpg411Pic">
196
      <summary>Use JPEG 411 compression.</summary>
197
    </member>
198
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.JpgProgressivePic">
199
      <summary>Use JPEG 444 Progressive compression.</summary>
200
    </member>
201
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.Jpg422ProgressivePic">
202
      <summary>Use JPEG 422 Progressive compression.</summary>
203
    </member>
204
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.Jpg411ProgressivePic">
205
      <summary>Use JPEG 411 Progressive compression.</summary>
206
    </member>
207
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.ZipPic">
208
      <summary>Use ZIP compression.</summary>
209
    </member>
210
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.LzwPic">
211
      <summary>Use LZW compression.</summary>
212
    </member>
213
    <member name="F:Leadtools.PdfCompressor.PdfCompressorPictureCompression.JpxPic">
214
      <summary>Use JPEG 2000 Part 2 (JPX).</summary>
215
    </member>
216
    <member name="T:Leadtools.PdfCompressor.SegmentationOptionsFlags">
217
      <summary>Flags that identify certain segmentation options.</summary>
218
    </member>
219
    <member name="F:Leadtools.PdfCompressor.SegmentationOptionsFlags.FavorOneBit">
220
      <summary>Favor 1 bit images whenever there's minimum data loss.</summary>
221
    </member>
222
    <member name="F:Leadtools.PdfCompressor.SegmentationOptionsFlags.WithBackground">
223
      <summary>With Background images. Search for background within the image.</summary>
224
    </member>
225
    <member name="F:Leadtools.PdfCompressor.SegmentationOptionsFlags.FavorTwoBit">
226
      <summary>Favor 2 bit images whenever there's minimum data loss.</summary>
227
    </member>
228
    <member name="F:Leadtools.PdfCompressor.SegmentationOptionsFlags.ForceOneBit">
229
      <summary>Force 1 bit images whenever data loss is within accepted range.</summary>
230
    </member>
231
    <member name="F:Leadtools.PdfCompressor.SegmentationOptionsFlags.ForceTwoBit">
232
      <summary>Force 2 bit images whenever data loss is within accepted range.</summary>
233
    </member>
234
    <member name="F:Leadtools.PdfCompressor.SegmentationOptionsFlags.WithoutBackground">
235
      <summary>Without Background images.</summary>
236
    </member>
237
    <member name="T:Leadtools.PdfCompressor.SegmentTypeFlags">
238
      <summary>Flags that identify the type of the segment.</summary>
239
    </member>
240
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.Background">
241
      <summary>The segment uses one color that represents the image background.</summary>
242
    </member>
243
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.OneBit">
244
      <summary>The segment is a 1BPP image.</summary>
245
    </member>
246
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.OnBitBW">
247
      <summary>The segment is a 1BPP black and white image.</summary>
248
    </member>
249
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.TwoBit">
250
      <summary>The segment is a 2BPP image.</summary>
251
    </member>
252
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.TwoBitGray">
253
      <summary>The segment is a 2BPP gray scale image.</summary>
254
    </member>
255
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.Gray">
256
      <summary>The segment is a gray scale image.</summary>
257
    </member>
258
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.Picture">
259
      <summary>The segment is a picture.</summary>
260
    </member>
261
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.TwoBitBW">
262
      <summary>The segment is a 2BPP black and white image.</summary>
263
    </member>
264
    <member name="F:Leadtools.PdfCompressor.SegmentTypeFlags.OneColor">
265
      <summary>The segment has only one color.</summary>
266
    </member>
267
    <member name="T:Leadtools.PdfCompressor.PdfCompressorCompressionTypes">
268
      <summary>Provides information about the PDF Compression options.</summary>
269
    </member>
270
    <member name="P:Leadtools.PdfCompressor.PdfCompressorCompressionTypes.Comp1Bit">
271
      <summary>Gets or sets the compression to be used for 1BPP images. The default compression for 1BPP segments is Jbig2.</summary>
272
      <value>The compression to be used for 1BPP images. The default compression for 1BPP segments is Jbig2.</value>
273
    </member>
274
    <member name="P:Leadtools.PdfCompressor.PdfCompressorCompressionTypes.Comp2Bit">
275
      <summary>Gets or sets the compression to be used for 2BPP images. The default compression for 2BPP segments is Zip2Bit.</summary>
276
      <value>The compression to be used for 2BPP images. The default compression for 2BPP segments is Zip2Bit.</value>
277
    </member>
278
    <member name="P:Leadtools.PdfCompressor.PdfCompressorCompressionTypes.CompPicture">
279
      <summary>Gets or sets the compression to be used for pictures. The default compression for picture segments is Jpg411Pic.</summary>
280
      <value>The compression to be used for pictures. The default compression for picture segments is Jpg411Pic.</value>
281
    </member>
282
    <member name="P:Leadtools.PdfCompressor.PdfCompressorCompressionTypes.Empty">
283
      <summary>Initializes the PdfCompressorCompressionTypes structure with default values.</summary>
284
      <value>A structure initialized with the PdfCompressorCompressionTypes default values.</value>
285
    </member>
286
    <member name="P:Leadtools.PdfCompressor.PdfCompressorCompressionTypes.Flags">
287
      <summary>Gets or sets the flags that identify which fields of the PdfCompressorCompressionTypes structure are to be used.</summary>
288
      <value>The flags that identify which fields of the PdfCompressorCompressionTypes structure are to be used.</value>
289
    </member>
290
    <member name="P:Leadtools.PdfCompressor.PdfCompressorCompressionTypes.QFactor">
291
      <summary>Gets or sets the quality factor value (valid only for JPEG compression). The default quality factor is 50.</summary>
292
      <value>The quality factor value (valid only for JPEG compression). The default quality factor is 50.</value>
293
    </member>
294
    <member name="T:Leadtools.PdfCompressor.PdfCompressorOptions">
295
      <summary>Provides information about PDF Compressor options.</summary>
296
    </member>
297
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.BackGroundThreshold">
298
      <summary>Gets or sets a threshold value used to separate image objects from the background.</summary>
299
      <value>Best values are from 5 to 35.</value>
300
    </member>
301
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.CleanSize">
302
      <summary>Gets or sets a value that defines the size of the area to be used when removing the noise inside the segmented image.</summary>
303
      <value>Possible values range from 0 to 10.</value>
304
    </member>
305
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.ColorThreshold">
306
      <summary>Gets or sets a threshold value used when merging segments.</summary>
307
      <value>Best values are from 75 to 125.</value>
308
    </member>
309
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.CombineThreshold">
310
      <summary>Gets or sets a threshold value used to combine colors.</summary>
311
      <value>The best value is 25.</value>
312
    </member>
313
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.Empty">
314
      <summary>Initializes the PdfCompressorOptions structure with default values.</summary>
315
      <value>A structure initialized with the PdfCompressorOptions default values.</value>
316
    </member>
317
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.Flags">
318
      <summary>Gets or sets the segmentation flags.</summary>
319
      <value>The segmentation flags.</value>
320
    </member>
321
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.ImageQuality">
322
      <summary>Gets or sets a value that indicates the quality of the source image.</summary>
323
      <value>A value that indicates the quality of the source image.</value>
324
    </member>
325
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.OutputQuality">
326
      <summary>Gets or sets a value that indicates the quality of the output image.</summary>
327
      <value>A value that indicates the quality of the output image.</value>
328
    </member>
329
    <member name="P:Leadtools.PdfCompressor.PdfCompressorOptions.SegmentQuality">
330
      <summary>Gets or sets a threshold value used to determine whether the segment is a picture segment.</summary>
331
      <value>Possible values range from 0 to 100.</value>
332
    </member>
333
  </members>
334
</doc>
클립보드 이미지 추가 (최대 크기: 500 MB)