markus / KCOM / bin / Debug / Leadtools.Pdf.xml @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (137 KB)
1 |
<?xml version="1.0" encoding="utf-8"?>
|
---|---|
2 |
<doc>
|
3 |
<assembly>
|
4 |
<name>Leadtools.Pdf</name> |
5 |
</assembly>
|
6 |
<members>
|
7 |
<member name="T:Leadtools.Pdf.PDFAnnotation"> |
8 |
<summary>Contains information for a single PDF annotation.</summary> |
9 |
</member>
|
10 |
<member name="M:Leadtools.Pdf.PDFAnnotation.Clone"> |
11 |
<summary>Creates an exact copy of this PDFAnnotation</summary> |
12 |
<returns>The PDFAnnotation this method creates, cast as an object.</returns> |
13 |
</member>
|
14 |
<member name="P:Leadtools.Pdf.PDFAnnotation.AnnotationType"> |
15 |
<summary>Gets the type of this annotation object.</summary> |
16 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation</value> |
17 |
</member>
|
18 |
<member name="P:Leadtools.Pdf.PDFAnnotation.Content"> |
19 |
<summary>Content of annotation object. This is optional.</summary> |
20 |
<value>A System.String that contains content of annotation object. The default value is **null**.</value> |
21 |
</member>
|
22 |
<member name="P:Leadtools.Pdf.PDFAnnotation.Modified"> |
23 |
<summary>Date and time for last modification of annotation object.</summary> |
24 |
<value>A System.DateTime that contains the date and time of the last modification of this annotation object.</value> |
25 |
</member>
|
26 |
<member name="P:Leadtools.Pdf.PDFAnnotation.ObjectBounds"> |
27 |
<summary>Gets the source bounds of this annotation.</summary> |
28 |
<value>A PDFRect that represents the source location and size of this annotation in PDF units (1/72 of an inch and bottom left). The default value is an empty PDFRect.</value> |
29 |
</member>
|
30 |
<member name="P:Leadtools.Pdf.PDFAnnotation.PageNumber"> |
31 |
<summary>Page number for this annotation.</summary> |
32 |
<value>An System.Int32 that specifies the number of the page that this annotation will be added to. The default value is 1.</value> |
33 |
</member>
|
34 |
<member name="P:Leadtools.Pdf.PDFAnnotation.Subject"> |
35 |
<summary>Subject of this PDF annotation.</summary> |
36 |
<value>A System.String that contain the subject of the PDF annotation. The default value is **null**.</value> |
37 |
</member>
|
38 |
<member name="P:Leadtools.Pdf.PDFAnnotation.Title"> |
39 |
<summary>Title of this PDF annotation.</summary> |
40 |
<value>A System.String that contain the title of the PDF annotation. The default value is **null**.</value> |
41 |
</member>
|
42 |
<member name="P:Leadtools.Pdf.PDFAnnotation.Transparency"> |
43 |
<summary>Transparency for this annotation.</summary> |
44 |
<value>A System.Double that specifies the transparency of this annotation. The default value is 1.</value> |
45 |
</member>
|
46 |
<member name="P:Leadtools.Pdf.PDFAnnotation.ViewFlags"> |
47 |
<summary>The view flags associated with this PDFAnnotation object.</summary> |
48 |
<value>The view flags associated with this PDFAnnotation object. Default value is 0.</value> |
49 |
</member>
|
50 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsHidden"> |
51 |
<summary>Hidden view flag.</summary> |
52 |
</member>
|
53 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsInvisible"> |
54 |
<summary>Invisible view flag.</summary> |
55 |
</member>
|
56 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsLocked"> |
57 |
<summary>Locked view flag.</summary> |
58 |
</member>
|
59 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsLockedContents"> |
60 |
<summary>Locked contents view flag.</summary> |
61 |
</member>
|
62 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsNoRotate"> |
63 |
<summary>No rotate view flag.</summary> |
64 |
</member>
|
65 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsNoView"> |
66 |
<summary>No view flag.</summary> |
67 |
</member>
|
68 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsNoZoom"> |
69 |
<summary>No zoom view flag.</summary> |
70 |
</member>
|
71 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsPrint"> |
72 |
<summary>Print view flag.</summary> |
73 |
</member>
|
74 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsReadOnly"> |
75 |
<summary>Read-only view flag.</summary> |
76 |
</member>
|
77 |
<member name="F:Leadtools.Pdf.PDFAnnotation.ViewFlagsToggleNoView"> |
78 |
<summary>Toggle no view flag.</summary> |
79 |
</member>
|
80 |
<member name="T:Leadtools.Pdf.PDFDistillerOptions"> |
81 |
<summary>Provides options to use when distilling Postscript files (Convert Postscript files to PDF).</summary> |
82 |
</member>
|
83 |
<member name="M:Leadtools.Pdf.PDFDistillerOptions.#ctor"> |
84 |
<summary>Initializes a new instance of the PDFDistillerOptions class with default parameters.</summary> |
85 |
</member>
|
86 |
<member name="M:Leadtools.Pdf.PDFDistillerOptions.Clone"> |
87 |
<summary>Creates an exact copy of this PDFDistillerOptions object.</summary> |
88 |
<returns>The PDFDistillerOptions cone this method creates, cast as an object.</returns> |
89 |
</member>
|
90 |
<member name="P:Leadtools.Pdf.PDFDistillerOptions.AutoRotatePageMode"> |
91 |
<summary>Page rotation mode to use when distilling Postscript files.</summary> |
92 |
<value>An PDFDistillerAutoRotatePageMode enumeration member that determine the page rotation mode to use when distilling Postscript files. The default value is PDFDistillerAutoRotatePageMode.None.</value> |
93 |
</member>
|
94 |
<member name="P:Leadtools.Pdf.PDFDistillerOptions.OutputMode"> |
95 |
<summary>Output optimization mode to use when distilling Postscript files.</summary> |
96 |
<value>A PDFDistillerOutputMode enumeration member that determines the output optimization mode to use when distilling Postscript files. The default value is PDFDistillerOutputMode.Default.</value> |
97 |
</member>
|
98 |
<member name="T:Leadtools.Pdf.PDFDocument"> |
99 |
<summary>Encapsulates a PDF document and allows PDF pages, objects and images to be read. \* PDF Capability Required.</summary> |
100 |
</member>
|
101 |
<member name="M:Leadtools.Pdf.PDFDocument.#ctor(System.IO.Stream)"> |
102 |
<summary>Initializes a new PDFDocument from a specified stream containing a PDF file.</summary> |
103 |
<param name="stream">The stream containing an existing PDF file. This cannot be **null** and must support reading and seeking.</param> |
104 |
</member>
|
105 |
<member name="M:Leadtools.Pdf.PDFDocument.#ctor(System.IO.Stream,System.String)"> |
106 |
<summary>Initializes a new PDFDocument from the specified stream containing a PDF file and (optional) password.</summary> |
107 |
<param name="stream">The stream containing an existing PDF file. This cannot be **null** and must support reading and seeking.</param> |
108 |
<param name="password">The password to use if \stream\ contains an encrypted PDF file.</param> |
109 |
</member>
|
110 |
<member name="M:Leadtools.Pdf.PDFDocument.#ctor(System.String)"> |
111 |
<summary>Initializes a new PDFDocument form a specified PDF file.</summary> |
112 |
<param name="fileName">The name of an existing PDF file.</param> |
113 |
</member>
|
114 |
<member name="M:Leadtools.Pdf.PDFDocument.#ctor(System.String,System.String)"> |
115 |
<summary>Initializes a new PDFDocument form a specified PDF file and optional password.</summary> |
116 |
<param name="fileName">The name of an existing PDF file.</param> |
117 |
<param name="password">The password to use if \fileName\ contains an encrypted PDF file.</param> |
118 |
</member>
|
119 |
<member name="M:Leadtools.Pdf.PDFDocument.DecodeImage(System.String)"> |
120 |
<summary>Decodes the specified PDF image object embedded in this PDFDocument.</summary> |
121 |
<param name="imageObjectNumber">String that specifies the PDF image object number to decode.</param> |
122 |
<returns>A Leadtools.RasterImage object.</returns> |
123 |
</member>
|
124 |
<member name="M:Leadtools.Pdf.PDFDocument.GetContentType(System.Int32)"> |
125 |
<summary>Gets the content type for the specified page of this PDFDocument.</summary> |
126 |
<param name="pageNumber">The page number to check.</param> |
127 |
<returns>A PDFContentType that indicates the content type for the specified page.</returns> |
128 |
</member>
|
129 |
<member name="M:Leadtools.Pdf.PDFDocument.GetPageImage(Leadtools.Codecs.RasterCodecs,System.Int32)"> |
130 |
<summary>Gets a raster image of a page in the PDF file associated with this PDFDocument.</summary> |
131 |
<param name="codecs">An optional Leadtools.Codecs.RasterCodecs to use when reading the page. If you pass a **null** reference, then this method will internal create a new Leadtools.Codecs.RasterCodecs object and dispose before it returns.</param> |
132 |
<param name="pageNumber">The 1-based page number to read. Must be greater than or equal to 1 and less than or equal to the total number of pages in the document (Pages.Count). Use the special value of -1 to represent the last page in the document.</param> |
133 |
<returns>A Leadtools.RasterImage that represents the rendering of the requested page.</returns> |
134 |
</member>
|
135 |
<member name="M:Leadtools.Pdf.PDFDocument.GetPageSvg(System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions)"> |
136 |
<summary>Gets the specified page as an SVG document.</summary> |
137 |
<param name="pageNumber">1-based number of the page.</param> |
138 |
<param name="options">Options to use when converting the PDF data to SVG. This parameter can be **null** to use the default options.</param> |
139 |
<returns>The Leadtools.ISvgDocument for the specified page.</returns> |
140 |
</member>
|
141 |
<member name="M:Leadtools.Pdf.PDFDocument.GetPageSvg(Leadtools.Codecs.RasterCodecs,System.Int32,Leadtools.Codecs.CodecsLoadSvgOptions)"> |
142 |
<summary>Gets a SVG document representation of a page in the PDF file associated with this PDFDocument.</summary> |
143 |
<param name="codecs">An optional Leadtools.Codecs.RasterCodecs to use when reading the page. If you pass a **null** reference, then this method will internally create a new Leadtools.Codecs.RasterCodecs object and dispose of it before returning.</param> |
144 |
<param name="pageNumber">The 1-based page number to read. Must be greater than or equal to 1 and less than or equal to the total number of pages in the document (Pages.Count). Use the special value of -1 to indicate a reference to the last page of the document.</param> |
145 |
<param name="options">Options to use when loading the SVG.</param> |
146 |
<returns>An Leadtools.ISvgDocument that represents the requested page.</returns> |
147 |
</member>
|
148 |
<member name="M:Leadtools.Pdf.PDFDocument.GetThumbnail(Leadtools.Codecs.RasterCodecs,System.Int32,System.Int32,System.Int32)"> |
149 |
<summary>Gets a thumbnail of a page in the PDF file associated with this PDFDocument.</summary> |
150 |
<param name="codecs">An optional Leadtools.Codecs.RasterCodecs to use when reading the page. If you pass a **null** reference, then this method will internally create a new Leadtools.Codecs.RasterCodecs object and dispose before it returns.</param> |
151 |
<param name="pageNumber">The 1-based page number. Must be greater than or equal to 1 and less than or equal to the total number of pages in the document (Pages.Count). Use the special value of -1 to represent the last page in the document.</param> |
152 |
<param name="thumbnailWidth">The desired maximum width of the thumbnail image in pixels. Must be greater than 32.</param> |
153 |
<param name="thumbnailHeight">The desired maximum height of the thumbnail image in pixels. Must be greater than 32.</param> |
154 |
<returns>A new Leadtools.RasterImage that is the thumbnail image.</returns> |
155 |
</member>
|
156 |
<member name="M:Leadtools.Pdf.PDFDocument.ParseDocumentStructure(Leadtools.Pdf.PDFParseDocumentStructureOptions)"> |
157 |
<summary>Parses the Table of Content and internal links or jumps between the pages of the PDF file associated with this PDFDocument.</summary> |
158 |
<param name="options">Document structure parsing options.</param> |
159 |
</member>
|
160 |
<member name="M:Leadtools.Pdf.PDFDocument.ParsePages(Leadtools.Pdf.PDFParsePagesOptions,System.Int32,System.Int32)"> |
161 |
<summary>Parses the objects such as text items (characters), images, rectangles, annotations, form fields, digital signatures, hyperlinks and fonts from one or more PDF pages</summary> |
162 |
<param name="options">One or more PDFParsePagesOptions enumeration member that specify the types of objects to parse.</param> |
163 |
<param name="firstPageNumber">1-based index of the first page number to parse. Must be greater than or equal to 1 and less than or equal to the number of pages in the document.</param> |
164 |
<param name="lastPageNumber">1-based index of the last page number to parse. Must be greater than or equal to \firstPageNumber\ and less than or equal to the number of pages in the document. Use the special value of -1 to represent the last page in the document.</param> |
165 |
</member>
|
166 |
<member name="M:Leadtools.Pdf.PDFDocument.Dispose"> |
167 |
<summary>Releases all resources used by this PDFDocument.</summary> |
168 |
</member>
|
169 |
<member name="M:Leadtools.Pdf.PDFDocument.Dispose(System.Boolean)"> |
170 |
<summary>Releases all resources used by this PDFDocument.</summary> |
171 |
<param name="disposing"></param> |
172 |
</member>
|
173 |
<member name="M:Leadtools.Pdf.PDFDocument.Finalize"> |
174 |
<summary>This member overrides System.Object.Finalize</summary> |
175 |
</member>
|
176 |
<member name="P:Leadtools.Pdf.PDFDocument.Bookmarks"> |
177 |
<summary>Gets the Table of Contents (TOC) of this PDF document.</summary> |
178 |
<value>A list of PDFBookmark objects that specify the Table of Contents (TOC) of this PDFDocument. The default value is **null**.</value> |
179 |
</member>
|
180 |
<member name="P:Leadtools.Pdf.PDFDocument.DefaultResolution"> |
181 |
<summary>Default resolution in dots per inch used when creating new PDFDocument objects.</summary> |
182 |
<value>A System.Int32 that specifies the default resolution in dots per inch to use when creating new PDFDocument objects. Must be a value greater than or equal to 0. Default value is 150.</value> |
183 |
</member>
|
184 |
<member name="P:Leadtools.Pdf.PDFDocument.DocumentProperties"> |
185 |
<summary>Gets the properties or metadata of this PDF document.</summary> |
186 |
<value>A PDFDocumentProperties object that contains the properties or metadata of the PDF file associated with this PDFDocument. The default value is **null**.</value> |
187 |
</member>
|
188 |
<member name="P:Leadtools.Pdf.PDFDocument.FileName"> |
189 |
<summary>Gets the name of the PDF file associated with this PDFDocument.</summary> |
190 |
<value>A System.String that contains the name of the PDF file associated with this PDFDocument. The default value is **null**.</value> |
191 |
</member>
|
192 |
<member name="P:Leadtools.Pdf.PDFDocument.FileType"> |
193 |
<summary>Gets the file type or version of this PDF document.</summary> |
194 |
<value>A PDFFileType enumeration member that specifies the file type of version of the PDF file associated with this PDFDocument. The default value is PDFFileType.Unknown.</value> |
195 |
</member>
|
196 |
<member name="P:Leadtools.Pdf.PDFDocument.Fonts"> |
197 |
<summary>Gets a list of the embedded fonts of this PDFDocument.</summary> |
198 |
<value>A list of PDFFont contained in this **PDFDocument**.</value> |
199 |
</member>
|
200 |
<member name="P:Leadtools.Pdf.PDFDocument.Images"> |
201 |
<summary>Gets a list of the embedded images of this PDFDocument.</summary> |
202 |
<value>A list of PDFImage contained in this **PDFDocument**.</value> |
203 |
</member>
|
204 |
<member name="P:Leadtools.Pdf.PDFDocument.InternalLinks"> |
205 |
<summary>Gets the internal links (or jumps) between the pages of this PDF document.</summary> |
206 |
<value>A list of PDFInternalLink objects that specify the internal links (or jumps) between the pages of this PDFDocument. The default value is **null**.</value> |
207 |
</member>
|
208 |
<member name="P:Leadtools.Pdf.PDFDocument.IsEncrypted"> |
209 |
<summary>Gets a value that indicates whether this PDF document is encrypted.</summary> |
210 |
<value>**true** if this PDF document is encrypted and a password is necessary to open it; otherwise, it is **false**. The default value is **false**.</value> |
211 |
</member>
|
212 |
<member name="P:Leadtools.Pdf.PDFDocument.Pages"> |
213 |
<summary>Gets the collection of pages in this PDF document.</summary> |
214 |
<value>A collection of PDFDocumentPage objects, containing an item for each page in the PDF file associated with this PDFDocument object. The default value is **null**.</value> |
215 |
</member>
|
216 |
<member name="P:Leadtools.Pdf.PDFDocument.Password"> |
217 |
<summary>Gets the password used to decrypt this PDFDocument.</summary> |
218 |
<value>A System.String that contains the password used to decrypt this PDFDocument. The default value is **null**.</value> |
219 |
</member>
|
220 |
<member name="P:Leadtools.Pdf.PDFDocument.Resolution"> |
221 |
<summary>Resolution, in dots per inch, of this PDF document.</summary> |
222 |
<value>An System.Int32 that specifies the resolution in dots per inch of this PDF document. The default value is the value of the static PDFDocument.DefaultResolution property.</value> |
223 |
</member>
|
224 |
<member name="P:Leadtools.Pdf.PDFDocument.SecurityOptions"> |
225 |
<summary>Gets the security and encryption options used with this PDF document.</summary> |
226 |
<value>The security and encryption options used with this PDF document.</value> |
227 |
</member>
|
228 |
<member name="F:Leadtools.Pdf.PDFDocument.MaximumPasswordLength"> |
229 |
<summary>Gets the maximum size of a PDF password.</summary> |
230 |
</member>
|
231 |
<member name="F:Leadtools.Pdf.PDFDocument.MaximumStringLength"> |
232 |
<summary>Gets the maximum size of a PDF string.</summary> |
233 |
</member>
|
234 |
<member name="T:Leadtools.Pdf.PDFDocumentPage"> |
235 |
<summary>Contains information about a page in a PDF document.</summary> |
236 |
</member>
|
237 |
<member name="M:Leadtools.Pdf.PDFDocumentPage.ConvertPoint(Leadtools.Pdf.PDFCoordinateType,Leadtools.Pdf.PDFCoordinateType,Leadtools.Pdf.PDFPoint)"> |
238 |
<summary>Converts a point from one coordinate system type to another.</summary> |
239 |
<param name="sourceType">The current coordinate system type of \point\.</param> |
240 |
<param name="destinationType">The coordinate system type to convert to.</param> |
241 |
<param name="point">Coordinates to convert.</param> |
242 |
<returns>A PDFPoint that contains the converted point.</returns> |
243 |
</member>
|
244 |
<member name="M:Leadtools.Pdf.PDFDocumentPage.ConvertRect(Leadtools.Pdf.PDFCoordinateType,Leadtools.Pdf.PDFCoordinateType,Leadtools.Pdf.PDFRect)"> |
245 |
<summary>Converts a rectangle from one coordinate system type to another.</summary> |
246 |
<param name="sourceType">The current coordinate system type of \rect\.</param> |
247 |
<param name="destinationType">The coordinate system type to convert to.</param> |
248 |
<param name="rect">Coordinates to convert.</param> |
249 |
<returns>A PDFRect that contains the converted rectangle.</returns> |
250 |
</member>
|
251 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.Annotations"> |
252 |
<summary>Gets a list of the annotations found in this page.</summary> |
253 |
<value>An IList of PDFAnnotation items that contain the annotations found in the page. The default value is **null**.</value> |
254 |
</member>
|
255 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.CropBox"> |
256 |
<summary>Gets the crop box of this page.</summary> |
257 |
<value>A PDFRect that specifies the crop box of this page. The default value is an empty PDFRect.</value> |
258 |
</member>
|
259 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.Fonts"> |
260 |
<summary>Gets a list of the fonts found in this page.</summary> |
261 |
<value>An IList of PDFFont items that contain the fonts found in this page. The default value is **null**.</value> |
262 |
</member>
|
263 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.FormFields"> |
264 |
<summary>Gets a list of the form fields found in this page.</summary> |
265 |
<value>An IList of PDFFormField items that contain the form fields found in the page. The default value is **null**.</value> |
266 |
</member>
|
267 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.Height"> |
268 |
<summary>Gets the height in PDF units.</summary> |
269 |
<value>The height in PDF units (1/72 of an inch). The default value is 0.</value> |
270 |
</member>
|
271 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.HeightInches"> |
272 |
<summary>Gets the height of the page in inches.</summary> |
273 |
<value>The height of the page in inches. The default value is 0.</value> |
274 |
</member>
|
275 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.HeightPixels"> |
276 |
<summary>Gets the height of the page in pixels</summary> |
277 |
<value>The height of the page in pixels. The default value is 0.</value> |
278 |
</member>
|
279 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.Hyperlinks"> |
280 |
<summary>Gets a list of the hyperlinks found in this page.</summary> |
281 |
<value>An IList of PDFHyperlink items that contain the hyperlinks found in the page. The default value is **null**.</value> |
282 |
</member>
|
283 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.MediaBox"> |
284 |
<summary>Gets the media box of this page.</summary> |
285 |
<value>A PDFRect that specifies the media box of this page. The default value is an empty PDFRect.</value> |
286 |
</member>
|
287 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.Objects"> |
288 |
<summary>Gets a list of the objects found in this page.</summary> |
289 |
<value>An IList of PDFObject items that contain the objects found in the page. The default value is **null**.</value> |
290 |
</member>
|
291 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.PageNumber"> |
292 |
<summary>Gets the number of this PDF page.</summary> |
293 |
<value>A System.Int32 that specifies the number of this page. The default value is 0.</value> |
294 |
</member>
|
295 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.Rotation"> |
296 |
<summary>Gets the rotation angle of this page in degrees.</summary> |
297 |
<value>The rotation angle of this page in degrees. Default value is 0.</value> |
298 |
</member>
|
299 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.Signatures"> |
300 |
<summary>Gets a list of the digital signatures found in this page.</summary> |
301 |
<value>An IList of PDFSignature items that contain the digital signatures found in the page. The default value is **null**.</value> |
302 |
</member>
|
303 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.Width"> |
304 |
<summary>Gets the width in PDF units.</summary> |
305 |
<value>The width in PDF units (1/72 of an inch). The default value is 0.</value> |
306 |
</member>
|
307 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.WidthInches"> |
308 |
<summary>Gets the width of the page in inches.</summary> |
309 |
<value>The width of the page in inches. The default value is 0.</value> |
310 |
</member>
|
311 |
<member name="P:Leadtools.Pdf.PDFDocumentPage.WidthPixels"> |
312 |
<summary>Gets the width of the page in pixels.</summary> |
313 |
<value>The width of the page in pixels. The default value is 0.</value> |
314 |
</member>
|
315 |
<member name="T:Leadtools.Pdf.PDFDocumentPageCollection"> |
316 |
<summary>Defines a collection of PDF document pages.</summary> |
317 |
</member>
|
318 |
<member name="T:Leadtools.Pdf.PDFDocumentProperties"> |
319 |
<summary>Contains a PDF document properties or metadata.</summary> |
320 |
</member>
|
321 |
<member name="M:Leadtools.Pdf.PDFDocumentProperties.#ctor"> |
322 |
<summary>Initializes a new instance of the PDFDocumentProperties with default parameters.</summary> |
323 |
</member>
|
324 |
<member name="M:Leadtools.Pdf.PDFDocumentProperties.Clone"> |
325 |
<summary>Creates an exact copy of this PDFDocumentProperties object.</summary> |
326 |
<returns>The PDFDocumentProperties cone this method creates, cast as an object.</returns> |
327 |
</member>
|
328 |
<member name="P:Leadtools.Pdf.PDFDocumentProperties.Author"> |
329 |
<summary>Author of the PDF document. This is optional.</summary> |
330 |
<value>A System.String that contain the author of the PDF document. The default value is **null**.</value> |
331 |
</member>
|
332 |
<member name="P:Leadtools.Pdf.PDFDocumentProperties.Created"> |
333 |
<summary>Creation date and time of the PDF document. This is optional.</summary> |
334 |
<value>A System.DateTime that contain the optional created date and time of the PDF document. The default value is an empty System.DateTime object.</value> |
335 |
</member>
|
336 |
<member name="P:Leadtools.Pdf.PDFDocumentProperties.Creator"> |
337 |
<summary>Creator of the PDF document. This is optional.</summary> |
338 |
<value>A System.String that contain the creator of the PDF document. The default value is **null**.</value> |
339 |
</member>
|
340 |
<member name="P:Leadtools.Pdf.PDFDocumentProperties.Keywords"> |
341 |
<summary>Keywords of the PDF document. This is optional.</summary> |
342 |
<value>A System.String that contain the keywords of the PDF document. The default value is **null**.</value> |
343 |
</member>
|
344 |
<member name="P:Leadtools.Pdf.PDFDocumentProperties.Modified"> |
345 |
<summary>Modified date and time of the PDF document. This is optional.</summary> |
346 |
<value>A System.DateTime that contain the optional modified date and time of the PDF document. The default value is an empty System.DateTime object.</value> |
347 |
</member>
|
348 |
<member name="P:Leadtools.Pdf.PDFDocumentProperties.Producer"> |
349 |
<summary>Producer of the PDF document. This is optional.</summary> |
350 |
<value>A System.String that contain the producer of the PDF document. The default value is **null**.</value> |
351 |
</member>
|
352 |
<member name="P:Leadtools.Pdf.PDFDocumentProperties.Subject"> |
353 |
<summary>Subject of the PDF document.</summary> |
354 |
<value>A System.String that contain the subject of the PDF document. The default value is **null**.</value> |
355 |
</member>
|
356 |
<member name="P:Leadtools.Pdf.PDFDocumentProperties.Title"> |
357 |
<summary>Title of the PDF document. This is optional.</summary> |
358 |
<value>A System.String that contain the title of the PDF document. The default value is **null**.</value> |
359 |
</member>
|
360 |
<member name="T:Leadtools.Pdf.PDFEllipseAnnotation"> |
361 |
<summary>Contains information for a PDF ellipse annotation.</summary> |
362 |
</member>
|
363 |
<member name="M:Leadtools.Pdf.PDFEllipseAnnotation.#ctor"> |
364 |
<summary>Initializes a new instance of a PDFEllipseAnnotation object with default values.</summary> |
365 |
</member>
|
366 |
<member name="M:Leadtools.Pdf.PDFEllipseAnnotation.Clone"> |
367 |
<summary>Creates an exact copy of this PDFEllipseAnnotation</summary> |
368 |
<returns>The PDFAnnotation this method creates, cast as an object.</returns> |
369 |
</member>
|
370 |
<member name="P:Leadtools.Pdf.PDFEllipseAnnotation.AnnotationType"> |
371 |
<summary>Gets the type of this annotation object.</summary> |
372 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation</value> |
373 |
</member>
|
374 |
<member name="P:Leadtools.Pdf.PDFEllipseAnnotation.Brush"> |
375 |
<summary>Brush of this annotation.</summary> |
376 |
<value>A PDFBrush that represents brush properties for this annotation.</value> |
377 |
</member>
|
378 |
<member name="P:Leadtools.Pdf.PDFEllipseAnnotation.Center"> |
379 |
<summary>Center point of this ellipse annotation.</summary> |
380 |
<value>A PDFPoint that represents the center point, in PDF units (1/72 of an inch from the bottom-left), of the ellipse annotation. The default value is an empty PDFPoint.</value> |
381 |
</member>
|
382 |
<member name="P:Leadtools.Pdf.PDFEllipseAnnotation.HorizontalRadius"> |
383 |
<summary>Horizontal radius of this ellipse annotation.</summary> |
384 |
<value>A System.Double that represents the horizontal radius, in PDF units (1/72 of an inch from the bottom-left), of the ellipse annotation. The default value is 0 System.Double.</value> |
385 |
</member>
|
386 |
<member name="P:Leadtools.Pdf.PDFEllipseAnnotation.Pen"> |
387 |
<summary>Pen of this annotation.</summary> |
388 |
<value>A PDFPen that represents the pen properties for this annotation.</value> |
389 |
</member>
|
390 |
<member name="P:Leadtools.Pdf.PDFEllipseAnnotation.VerticalRadius"> |
391 |
<summary>Vertical radius of this ellipse annotation.</summary> |
392 |
<value>A System.Double that represents the horizontal radius, in PDF units (1/72 of an inch from the bottom-left), of the ellipse annotation. The default value is 0 System.Double.</value> |
393 |
</member>
|
394 |
<member name="T:Leadtools.Pdf.PDFFile"> |
395 |
<summary>PDF file features class. \* PDF Capability Required.</summary> |
396 |
</member>
|
397 |
<member name="M:Leadtools.Pdf.PDFFile.#ctor"> |
398 |
<summary>Initializes a new PDFFile object with default parameters.</summary> |
399 |
</member>
|
400 |
<member name="M:Leadtools.Pdf.PDFFile.#ctor(System.String)"> |
401 |
<summary>Initializes a new PDFFile object and associates it with the name of a PDF file.</summary> |
402 |
<param name="fileName">The name of the file to be associated with this PDFFile.</param> |
403 |
</member>
|
404 |
<member name="M:Leadtools.Pdf.PDFFile.#ctor(System.String,System.String)"> |
405 |
<summary>Initializes a new PDFFile object and associated it with the name of a PDF file and the password used to decrypt it.</summary> |
406 |
<param name="fileName">The name of the file associated with this PDFFile.</param> |
407 |
<param name="password">The password associated with the PDF file at \fileName\.</param> |
408 |
</member>
|
409 |
<member name="M:Leadtools.Pdf.PDFFile.ClearAnnotations(System.String)"> |
410 |
<summary>Clears the annotations from an existing PDF file.</summary> |
411 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
412 |
</member>
|
413 |
<member name="M:Leadtools.Pdf.PDFFile.ClearBookmarks(System.String)"> |
414 |
<summary>Clears the bookmarks and internal links (TOC) from an existing PDF file.</summary> |
415 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
416 |
</member>
|
417 |
<member name="M:Leadtools.Pdf.PDFFile.Clone"> |
418 |
<summary>Creates an exact copy of this PDFFile object.</summary> |
419 |
<returns>The PDFFile cone this method creates, cast as an object.</returns> |
420 |
</member>
|
421 |
<member name="M:Leadtools.Pdf.PDFFile.Convert(System.Int32,System.Int32,System.String)"> |
422 |
<summary>Converts the file associated with the PDFFile object to a different version using optional document properties and security options.</summary> |
423 |
<param name="firstPageNumber">The 1-based number of the first page to be converted. It must be a value greater than or equal to 1.</param> |
424 |
<param name="lastPageNumber">The 1-based number of the last page to be converted. It must be a value greater than or equal to \firstPageNumber\, and less than or equal to the total number of pages in the file. Use the special value of -1 to represent "last page in the file".</param> |
425 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
426 |
</member>
|
427 |
<member name="M:Leadtools.Pdf.PDFFile.ConvertToPDFA(System.String)"> |
428 |
<summary>Converts the file associated with this PDFFile object to PDF/A.</summary> |
429 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null**, then the filename set in FileName will be updated.</param> |
430 |
</member>
|
431 |
<member name="M:Leadtools.Pdf.PDFFile.ConvertToSvg(System.String,System.Int32,System.Int32)"> |
432 |
<summary>Converts the specified page of this PDFFile to SVG.</summary> |
433 |
<param name="destinationFileName">The filename for the output SVG file.</param> |
434 |
<param name="resolution">The resolution for the output file.</param> |
435 |
<param name="pageNumber">The page number to convert.</param> |
436 |
</member>
|
437 |
<member name="M:Leadtools.Pdf.PDFFile.DeletePages(System.Int32,System.Int32,System.String)"> |
438 |
<summary>Delete one or more pages from the file associated with this PDFFile object.</summary> |
439 |
<param name="firstPageNumber">The 1-based number of the first page to be deleted. Must be a value greater than or equal to 1.</param> |
440 |
<param name="lastPageNumber">The 1-based number of the last page to be deleted. Must be a value greater than or equal to \firstPageNumber\ and less than or equal to the total number of pages in the file. Use the special value of -1 to represents "last page in the file".</param> |
441 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
442 |
</member>
|
443 |
<member name="M:Leadtools.Pdf.PDFFile.Distill(Leadtools.Pdf.PDFDistillerOptions,System.String)"> |
444 |
<summary>Converts (distills) the Postscript file associated with this PDFFile object to PDF.</summary> |
445 |
<param name="distillerOptions">The options to use when creating the PDF file. Cannot be **null** .</param> |
446 |
<param name="destinationFileName">Name of the destination PDF file to be created. Cannot be **null**.</param> |
447 |
</member>
|
448 |
<member name="M:Leadtools.Pdf.PDFFile.DrawDocument(System.IntPtr,System.Int32,System.Int32)"> |
449 |
<summary>Renders the specified page of the PDF file.</summary> |
450 |
<param name="hdc">The HDC where the PDF file should be rendered.</param> |
451 |
<param name="resolution">The resolution at which to render the PDF file.</param> |
452 |
<param name="pageNumber">The page number to be rendered.</param> |
453 |
</member>
|
454 |
<member name="M:Leadtools.Pdf.PDFFile.ExtractPages(System.Int32,System.Int32,System.String)"> |
455 |
<summary>Extract one or more pages from the file associated with this PDFFile object.</summary> |
456 |
<param name="firstPageNumber">The 1-based number of the first page to be extracted. Must be a value greater than or equal to 1.</param> |
457 |
<param name="lastPageNumber">The 1-based number of the last page to be extracted. Must be a value greater than or equal to \firstPageNumber\ and less than or equal to the total number of pages in the file. Use the special value of -1 to represents "last page in the file".</param> |
458 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
459 |
</member>
|
460 |
<member name="M:Leadtools.Pdf.PDFFile.GetPageCount"> |
461 |
<summary>Gets the number of pages in this PDFFile object.</summary> |
462 |
<returns>A System.Int32 that represents the number of pages in this PDFFile object.</returns> |
463 |
</member>
|
464 |
<member name="M:Leadtools.Pdf.PDFFile.GetPDFFileType(System.String,System.Boolean)"> |
465 |
<summary>Gets the type of a PDF or Postscript file.</summary> |
466 |
<param name="fileName">The name of the PDF or Postscript file.</param> |
467 |
<param name="pdfTypesOnly"></param> |
468 |
<returns>An PDFFileType enumeration member that specifies the type of the file. If the file is not PDF (or Postscript depending on \pdfTypesOnly\), then PDFFileType.Unknown is returned.</returns> |
469 |
</member>
|
470 |
<member name="M:Leadtools.Pdf.PDFFile.InsertPagesFrom(System.Int32,Leadtools.Pdf.PDFFile,System.Int32,System.Int32)"> |
471 |
<summary>Inserts one or more pages from an existing PDF file into the file associated with this PDFFile object.</summary> |
472 |
<param name="insertPageNumber">The 1-based number of the insertion point in this PDFFile object. Use a value of 0 to insert the new pages at the beginning of the file and -1 to insert the new pages at the end of the file (append).</param> |
473 |
<param name="sourceFile">A PDFFile object associated with an existing PDF file that contain the source file to insert the pages from.</param> |
474 |
<param name="firstPageNumber">The 1-based number of the first page in the source file to be inserted. Must be a value greater than or equal to 1.</param> |
475 |
<param name="lastPageNumber">The 1-based number of the last page in the source file to be inserted. Must be a value greater than or equal to \firstPageNumber\ and less than or equal to the total number of pages in the file. Use the special value of -1 to represent "last page in the file".</param> |
476 |
</member>
|
477 |
<member name="M:Leadtools.Pdf.PDFFile.IsEncrypted(System.String)"> |
478 |
<summary>Gets a value that indicate whether a PDF file is encrypted.</summary> |
479 |
<param name="fileName">The name of the PDF file.</param> |
480 |
<returns>This method checks if the PDF file has been encrypted and protected with a password. If this is the case, then you must create a PDFFile object (or set the Password property) to the correct file before you can use the other methods of this object.</returns> |
481 |
</member>
|
482 |
<member name="M:Leadtools.Pdf.PDFFile.Linearize(System.String)"> |
483 |
<summary>Converts the file associated with this PDFFile object to a linearized version (optimized for Web viewing).</summary> |
484 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
485 |
</member>
|
486 |
<member name="M:Leadtools.Pdf.PDFFile.Load"> |
487 |
<summary>Loads this PDFFile object and populate its pages collection and document properties.</summary> |
488 |
</member>
|
489 |
<member name="M:Leadtools.Pdf.PDFFile.MergeWith(Leadtools.Pdf.PDFFile,System.String)"> |
490 |
<summary>Merges this PDF file with one or more PDF existing files with optional passwords for each file.</summary> |
491 |
<param name="sourceFiles">An array of PDFFile objects that contain the names and optional password of the source files to merge with this PDFFile. Must not be **null** and must contain at least one item and a maximum of 100 items.</param> |
492 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
493 |
</member>
|
494 |
<member name="M:Leadtools.Pdf.PDFFile.MergeWith(System.String[],System.String)"> |
495 |
<summary>Merges this PDF file with one or more PDF existing files.</summary> |
496 |
<param name="sourceFileNames">An array of System.String's that contain the names of the source files to merge with this PDFFile. Must not be **null** and must contain at least one item and a maximum of 100 items.</param> |
497 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** (**Nothing** in VB) then the filename set in FileName will be updated.</param> |
498 |
</member>
|
499 |
<member name="M:Leadtools.Pdf.PDFFile.Optimize(System.String)"> |
500 |
<summary>Optimizes this PDFFile object and writes the PDF data into the specified file.</summary> |
501 |
<param name="destinationFileName">The filename of the new, optimized PDF file.</param> |
502 |
</member>
|
503 |
<member name="M:Leadtools.Pdf.PDFFile.ReplacePagesFrom(System.Int32,Leadtools.Pdf.PDFFile,System.Int32,System.Int32)"> |
504 |
<summary>Replaces one or more pages from an existing PDF file into the file associated with this PDFFile object.</summary> |
505 |
<param name="replacePageNumber">The 1-based number of the replacement point in this PDFFile object. Must be greater than or equal to 1 and less than or equal to the total number of pages in \sourceFile\.</param> |
506 |
<param name="sourceFile">A PDFFile object associated with an existing PDF file that contain the source file to replace the pages from.</param> |
507 |
<param name="firstPageNumber">The 1-based number of the first page in the source file to be replaced. Must be a value greater than or equal to 1.</param> |
508 |
<param name="lastPageNumber">The 1-based number of the last page in the source file to be replaced. Must be a value greater than or equal to \firstPageNumber\ and less than or equal to the total number of pages in the file. Use the special value of -1 to represent "last page in the file".</param> |
509 |
</member>
|
510 |
<member name="M:Leadtools.Pdf.PDFFile.Rotatepages(System.Int32[],System.Int32,System.Int32,System.String)"> |
511 |
<summary>Rotate one or more pages in an existing PDF file. {[NET]}</summary> |
512 |
<param name="angles">Rotation angles for each page specified. Angles are in degrees and must be multiple of 90. Positive values will rotate the page clock-wise while</param> |
513 |
<param name="firstPageNumber">First page number to rotate.</param> |
514 |
<param name="lastPageNumber">Last page number to rotate.</param> |
515 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename</param> |
516 |
</member>
|
517 |
<member name="M:Leadtools.Pdf.PDFFile.SetDocumentProperties(System.String)"> |
518 |
<summary>Updates the properties of the file associated with this PDFFile object.</summary> |
519 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null**then the filename set in FileName will be updated.</param> |
520 |
</member>
|
521 |
<member name="M:Leadtools.Pdf.PDFFile.SetInitialView(System.String)"> |
522 |
<summary>Updates the initial view options of the specified PDF file.</summary> |
523 |
<param name="destinationFileName">The filename of the PDF file to be updated.</param> |
524 |
</member>
|
525 |
<member name="M:Leadtools.Pdf.PDFFile.SignDocument(System.String,System.String,System.String)"> |
526 |
<summary>Adds a digital signature to a PDF document from a PFX file.</summary> |
527 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
528 |
<param name="signatureFileName">Name of the file containing the digital signature. This should be a valid PFX file and cannot be **null**.</param> |
529 |
<param name="signaturePassword">The password to use if the PFX file requires one. Otherwise, **null**.</param> |
530 |
</member>
|
531 |
<member name="M:Leadtools.Pdf.PDFFile.WriteAnnotations(IList<PDFAnnotation>,System.String)"> |
532 |
<summary>Writes annotations to an existing PDF file.</summary> |
533 |
<param name="annotations">A list of PDFAnnotation objects to write. This must not be **null** and must be a list of 1 or more items. An empty list (count is zero) will throw an exception.</param> |
534 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
535 |
</member>
|
536 |
<member name="M:Leadtools.Pdf.PDFFile.WriteBookmarks(IList<PDFBookmark>,System.String)"> |
537 |
<summary>Writes bookmarks (TOC) to an existing PDF file.</summary> |
538 |
<param name="bookmarks">A list of PDFBookmark objects to write. This must not be **null** and must be a list of 1 or more items. An empty list (count is zero) will throw an exception.</param> |
539 |
<param name="destinationFileName">Name of the destination PDF file to be created. If the value of this parameter is **null** then the filename set in FileName will be updated.</param> |
540 |
</member>
|
541 |
<member name="P:Leadtools.Pdf.PDFFile.CompatibilityLevel"> |
542 |
<summary>PDF compatibility level (version) to use when updating or creating a PDF file.</summary> |
543 |
<value>A PDFCompatibilityLevel that specifies the PDF compatibility level (version) to use when this PDFFile is used to update or create a PDF file. Default value is PDFCompatibilityLevel.Default.</value> |
544 |
</member>
|
545 |
<member name="P:Leadtools.Pdf.PDFFile.DocumentProperties"> |
546 |
<summary>PDF document properties or metadata used with this PDFFile object.</summary> |
547 |
<value>A PDFDocumentProperties that contain the PDF document properties or metadata used with this PDFFile. The default value is **null** .</value> |
548 |
</member>
|
549 |
<member name="P:Leadtools.Pdf.PDFFile.FileName"> |
550 |
<summary>Gets or sets the name of the file associated with this PDFFile.</summary> |
551 |
<value>A System.String that contains the name of the file associated with this PDFFile. The default value is a **null** reference .</value> |
552 |
</member>
|
553 |
<member name="P:Leadtools.Pdf.PDFFile.InitialViewOptions"> |
554 |
<summary>Sets the PDFInitialViewOptions that this PDFFile object uses when creating new PDF files.</summary> |
555 |
<value>The PDFInitialViewOptions to use.</value> |
556 |
</member>
|
557 |
<member name="P:Leadtools.Pdf.PDFFile.OptimizerOptions"> |
558 |
<summary>Sets the PDFOptimizerOptions that this PDFFile object uses when Optimize is called to create a new, optimized PDF file.</summary> |
559 |
<value>The PDFOptimizerOptions to use.</value> |
560 |
</member>
|
561 |
<member name="P:Leadtools.Pdf.PDFFile.Pages"> |
562 |
<summary>Gets the collection of pages in this PDF file.</summary> |
563 |
<value>A collection of PDFFilePage objects that contain an item for each page in the PDF file associated with this PDFFile object. Default value is **null**.</value> |
564 |
</member>
|
565 |
<member name="P:Leadtools.Pdf.PDFFile.Password"> |
566 |
<summary>Gets or sets the password associated with this PDFFile.</summary> |
567 |
<value>A System.String that contains the password to use when loading this PDFFile object (if the file is encrypted).</value> |
568 |
</member>
|
569 |
<member name="P:Leadtools.Pdf.PDFFile.SecurityOptions"> |
570 |
<summary>PDF security and encryption options to use when updating or creating a PDF file.</summary> |
571 |
<value>A PDFSecurityOptions that contain the PDF security and encryption options to use when this PDFFile is used to update or create a PDF file. Default value is **null**.</value> |
572 |
</member>
|
573 |
<member name="T:Leadtools.Pdf.PDFFormField"> |
574 |
<summary>Contains information about a single PDF form field.</summary> |
575 |
</member>
|
576 |
<member name="M:Leadtools.Pdf.PDFFormField.#ctor"> |
577 |
<summary>Initializes a new instance of PDFFormField.</summary> |
578 |
</member>
|
579 |
<member name="M:Leadtools.Pdf.PDFFormField.Clone"> |
580 |
<summary>Returns an exact copy of this PDFFormField.</summary> |
581 |
<returns>An exact copy of this PDFFormField.</returns> |
582 |
</member>
|
583 |
<member name="P:Leadtools.Pdf.PDFFormField.AlternateName"> |
584 |
<summary>Alternate name of the field.</summary> |
585 |
<value>Alternate name of the field.</value> |
586 |
</member>
|
587 |
<member name="P:Leadtools.Pdf.PDFFormField.BorderColor"> |
588 |
<summary>Border color of this field.</summary> |
589 |
<value>Border color of this field.</value> |
590 |
</member>
|
591 |
<member name="P:Leadtools.Pdf.PDFFormField.BorderStyle"> |
592 |
<summary>Border style of this field.</summary> |
593 |
<value>Border style of this field. In most cases, this is one of the **BorderStyleXYZ** constants defined in PDFFormField.</value> |
594 |
</member>
|
595 |
<member name="P:Leadtools.Pdf.PDFFormField.BorderWidth"> |
596 |
<summary>Border width of this field.</summary> |
597 |
<value>Border width of this field in PDF page units.</value> |
598 |
</member>
|
599 |
<member name="P:Leadtools.Pdf.PDFFormField.Bounds"> |
600 |
<summary>The location and size of this field in the page.</summary> |
601 |
<value>location and size of this field in the page in PDF page coordinates.</value> |
602 |
</member>
|
603 |
<member name="P:Leadtools.Pdf.PDFFormField.Contents"> |
604 |
<summary>List of the contents set in the field.</summary> |
605 |
<value>List of the contents set in the field.</value> |
606 |
</member>
|
607 |
<member name="P:Leadtools.Pdf.PDFFormField.ContentType"> |
608 |
<summary>Content type.</summary> |
609 |
<value>Field type. In most cases, this is one of the **ContentTypeXYZ** constants defined in PDFFormField.</value> |
610 |
</member>
|
611 |
<member name="P:Leadtools.Pdf.PDFFormField.ContentValues"> |
612 |
<summary>List of the content values set in the field.</summary> |
613 |
<value>List of the content values set in the field.</value> |
614 |
</member>
|
615 |
<member name="P:Leadtools.Pdf.PDFFormField.FieldFlags"> |
616 |
<summary>Other flags associated with the field.</summary> |
617 |
<value>Other flags associated with the field. In most cases, this is one of the **FieldFlagsXYZ** constant values defined in PDFFormField. The default value is 0.</value> |
618 |
</member>
|
619 |
<member name="P:Leadtools.Pdf.PDFFormField.FieldType"> |
620 |
<summary>Field type.</summary> |
621 |
<value>Field type. In most cases, this is one of the **FieldTypeXYZ** constants defined in PDFFormField.</value> |
622 |
</member>
|
623 |
<member name="P:Leadtools.Pdf.PDFFormField.FillColor"> |
624 |
<summary>Background color of the field</summary> |
625 |
<value>Background color of the field.</value> |
626 |
</member>
|
627 |
<member name="P:Leadtools.Pdf.PDFFormField.FillMode"> |
628 |
<summary>Fill mode of this field.</summary> |
629 |
<value>Fill mode of this field. In most cases, this is one of the **FillModeXYZ** constants defined in PDFFormField.</value> |
630 |
</member>
|
631 |
<member name="P:Leadtools.Pdf.PDFFormField.FontName"> |
632 |
<summary>Font name to use for the text of this field</summary> |
633 |
<value>Font name to use for the text of this field.</value> |
634 |
</member>
|
635 |
<member name="P:Leadtools.Pdf.PDFFormField.FontSize"> |
636 |
<summary>Font size to use with the text of this field.</summary> |
637 |
<value>Font size to use with the text of this field.</value> |
638 |
</member>
|
639 |
<member name="P:Leadtools.Pdf.PDFFormField.GroupId"> |
640 |
<summary>Optional ID if this field is part of a group.</summary> |
641 |
<value>Optional ID if this field is part of a group.</value> |
642 |
</member>
|
643 |
<member name="P:Leadtools.Pdf.PDFFormField.MappingName"> |
644 |
<summary>Mapping name of the field.</summary> |
645 |
<value>Mapping name of the field.</value> |
646 |
</member>
|
647 |
<member name="P:Leadtools.Pdf.PDFFormField.MaxLength"> |
648 |
<summary>Maximum length of the field content.</summary> |
649 |
<value>Maximum length of the field content.</value> |
650 |
</member>
|
651 |
<member name="P:Leadtools.Pdf.PDFFormField.Name"> |
652 |
<summary>Name of the field.</summary> |
653 |
<value>Name of the field.</value> |
654 |
</member>
|
655 |
<member name="P:Leadtools.Pdf.PDFFormField.OptionalName"> |
656 |
<summary>Optional name of the field.</summary> |
657 |
<value>Optional name of the field.</value> |
658 |
</member>
|
659 |
<member name="P:Leadtools.Pdf.PDFFormField.PageNumber"> |
660 |
<summary>The 1-based number of the page that owns this field.</summary> |
661 |
<value>The 1-based number of the page that owns this field.</value> |
662 |
</member>
|
663 |
<member name="P:Leadtools.Pdf.PDFFormField.Rotation"> |
664 |
<summary>Rotation angle of the field.</summary> |
665 |
<value>Rotation angle of the field.</value> |
666 |
</member>
|
667 |
<member name="P:Leadtools.Pdf.PDFFormField.SelectedContents"> |
668 |
<summary>The selected contents if this field is a list box.</summary> |
669 |
<value>A list of the selected contents if this field is a list box.</value> |
670 |
</member>
|
671 |
<member name="P:Leadtools.Pdf.PDFFormField.State"> |
672 |
<summary>State of the field is supported.</summary> |
673 |
<value>State of the field is supported. In most cases, this is one of the **StateXYZ** constant values defined in PDFFormField. The default value is 0.</value> |
674 |
</member>
|
675 |
<member name="P:Leadtools.Pdf.PDFFormField.TextColor"> |
676 |
<summary>Foreground (text) color of this field.</summary> |
677 |
<value>Foreground (text) color of this field.</value> |
678 |
</member>
|
679 |
<member name="P:Leadtools.Pdf.PDFFormField.TextJustification"> |
680 |
<summary>Justification to use for text of this field.</summary> |
681 |
<value>Justification to use for text of this field.</value> |
682 |
</member>
|
683 |
<member name="P:Leadtools.Pdf.PDFFormField.ViewFlags"> |
684 |
<summary>View flags associated with the field.</summary> |
685 |
<value>View flags associated with the field. In most cases, this is one of the **ViewFlagsXYZ** constant values defined in PDFFormField. The default value is 0.</value> |
686 |
</member>
|
687 |
<member name="F:Leadtools.Pdf.PDFFormField.BorderStyleBeveled"> |
688 |
<summary>Beveled border style.</summary> |
689 |
</member>
|
690 |
<member name="F:Leadtools.Pdf.PDFFormField.BorderStyleDashed"> |
691 |
<summary>Dashed border style.</summary> |
692 |
</member>
|
693 |
<member name="F:Leadtools.Pdf.PDFFormField.BorderStyleInset"> |
694 |
<summary>Inset border style.</summary> |
695 |
</member>
|
696 |
<member name="F:Leadtools.Pdf.PDFFormField.BorderStyleSolid"> |
697 |
<summary>Solid border style.</summary> |
698 |
</member>
|
699 |
<member name="F:Leadtools.Pdf.PDFFormField.BorderStyleTransparent"> |
700 |
<summary>Transparent border style.</summary> |
701 |
</member>
|
702 |
<member name="F:Leadtools.Pdf.PDFFormField.BorderStyleUnderline"> |
703 |
<summary>Underline border style.</summary> |
704 |
</member>
|
705 |
<member name="F:Leadtools.Pdf.PDFFormField.ContentTypeCustom"> |
706 |
<summary>Content type is custom.</summary> |
707 |
</member>
|
708 |
<member name="F:Leadtools.Pdf.PDFFormField.ContentTypeDate"> |
709 |
<summary>Content type is a date.</summary> |
710 |
</member>
|
711 |
<member name="F:Leadtools.Pdf.PDFFormField.ContentTypeNumber"> |
712 |
<summary>Content type is a number.</summary> |
713 |
</member>
|
714 |
<member name="F:Leadtools.Pdf.PDFFormField.ContentTypeTime"> |
715 |
<summary>Content type is a time.</summary> |
716 |
</member>
|
717 |
<member name="F:Leadtools.Pdf.PDFFormField.ContentTypeUnrestrained"> |
718 |
<summary>Content type can be anything.</summary> |
719 |
</member>
|
720 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsButtonNoToggleToOff"> |
721 |
<summary>Button should not toggle to off state.</summary> |
722 |
</member>
|
723 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsButtonPushButton"> |
724 |
<summary>Button is a push button.</summary> |
725 |
</member>
|
726 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsButtonRadio"> |
727 |
<summary>Button is a radio button.</summary> |
728 |
</member>
|
729 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsButtonRadioInUnison"> |
730 |
<summary>Button is in a group of radio buttons (using GroupId) and only a single item should be selected at a time.</summary> |
731 |
</member>
|
732 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsChoiceCombo"> |
733 |
<summary>Choice field is a combo box.</summary> |
734 |
</member>
|
735 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsChoiceCommitOnSelectionChange"> |
736 |
<summary>Choice field should commit changes if it is modified.</summary> |
737 |
</member>
|
738 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsChoiceEdit"> |
739 |
<summary>Choice field is editable.</summary> |
740 |
</member>
|
741 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsChoiceMultiSelect"> |
742 |
<summary>Choice field supports multi-select.</summary> |
743 |
</member>
|
744 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsChoiceSort"> |
745 |
<summary>Choice field is sorted.</summary> |
746 |
</member>
|
747 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsNoExport"> |
748 |
<summary>Field cannot be exported.</summary> |
749 |
</member>
|
750 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsReadOnly"> |
751 |
<summary>Field is read-only.</summary> |
752 |
</member>
|
753 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsRequired"> |
754 |
<summary>Field is required.</summary> |
755 |
</member>
|
756 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsTextComb"> |
757 |
<summary>Text field is a combo box.</summary> |
758 |
</member>
|
759 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsTextDoNotScroll"> |
760 |
<summary>Text field should not scroll.</summary> |
761 |
</member>
|
762 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsTextDoNotSpellcheck"> |
763 |
<summary>Text field should not be spell checked.</summary> |
764 |
</member>
|
765 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsTextFileSelect"> |
766 |
<summary>Text field is a file selection.</summary> |
767 |
</member>
|
768 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsTextMultiline"> |
769 |
<summary>Text field is multi-lined.</summary> |
770 |
</member>
|
771 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsTextPassword"> |
772 |
<summary>Text field is a password.</summary> |
773 |
</member>
|
774 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldFlagsTextRichText"> |
775 |
<summary>Text field that should be edited with a rich text edit control.</summary> |
776 |
</member>
|
777 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldTypeCheckBox"> |
778 |
<summary>Check box field type.</summary> |
779 |
</member>
|
780 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldTypeComboBox"> |
781 |
<summary>Combo box field type.</summary> |
782 |
</member>
|
783 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldTypeListBox"> |
784 |
<summary>List box field type.</summary> |
785 |
</member>
|
786 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldTypeRadioButton"> |
787 |
<summary>Radio button field type.</summary> |
788 |
</member>
|
789 |
<member name="F:Leadtools.Pdf.PDFFormField.FieldTypeTextBox"> |
790 |
<summary>Text box field type.</summary> |
791 |
</member>
|
792 |
<member name="F:Leadtools.Pdf.PDFFormField.FillModeFilled"> |
793 |
<summary>Field is filled.</summary> |
794 |
</member>
|
795 |
<member name="F:Leadtools.Pdf.PDFFormField.FillModeNoFill"> |
796 |
<summary>Field is not filled.</summary> |
797 |
</member>
|
798 |
<member name="F:Leadtools.Pdf.PDFFormField.StateNotSelected"> |
799 |
<summary>The state is unselected or unchecked.</summary> |
800 |
</member>
|
801 |
<member name="F:Leadtools.Pdf.PDFFormField.StateSelected"> |
802 |
<summary>The state is selected or checked.</summary> |
803 |
</member>
|
804 |
<member name="F:Leadtools.Pdf.PDFFormField.StateUndefined"> |
805 |
<summary>The state is undefined or not used.</summary> |
806 |
</member>
|
807 |
<member name="F:Leadtools.Pdf.PDFFormField.TextJustificationCentered"> |
808 |
<summary>Centered justified text.</summary> |
809 |
</member>
|
810 |
<member name="F:Leadtools.Pdf.PDFFormField.TextJustificationLeft"> |
811 |
<summary>Left justified text.</summary> |
812 |
</member>
|
813 |
<member name="F:Leadtools.Pdf.PDFFormField.TextJustificationRight"> |
814 |
<summary>Right justified text.</summary> |
815 |
</member>
|
816 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsHidden"> |
817 |
<summary>Field is hidden.</summary> |
818 |
</member>
|
819 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsInvisible"> |
820 |
<summary>Field is invisible.</summary> |
821 |
</member>
|
822 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsLocked"> |
823 |
<summary>Field is locked.</summary> |
824 |
</member>
|
825 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsLockedContents"> |
826 |
<summary>Field has its content locked.</summary> |
827 |
</member>
|
828 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsNoRotate"> |
829 |
<summary>Field is cannot be rotated.</summary> |
830 |
</member>
|
831 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsNoView"> |
832 |
<summary>Field has no view.</summary> |
833 |
</member>
|
834 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsNoZoom"> |
835 |
<summary>Field cannot be zoomed.</summary> |
836 |
</member>
|
837 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsPrint"> |
838 |
<summary>Field can be printed.</summary> |
839 |
</member>
|
840 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsReadOnly"> |
841 |
<summary>Field is for view only.</summary> |
842 |
</member>
|
843 |
<member name="F:Leadtools.Pdf.PDFFormField.ViewFlagsToggleNoView"> |
844 |
<summary>Field is toggled.</summary> |
845 |
</member>
|
846 |
<member name="T:Leadtools.Pdf.PDFHighlightAnnotation"> |
847 |
<summary>Contains information for PDF highlight annotations.</summary> |
848 |
</member>
|
849 |
<member name="M:Leadtools.Pdf.PDFHighlightAnnotation.#ctor"> |
850 |
<summary>Initializes a new instance of a PDFHighlightAnnotation object with default values.</summary> |
851 |
</member>
|
852 |
<member name="M:Leadtools.Pdf.PDFHighlightAnnotation.Clone"> |
853 |
<summary>Creates an exact copy of this PDFHighlightAnnotation.</summary> |
854 |
<returns>The PDFHighlightAnnotation this method creates, cast as an object.</returns> |
855 |
</member>
|
856 |
<member name="P:Leadtools.Pdf.PDFHighlightAnnotation.AnnotationType"> |
857 |
<summary>Gets the type of the annotation object.</summary> |
858 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation</value> |
859 |
</member>
|
860 |
<member name="P:Leadtools.Pdf.PDFHighlightAnnotation.Color"> |
861 |
<summary>Color of the highlight annotations.</summary> |
862 |
<value>A Leadtools.RasterColor object that represents the color of the highlight annotations. The default value is an empty Leadtools.RasterColor object.</value> |
863 |
</member>
|
864 |
<member name="P:Leadtools.Pdf.PDFHighlightAnnotation.Points"> |
865 |
<summary>Gets a list of points for the highlight annotations.</summary> |
866 |
<value>An IList of PDFPoint structures that contain the list of points, in PDF units (1/72 of an inch from the bottom-left), of the highlight annotations.</value> |
867 |
</member>
|
868 |
<member name="T:Leadtools.Pdf.PDFInitialViewOptions"> |
869 |
<summary>The PDFInitialViewOptions class provides options for controlling the initial view and actions that should be applied by external viewers when the PDF file is opened.</summary> |
870 |
</member>
|
871 |
<member name="M:Leadtools.Pdf.PDFInitialViewOptions.#ctor"> |
872 |
<summary>Creates a new PDFInitialViewOptions object with default settings.</summary> |
873 |
<returns>The newly created **PDFInitialViewOptions** object.</returns> |
874 |
</member>
|
875 |
<member name="M:Leadtools.Pdf.PDFInitialViewOptions.Clone"> |
876 |
<summary>Creates an exact copy of this PDFInitialViewOptions object.</summary> |
877 |
<returns>The PDFInitialViewOptions cone this method creates, cast as an object.</returns> |
878 |
</member>
|
879 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.AutoPrint"> |
880 |
<summary>Enables or disables PDF Auto Print</summary> |
881 |
<value>true to enable PDF Auto Print; false to disable PDF Auto Print.</value> |
882 |
</member>
|
883 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.CenterWindow"> |
884 |
<summary>Enables or disables center in window.</summary> |
885 |
<value>true to enable center in window; false to disable center in window.</value> |
886 |
</member>
|
887 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.DisplayDocTitle"> |
888 |
<summary>Enables or disables display of the document title.</summary> |
889 |
<value>true to enable display of the document title; false to disable display of the document title.</value> |
890 |
</member>
|
891 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.FitWindow"> |
892 |
<summary>Enables or disables fit in window.</summary> |
893 |
<value>true to enable fit in window; false to disable fit in window.</value> |
894 |
</member>
|
895 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.HideMenubar"> |
896 |
<summary>Shows or hides the menu bar in the External viewer.</summary> |
897 |
<value>true to hide the menu bar; false to disable the menubar.</value> |
898 |
</member>
|
899 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.HideToolbar"> |
900 |
<summary>Enables or disables the toolbar in the External viewer.</summary> |
901 |
<value>true to enable the toolbar; false to disable the toolbar.</value> |
902 |
</member>
|
903 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.HideWindowUI"> |
904 |
<summary>Shows or hides the window user interface in the External viewer.</summary> |
905 |
<value>true to hide the window user interface; false to disable the window user interface.</value> |
906 |
</member>
|
907 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.PageFitType"> |
908 |
<summary>Target page fit type of the initial page.</summary> |
909 |
<value>A PDFPageFitType enumeration member that specifies the target page fit type of the initial page. The default value is PDFPageFitType.Default.</value> |
910 |
</member>
|
911 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.PageLayoutType"> |
912 |
<summary>Page layout of the initial page.</summary> |
913 |
<value>A PDFPageLayoutType enumeration member that specifies the page layout for the initial page.</value> |
914 |
</member>
|
915 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.PageModeType"> |
916 |
<summary>Page mode type of the initial page.</summary> |
917 |
<value>A PDFPageModeType enumeration member that specifies the page mode for the initial page.</value> |
918 |
</member>
|
919 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.PageNumber"> |
920 |
<summary>Initial page to display</summary> |
921 |
<value>The page number to display when the PDF file is opened.</value> |
922 |
</member>
|
923 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.Position"> |
924 |
<summary>Position in the initial page to scroll to.</summary> |
925 |
<value>A PDFPoint that represents the position in PDF units (1/72 of an inch and bottom-left) of the initial page to scroll to. The default value is an empty PDFPoint.</value> |
926 |
</member>
|
927 |
<member name="P:Leadtools.Pdf.PDFInitialViewOptions.ZoomPercent"> |
928 |
<summary>Initial page zoom percentage.</summary> |
929 |
<value>A System.Int32 that specifies the zoom percent (100 equals to no zoom) of the initial page. The default value is 0.</value> |
930 |
</member>
|
931 |
<member name="T:Leadtools.Pdf.PDFLineAnnotation"> |
932 |
<summary>Contains information for a PDF line annotation.</summary> |
933 |
</member>
|
934 |
<member name="M:Leadtools.Pdf.PDFLineAnnotation.#ctor"> |
935 |
<summary>Initializes a new instance of a PDFLineAnnotation object with default values.</summary> |
936 |
</member>
|
937 |
<member name="M:Leadtools.Pdf.PDFLineAnnotation.Clone"> |
938 |
<summary>Creates an exact copy of this PDFLineAnnotation.</summary> |
939 |
<returns>The PDFLineAnnotation this method creates, cast as an object.</returns> |
940 |
</member>
|
941 |
<member name="P:Leadtools.Pdf.PDFLineAnnotation.AnnotationType"> |
942 |
<summary>Gets the type of this annotation object.</summary> |
943 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation.</value> |
944 |
</member>
|
945 |
<member name="P:Leadtools.Pdf.PDFLineAnnotation.EndPoint"> |
946 |
<summary>End point of this line annotation.</summary> |
947 |
<value>A PDFPoint that represents the end point, in PDF units (1/72 of an inch from the bottom-left), of the line annotation. The default value is an empty PDFPoint.</value> |
948 |
</member>
|
949 |
<member name="P:Leadtools.Pdf.PDFLineAnnotation.Pen"> |
950 |
<summary>Pen of this line annotation.</summary> |
951 |
<value>A PDFPen that represents pen properties for this annotation.</value> |
952 |
</member>
|
953 |
<member name="P:Leadtools.Pdf.PDFLineAnnotation.StartPoint"> |
954 |
<summary>Start point of this line annotation.</summary> |
955 |
<value>A PDFPoint that represents the start point, in PDF units (1/72 of an inch from the bottom-left), of the line annotation. The default value is an empty PDFPoint.</value> |
956 |
</member>
|
957 |
<member name="T:Leadtools.Pdf.PDFNoteAnnotation"> |
958 |
<summary>Contains information for a PDF note annotation.</summary> |
959 |
</member>
|
960 |
<member name="M:Leadtools.Pdf.PDFNoteAnnotation.#ctor"> |
961 |
<summary>Initializes a new instance of a PDFNoteAnnotation object with default values.</summary> |
962 |
</member>
|
963 |
<member name="M:Leadtools.Pdf.PDFNoteAnnotation.Clone"> |
964 |
<summary>Creates an exact copy of this PDFAnnotation.</summary> |
965 |
<returns>The PDFAnnotation this method creates, cast as an object.</returns> |
966 |
</member>
|
967 |
<member name="P:Leadtools.Pdf.PDFNoteAnnotation.AnnotationType"> |
968 |
<summary>Gets the type of this annotation object.</summary> |
969 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation.</value> |
970 |
</member>
|
971 |
<member name="P:Leadtools.Pdf.PDFNoteAnnotation.Color"> |
972 |
<summary>Color of this note annotation.</summary> |
973 |
<value>A Leadtools.RasterColor structure that represents the color of the note annotation. The default value is an empty Leadtools.RasterColor structure.</value> |
974 |
</member>
|
975 |
<member name="P:Leadtools.Pdf.PDFNoteAnnotation.Open"> |
976 |
<summary>Indicates whether this note annotation is opened or not.</summary> |
977 |
<value>**true** if the note pop up window is opened; otherwise, it is **false**. The default value is **false**.</value> |
978 |
</member>
|
979 |
<member name="P:Leadtools.Pdf.PDFNoteAnnotation.Point"> |
980 |
<summary>Position of this note annotation.</summary> |
981 |
<value>A PDFPoint that represents the position, in PDF units (1/72 of an inch from the bottom-left), of the note annotation. The default value is an empty PDFPoint.</value> |
982 |
</member>
|
983 |
<member name="P:Leadtools.Pdf.PDFNoteAnnotation.Type"> |
984 |
<summary>Type of this note annotation object.</summary> |
985 |
<value>A value that specifies the icon type of note annotation object associated with this PDFNoteAnnotation.</value> |
986 |
</member>
|
987 |
<member name="F:Leadtools.Pdf.PDFNoteAnnotation.Comment"> |
988 |
<summary>Comment icon</summary> |
989 |
</member>
|
990 |
<member name="F:Leadtools.Pdf.PDFNoteAnnotation.Help"> |
991 |
<summary>Help icon</summary> |
992 |
</member>
|
993 |
<member name="F:Leadtools.Pdf.PDFNoteAnnotation.Insert"> |
994 |
<summary>Insert icon</summary> |
995 |
</member>
|
996 |
<member name="F:Leadtools.Pdf.PDFNoteAnnotation.Key"> |
997 |
<summary>Key icon</summary> |
998 |
</member>
|
999 |
<member name="F:Leadtools.Pdf.PDFNoteAnnotation.NewParagraph"> |
1000 |
<summary>New paragraph icon</summary> |
1001 |
</member>
|
1002 |
<member name="F:Leadtools.Pdf.PDFNoteAnnotation.Note"> |
1003 |
<summary>Note icon</summary> |
1004 |
</member>
|
1005 |
<member name="F:Leadtools.Pdf.PDFNoteAnnotation.Paragraph"> |
1006 |
<summary>Paragraph icon</summary> |
1007 |
</member>
|
1008 |
<member name="T:Leadtools.Pdf.PDFOptimizerOptions"> |
1009 |
<summary>The PDFOptimizerOptions class provides options for controlling the PDFFile optimizer.</summary> |
1010 |
</member>
|
1011 |
<member name="M:Leadtools.Pdf.PDFOptimizerOptions.#ctor"> |
1012 |
<summary>Creates a new PDFOptimizerOptions object with default values.</summary> |
1013 |
</member>
|
1014 |
<member name="M:Leadtools.Pdf.PDFOptimizerOptions.Clone"> |
1015 |
<summary>Creates an exact copy of this PDFOptimizerOptions object.</summary> |
1016 |
<returns>The PDFOptimizerOptions cone this method creates, cast as an object.</returns> |
1017 |
</member>
|
1018 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.AutoOptimizerMode"> |
1019 |
<summary>Optimizer mode, which controls the file size and quality.</summary> |
1020 |
<value>A PDFAutoOptimizerMode value.</value> |
1021 |
</member>
|
1022 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.ColorImageCompression"> |
1023 |
<summary>Compression format to use when saving a color image.</summary> |
1024 |
<value>The Leadtools.RasterImageFormat to use. Possible values: SupportedColorImageFormats.</value> |
1025 |
</member>
|
1026 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.ColorImageDownsampleFactor"> |
1027 |
<summary>Downsample threshold for color images.</summary> |
1028 |
<value>This is the ratio of image resolution to output resolution above which downsampling may be performed. Must be between 1.0 through 10.0, inclusive.</value> |
1029 |
</member>
|
1030 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.ColorImageDownsamplingMode"> |
1031 |
<summary>Interpolation mode for color images.</summary> |
1032 |
<value>A PDFDownsamplingMode value to use for downsampling. Default is Average</value> |
1033 |
</member>
|
1034 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.ColorImageDPI"> |
1035 |
<summary>DPI to use when saving a color image.</summary> |
1036 |
<value>Specifies the resolution to which downsampled color images are reduced. This should be always less than original image resolution. Default is 150.</value> |
1037 |
</member>
|
1038 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.EmbedAllFonts"> |
1039 |
<summary>Enables or disables font embedding in the output PDF file.</summary> |
1040 |
<value>If **true**, specifies that all fonts are to be embedded in the PDF file, default **false**.</value> |
1041 |
</member>
|
1042 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.GrayImageCompression"> |
1043 |
<summary>Compression format to use when saving a grayscale image.</summary> |
1044 |
<value>The Leadtools.RasterImageFormat to use. Possible values: SupportedGrayImageFormats.</value> |
1045 |
</member>
|
1046 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.GrayImageDownsampleFactor"> |
1047 |
<summary>Scale factor to use for resizing when saving a grayscale image.</summary> |
1048 |
<value>This is the ratio of image resolution to output resolution above which downsampling may be performed. Must be between 1.0 through 10.0, inclusive.</value> |
1049 |
</member>
|
1050 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.GrayImageDownsamplingMode"> |
1051 |
<summary>Downsampling mode to use for resizing when saving a grayscale image.</summary> |
1052 |
<value>A PDFDownsamplingMode value to use for downsampling. Default is Average</value> |
1053 |
</member>
|
1054 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.GrayImageDPI"> |
1055 |
<summary>DPI to use when saving a grayscale image.</summary> |
1056 |
<value>Specifies the resolution to which downsampled grayscale images are reduced. This should be always less than original image resolution. Default is 150.</value> |
1057 |
</member>
|
1058 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.MonoImageCompression"> |
1059 |
<summary>Compression format to use when saving a monochrome image.</summary> |
1060 |
<value>The Leadtools.RasterImageFormat to use. Possible values: SupportedMonoImageFormats.</value> |
1061 |
</member>
|
1062 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.MonoImageDownsampleFactor"> |
1063 |
<summary>Scale factor to use for resizing when saving a monochrome image.</summary> |
1064 |
<value>This is the ratio of image resolution to output resolution above which downsampling may be performed. Must be between 1.0 through 10.0, inclusive.</value> |
1065 |
</member>
|
1066 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.MonoImageDownsamplingMode"> |
1067 |
<summary>Downsampling mode to use for resizing when saving a monochrome image.</summary> |
1068 |
<value>A PDFDownsamplingMode value to use for downsampling. Default is Average</value> |
1069 |
</member>
|
1070 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.MonoImageDPI"> |
1071 |
<summary>DPI to use when saving a monochrome image.</summary> |
1072 |
<value>Specifies the resolution to which downsampled monochrome images are reduced. This should be always less than original image resolution. Default is 150.</value> |
1073 |
</member>
|
1074 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.QualityFactor"> |
1075 |
<summary>Quality Factor (Q. Factor) for lossy image compression.</summary> |
1076 |
<value>The Quality Factor to use when saving compressed images.</value> |
1077 |
</member>
|
1078 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.SubsetFonts"> |
1079 |
<summary>Enables or disables font sub-setting in the output PDF file.</summary> |
1080 |
<value>If **true**, enables font subsetting. If **false**, sub-setting is not enabled.</value> |
1081 |
</member>
|
1082 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.SupportedColorImageFormats"> |
1083 |
<summary>Gets the list of supported color image formats.</summary> |
1084 |
<value>An array of Leadtools.RasterImageFormat values.</value> |
1085 |
</member>
|
1086 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.SupportedGrayImageFormats"> |
1087 |
<summary>Gets the list of supported grayscale image formats.</summary> |
1088 |
<value>An array of Leadtools.RasterImageFormat values.</value> |
1089 |
</member>
|
1090 |
<member name="P:Leadtools.Pdf.PDFOptimizerOptions.SupportedMonoImageFormats"> |
1091 |
<summary>Gets the list of supported monochrome image formats.</summary> |
1092 |
<value>An array of Leadtools.RasterImageFormat values.</value> |
1093 |
</member>
|
1094 |
<member name="T:Leadtools.Pdf.PDFPencilAnnotation"> |
1095 |
<summary>Contains information for a PDF pencil annotation.</summary> |
1096 |
</member>
|
1097 |
<member name="M:Leadtools.Pdf.PDFPencilAnnotation.#ctor"> |
1098 |
<summary>Initializes a new instance of a PDFPencilAnnotation object with default values.</summary> |
1099 |
</member>
|
1100 |
<member name="M:Leadtools.Pdf.PDFPencilAnnotation.Clone"> |
1101 |
<summary>Creates an exact copy of this PDFPencilAnnotation.</summary> |
1102 |
<returns>The PDFPencilAnnotation this method creates, cast as an object.</returns> |
1103 |
</member>
|
1104 |
<member name="P:Leadtools.Pdf.PDFPencilAnnotation.AnnotationType"> |
1105 |
<summary>Gets the type of this annotation object.</summary> |
1106 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation.</value> |
1107 |
</member>
|
1108 |
<member name="P:Leadtools.Pdf.PDFPencilAnnotation.Pen"> |
1109 |
<summary>Pen of this annotation.</summary> |
1110 |
<value>A PDFPen that represents the pen properties for this annotation.</value> |
1111 |
</member>
|
1112 |
<member name="P:Leadtools.Pdf.PDFPencilAnnotation.Points"> |
1113 |
<summary>Gets the list of points for this pencil annotation.</summary> |
1114 |
<value>An IList of PDFPoint structures that contain the list of points, in PDF units (1/72 of an inch and bottom-left), of the polyline annotation.</value> |
1115 |
</member>
|
1116 |
<member name="P:Leadtools.Pdf.PDFPencilAnnotation.Types"> |
1117 |
<summary>The type of each point in this pencil annotation object.</summary> |
1118 |
<value>The type of each point in this pencil annotation object.</value> |
1119 |
</member>
|
1120 |
<member name="F:Leadtools.Pdf.PDFPencilAnnotation.LineTo"> |
1121 |
<summary>Line to point type.</summary> |
1122 |
</member>
|
1123 |
<member name="F:Leadtools.Pdf.PDFPencilAnnotation.MoveTo"> |
1124 |
<summary>Move to point type.</summary> |
1125 |
</member>
|
1126 |
<member name="T:Leadtools.Pdf.PDFPolygonAnnotation"> |
1127 |
<summary>Contains information for a PDF polygon annotation.</summary> |
1128 |
</member>
|
1129 |
<member name="M:Leadtools.Pdf.PDFPolygonAnnotation.#ctor"> |
1130 |
<summary>Initializes a new instance of a PDFPolygonAnnotation object with default values.</summary> |
1131 |
</member>
|
1132 |
<member name="M:Leadtools.Pdf.PDFPolygonAnnotation.Clone"> |
1133 |
<summary>Creates an exact copy of this PDFAnnotation.</summary> |
1134 |
<returns>The PDFAnnotation this method creates, cast as an object.</returns> |
1135 |
</member>
|
1136 |
<member name="P:Leadtools.Pdf.PDFPolygonAnnotation.AnnotationType"> |
1137 |
<summary>Gets the type of this annotation object.</summary> |
1138 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation.</value> |
1139 |
</member>
|
1140 |
<member name="P:Leadtools.Pdf.PDFPolygonAnnotation.Brush"> |
1141 |
<summary>Brush of this annotation.</summary> |
1142 |
<value>A PDFBrush that represents brush properties for this annotation.</value> |
1143 |
</member>
|
1144 |
<member name="P:Leadtools.Pdf.PDFPolygonAnnotation.Pen"> |
1145 |
<summary>Pen of this annotation.</summary> |
1146 |
<value>A PDFPen that represents pen properties for this annotation.</value> |
1147 |
</member>
|
1148 |
<member name="P:Leadtools.Pdf.PDFPolygonAnnotation.Points"> |
1149 |
<summary>Gets the list of points for this polygon annotation.</summary> |
1150 |
<value>An IList of PDFPoint structures that contain the list of points, in PDF units (1/72 of an inch from the bottom-left), of the polygon annotation.</value> |
1151 |
</member>
|
1152 |
<member name="T:Leadtools.Pdf.PDFPolylineAnnotation"> |
1153 |
<summary>Contains information of a PDF polyline annotation.</summary> |
1154 |
</member>
|
1155 |
<member name="M:Leadtools.Pdf.PDFPolylineAnnotation.#ctor"> |
1156 |
<summary>Initializes a new instance of a PDFPolylineAnnotation object with default values.</summary> |
1157 |
</member>
|
1158 |
<member name="M:Leadtools.Pdf.PDFPolylineAnnotation.Clone"> |
1159 |
<summary>Creates an exact copy of this PDFAnnotation</summary> |
1160 |
<returns>The PDFAnnotation this method creates, cast as an object.</returns> |
1161 |
</member>
|
1162 |
<member name="P:Leadtools.Pdf.PDFPolylineAnnotation.AnnotationType"> |
1163 |
<summary>Gets the type of this annotation object.</summary> |
1164 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation.</value> |
1165 |
</member>
|
1166 |
<member name="P:Leadtools.Pdf.PDFPolylineAnnotation.Pen"> |
1167 |
<summary>Pen of this annotation.</summary> |
1168 |
<value>A PDFPen that represents pen properties for this annotation.</value> |
1169 |
</member>
|
1170 |
<member name="P:Leadtools.Pdf.PDFPolylineAnnotation.Points"> |
1171 |
<summary>Gets the list of points for this polyline annotation.</summary> |
1172 |
<value>An IList of PDFPoint structures that contain the list of points, in PDF units (1/72 of an inch from the bottom-left), of the polyline annotation.</value> |
1173 |
</member>
|
1174 |
<member name="T:Leadtools.Pdf.PDFRectangleAnnotation"> |
1175 |
<summary>Contains information of a PDF rectangle annotation.</summary> |
1176 |
</member>
|
1177 |
<member name="M:Leadtools.Pdf.PDFRectangleAnnotation.#ctor"> |
1178 |
<summary>Initializes a new instance of a PDFRectangleAnnotation object with default values.</summary> |
1179 |
</member>
|
1180 |
<member name="M:Leadtools.Pdf.PDFRectangleAnnotation.Clone"> |
1181 |
<summary>Creates an exact copy of this PDFRectangleAnnotation.</summary> |
1182 |
<returns>The PDFRectangleAnnotation this method creates, cast as an object.</returns> |
1183 |
</member>
|
1184 |
<member name="P:Leadtools.Pdf.PDFRectangleAnnotation.AnnotationType"> |
1185 |
<summary>Gets the type of this annotation object.</summary> |
1186 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation.</value> |
1187 |
</member>
|
1188 |
<member name="P:Leadtools.Pdf.PDFRectangleAnnotation.Bounds"> |
1189 |
<summary>Source bounds of rectangle annotation.</summary> |
1190 |
<value>A PDFRect that represents the source location and size of rectangle annotation in PDF units (1/72 of an inch and bottom left). The default value is an empty PDFRect.</value> |
1191 |
</member>
|
1192 |
<member name="P:Leadtools.Pdf.PDFRectangleAnnotation.Brush"> |
1193 |
<summary>Brush of this annotation.</summary> |
1194 |
<value>A PDFBrush that represents brush properties for this annotation.</value> |
1195 |
</member>
|
1196 |
<member name="P:Leadtools.Pdf.PDFRectangleAnnotation.Pen"> |
1197 |
<summary>Pen of this annotation.</summary> |
1198 |
<value>A PDFPen that represents pen properties for this annotation.</value> |
1199 |
</member>
|
1200 |
<member name="T:Leadtools.Pdf.PDFSecurityOptions"> |
1201 |
<summary>PDF encryption options</summary> |
1202 |
</member>
|
1203 |
<member name="M:Leadtools.Pdf.PDFSecurityOptions.#ctor"> |
1204 |
<summary>Initializes a new instance of the PDFSecurityOptions class with default values.</summary> |
1205 |
</member>
|
1206 |
<member name="M:Leadtools.Pdf.PDFSecurityOptions.Clone"> |
1207 |
<summary>Creates an exact copy of this PDFSecurityOptions object.</summary> |
1208 |
<returns>The PDFSecurityOptions clone this method creates, cast as an object.</returns> |
1209 |
</member>
|
1210 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.AnnotationsEnabled"> |
1211 |
<summary>Indicates whether annotations and comments can be added to the PDF document.</summary> |
1212 |
<value>**true** to allow external viewers and editors to add annotations and comments to the PDF document; otherwise, it is **false**. The default value is **true**.</value> |
1213 |
</member>
|
1214 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.AssemblyEnabled"> |
1215 |
<summary>Indicates whether pages can be added or removed from the PDF document.</summary> |
1216 |
<value>**true** to allow external viewers and editors to add or remove pages from the PDF document; otherwise, it is **false**. The default value is **true**.</value> |
1217 |
</member>
|
1218 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.CopyEnabled"> |
1219 |
<summary>Indicates whether the PDF document has copy text access rights.</summary> |
1220 |
<value>**true** to allow external viewers and editors to copy text from the PDF document; otherwise, it is **false**. The default value is **true**.</value> |
1221 |
</member>
|
1222 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.CopyForAccessibilityEnabled"> |
1223 |
<summary>Indicates whether text in the PDF document should be accessible for screen reader software.</summary> |
1224 |
<value>**true** if text in the PDF document should be accessible for screen reader software; otherwise, **false**. Default value is **true**.</value> |
1225 |
</member>
|
1226 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.EditEnabled"> |
1227 |
<summary>Indicates whether the PDF document can be edited.</summary> |
1228 |
<value>**true** to allow external viewers and editors to edit the PDF document; otherwise, it is **false**. The default value is **true**.</value> |
1229 |
</member>
|
1230 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.EncryptionMode"> |
1231 |
<summary>Indicates the encryption mode to use when updating or creating a PDF document.</summary> |
1232 |
<value>An PDFEncryptionMode enumeration member that specifies the encryption mode to use when updating or creating a PDF document. The default value is PDFEncryptionMode.RC40Bit.</value> |
1233 |
</member>
|
1234 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.FormFieldFillingEnabled"> |
1235 |
<summary>Indicates whether the software can fill any form fields in the PDF document.</summary> |
1236 |
<value>**true** if the software can fill any form fields in the PDF document; otherwise, **false**. Default value is **true**.</value> |
1237 |
</member>
|
1238 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.HighQualityPrintEnabled"> |
1239 |
<summary>Indicates whether the PDF document has high quality (faithful) printing owner access rights.</summary> |
1240 |
<value>**true** to allow external viewers and editors to print in high quality (faithful); otherwise, it is **false**. The default value is **true**.</value> |
1241 |
</member>
|
1242 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.OwnerPassword"> |
1243 |
<summary>Owner password to use when encrypting a PDF file.</summary> |
1244 |
<value>A System.String that contains the owner password to use when encrypting a PDF file. The default value is **null**.</value> |
1245 |
</member>
|
1246 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.PrintEnabled"> |
1247 |
<summary>Indicates whether the PDF document has printing owner access rights.</summary> |
1248 |
<value>**true** to allow external viewers and editors to print the PDF document; otherwise, it is **false**. The default value is **true**.</value> |
1249 |
</member>
|
1250 |
<member name="P:Leadtools.Pdf.PDFSecurityOptions.UserPassword"> |
1251 |
<summary>The user password to use when encrypting a PDF file.</summary> |
1252 |
<value>A System.String that contain the user password to use when encrypting a PDF file. The default value is **null**.</value> |
1253 |
</member>
|
1254 |
<member name="T:Leadtools.Pdf.PDFSignature"> |
1255 |
<summary>Contains information about a single PDF digital signature.</summary> |
1256 |
</member>
|
1257 |
<member name="M:Leadtools.Pdf.PDFSignature.#ctor"> |
1258 |
<summary>Initializes a new instance of PDFSignature.</summary> |
1259 |
</member>
|
1260 |
<member name="M:Leadtools.Pdf.PDFSignature.Clone"> |
1261 |
<summary>Returns an exact copy of this PDFSignature.</summary> |
1262 |
<returns>An exact copy of this PDFSignature.</returns> |
1263 |
</member>
|
1264 |
<member name="P:Leadtools.Pdf.PDFSignature.Bounds"> |
1265 |
<summary>The location and size of this signature in the page.</summary> |
1266 |
<value>location and size of this signature in the page in PDF page coordinates.</value> |
1267 |
</member>
|
1268 |
<member name="P:Leadtools.Pdf.PDFSignature.CanValidate"> |
1269 |
<summary>Indicates that this signature can be validated.</summary> |
1270 |
<value>**true** if this signature can be validated; otherwise, **false**.</value> |
1271 |
</member>
|
1272 |
<member name="P:Leadtools.Pdf.PDFSignature.CertificateInfo"> |
1273 |
<summary>A dictionary of the certificate information of this signature.</summary> |
1274 |
<value>A dictionary of the certificate information of this signature. The key of this dictionary is, in most cases, one of the **CertificateInfoXYZ** constants defined in PDFSignature.</value> |
1275 |
</member>
|
1276 |
<member name="P:Leadtools.Pdf.PDFSignature.KeyUsage"> |
1277 |
<summary>Key usage of this signature.</summary> |
1278 |
<value>Key usage of this signature. In most cases, this is one or more of the **KeyUsageXYZ** constants defined in PDFSignature.</value> |
1279 |
</member>
|
1280 |
<member name="P:Leadtools.Pdf.PDFSignature.PageNumber"> |
1281 |
<summary>The 1-based number of the page that owns this signature.</summary> |
1282 |
<value>The 1-based number of the page that owns this signature.</value> |
1283 |
</member>
|
1284 |
<member name="P:Leadtools.Pdf.PDFSignature.PublicKeyBits"> |
1285 |
<summary>Number of bits of the signature's public key.</summary> |
1286 |
<value>Number of bits of the signature's public key.</value> |
1287 |
</member>
|
1288 |
<member name="P:Leadtools.Pdf.PDFSignature.PublicKeyType"> |
1289 |
<summary>Public key type of this signature.</summary> |
1290 |
<value>Public key type of this signature. In most cases, this is one of the **PublicKeyTypeXYZ** constants defined in PDFSignature.</value> |
1291 |
</member>
|
1292 |
<member name="P:Leadtools.Pdf.PDFSignature.State"> |
1293 |
<summary>State of the signature.</summary> |
1294 |
<value>State of the signature. In most cases, this is one or more of the **StateXYZ** constants defined in PDFSignature.</value> |
1295 |
</member>
|
1296 |
<member name="P:Leadtools.Pdf.PDFSignature.ValidFrom"> |
1297 |
<summary>Starting date of when the signature is valid (issue date).</summary> |
1298 |
<value>Starting date of when the signature is valid (issue date).</value> |
1299 |
</member>
|
1300 |
<member name="P:Leadtools.Pdf.PDFSignature.ValidTo"> |
1301 |
<summary>Ending date of when the signature is valid (expiry date).</summary> |
1302 |
<value>Ending date of when the signature is valid (expiry date).</value> |
1303 |
</member>
|
1304 |
<member name="P:Leadtools.Pdf.PDFSignature.Version"> |
1305 |
<summary>Signature version.</summary> |
1306 |
<value>The signature version.</value> |
1307 |
</member>
|
1308 |
<member name="F:Leadtools.Pdf.PDFSignature.CertificateInfoIssuer"> |
1309 |
<summary>Issuer key</summary> |
1310 |
</member>
|
1311 |
<member name="F:Leadtools.Pdf.PDFSignature.CertificateInfoIssuerStream"> |
1312 |
<summary>Issuer stream key</summary> |
1313 |
</member>
|
1314 |
<member name="F:Leadtools.Pdf.PDFSignature.CertificateInfoPublicKey"> |
1315 |
<summary>Public key</summary> |
1316 |
</member>
|
1317 |
<member name="F:Leadtools.Pdf.PDFSignature.CertificateInfoSerialNumber"> |
1318 |
<summary>Serial number key</summary> |
1319 |
</member>
|
1320 |
<member name="F:Leadtools.Pdf.PDFSignature.CertificateInfoSHA1Digest"> |
1321 |
<summary>SHA1 digest key</summary> |
1322 |
</member>
|
1323 |
<member name="F:Leadtools.Pdf.PDFSignature.CertificateInfoSubject"> |
1324 |
<summary>Subject key</summary> |
1325 |
</member>
|
1326 |
<member name="F:Leadtools.Pdf.PDFSignature.CertificateInfoSubjectStream"> |
1327 |
<summary>Subject stream key</summary> |
1328 |
</member>
|
1329 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageCRLSign"> |
1330 |
<summary>CRL sign signature</summary> |
1331 |
</member>
|
1332 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageDataEncipherment"> |
1333 |
<summary>Data encipherment signature</summary> |
1334 |
</member>
|
1335 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageDecipherOnly"> |
1336 |
<summary>Decipher-only signature</summary> |
1337 |
</member>
|
1338 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageDigitalSignature"> |
1339 |
<summary>This is a digital signature</summary> |
1340 |
</member>
|
1341 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageEncipherOnly"> |
1342 |
<summary>Encipher-only signature</summary> |
1343 |
</member>
|
1344 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageKeyAgreement"> |
1345 |
<summary>Agreement signature</summary> |
1346 |
</member>
|
1347 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageKeyCertSign"> |
1348 |
<summary>Certificate sign signature</summary> |
1349 |
</member>
|
1350 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageKeyEncipherment"> |
1351 |
<summary>Key encipherment signature</summary> |
1352 |
</member>
|
1353 |
<member name="F:Leadtools.Pdf.PDFSignature.KeyUsageNonRepudiation"> |
1354 |
<summary>Non-repudiation signature</summary> |
1355 |
</member>
|
1356 |
<member name="F:Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA"> |
1357 |
<summary>DSA public key type</summary> |
1358 |
</member>
|
1359 |
<member name="F:Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA1"> |
1360 |
<summary>DSA1 public key type</summary> |
1361 |
</member>
|
1362 |
<member name="F:Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA2"> |
1363 |
<summary>DSA2 public key type</summary> |
1364 |
</member>
|
1365 |
<member name="F:Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA3"> |
1366 |
<summary>DSA3 public key type</summary> |
1367 |
</member>
|
1368 |
<member name="F:Leadtools.Pdf.PDFSignature.PublicKeyTypeDSA4"> |
1369 |
<summary>DSA4 public key type</summary> |
1370 |
</member>
|
1371 |
<member name="F:Leadtools.Pdf.PDFSignature.PublicKeyTypeRSA"> |
1372 |
<summary>RSA public key type</summary> |
1373 |
</member>
|
1374 |
<member name="F:Leadtools.Pdf.PDFSignature.PublicKeyTypeRSA2"> |
1375 |
<summary>RSA2 public key type</summary> |
1376 |
</member>
|
1377 |
<member name="F:Leadtools.Pdf.PDFSignature.StateInvalid"> |
1378 |
<summary>State is invalid</summary> |
1379 |
</member>
|
1380 |
<member name="F:Leadtools.Pdf.PDFSignature.StateUnknown"> |
1381 |
<summary>State is unknown</summary> |
1382 |
</member>
|
1383 |
<member name="F:Leadtools.Pdf.PDFSignature.StateValid"> |
1384 |
<summary>State is valid</summary> |
1385 |
</member>
|
1386 |
<member name="T:Leadtools.Pdf.PDFSquigglyAnnotation"> |
1387 |
<summary>Contains information for PDF squiggly annotations.</summary> |
1388 |
</member>
|
1389 |
<member name="M:Leadtools.Pdf.PDFSquigglyAnnotation.#ctor"> |
1390 |
<summary>Initializes a new instance of a PDFSquigglyAnnotation object with default values.</summary> |
1391 |
</member>
|
1392 |
<member name="M:Leadtools.Pdf.PDFSquigglyAnnotation.Clone"> |
1393 |
<summary>Creates an exact copy of this PDFAnnotation.</summary> |
1394 |
<returns>The PDFAnnotation this method creates, cast as an object.</returns> |
1395 |
</member>
|
1396 |
<member name="P:Leadtools.Pdf.PDFSquigglyAnnotation.AnnotationType"> |
1397 |
<summary>Gets the type of this annotation object.</summary> |
1398 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation.</value> |
1399 |
</member>
|
1400 |
<member name="P:Leadtools.Pdf.PDFSquigglyAnnotation.Color"> |
1401 |
<summary>Color of the squiggly annotations.</summary> |
1402 |
<value>A Leadtools.RasterColor that represents the color of the squiggly annotation. The default value is an empty Leadtools.RasterColor structure.</value> |
1403 |
</member>
|
1404 |
<member name="P:Leadtools.Pdf.PDFSquigglyAnnotation.Points"> |
1405 |
<summary>Gets the list of points for the squiggly annotations.</summary> |
1406 |
<value>An IList of PDFPoint structure that contains the list of points, in PDF units (1/72 of an inch from the bottom-left), of the squiggly annotation.</value> |
1407 |
</member>
|
1408 |
<member name="T:Leadtools.Pdf.PDFStrikeoutAnnotation"> |
1409 |
<summary>Contains information for PDF strikeout annotations.</summary> |
1410 |
</member>
|
1411 |
<member name="M:Leadtools.Pdf.PDFStrikeoutAnnotation.#ctor"> |
1412 |
<summary>Initializes a new instance of a PDFStrikeoutAnnotation object with default values.</summary> |
1413 |
</member>
|
1414 |
<member name="M:Leadtools.Pdf.PDFStrikeoutAnnotation.Clone"> |
1415 |
<summary>Creates an exact copy of this PDFAnnotation.</summary> |
1416 |
<returns>The PDFAnnotation this method creates, cast as an object.</returns> |
1417 |
</member>
|
1418 |
<member name="P:Leadtools.Pdf.PDFStrikeoutAnnotation.AnnotationType"> |
1419 |
<summary>Gets the type of this annotation object.</summary> |
1420 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation.</value> |
1421 |
</member>
|
1422 |
<member name="P:Leadtools.Pdf.PDFStrikeoutAnnotation.Color"> |
1423 |
<summary>Color of the strikeout annotations.</summary> |
1424 |
<value>A Leadtools.RasterColor that represents the color of the strikeout annotations. The default value is an empty Leadtools.RasterColor structure.</value> |
1425 |
</member>
|
1426 |
<member name="P:Leadtools.Pdf.PDFStrikeoutAnnotation.Points"> |
1427 |
<summary>Gets the list of points for strikeout annotations.</summary> |
1428 |
<value>An IList of PDFPoint structure that contains the list of points, in PDF units (1/72 of an inch from the bottom-left), of the strikeout annotation.</value> |
1429 |
</member>
|
1430 |
<member name="T:Leadtools.Pdf.PDFTextAnnotation"> |
1431 |
<summary>Contains information of a PDF text annotation.</summary> |
1432 |
</member>
|
1433 |
<member name="M:Leadtools.Pdf.PDFTextAnnotation.#ctor"> |
1434 |
<summary>Initializes a new instance of a PDFTextAnnotation object with default values.</summary> |
1435 |
</member>
|
1436 |
<member name="M:Leadtools.Pdf.PDFTextAnnotation.Clone"> |
1437 |
<summary>Creates an exact copy of this PDFTextAnnotation.</summary> |
1438 |
<returns>The PDFTextAnnotation this method creates, cast as an object.</returns> |
1439 |
</member>
|
1440 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.AnnotationType"> |
1441 |
<summary>Gets the type of this annotation object.</summary> |
1442 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation</value> |
1443 |
</member>
|
1444 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.Bold"> |
1445 |
<summary>Indicates whether the text has a bold font or not.</summary> |
1446 |
<value>**true** the text has a bold font; otherwise, it is **false**. The default value is **false**.</value> |
1447 |
</member>
|
1448 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.Color"> |
1449 |
<summary>Color of text annotation.</summary> |
1450 |
<value>A Leadtools.RasterColor that represents the color of text annotation. The default value is an empty Leadtools.RasterColor structure.</value> |
1451 |
</member>
|
1452 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.FontHeight"> |
1453 |
<summary>Font height in PDF units.</summary> |
1454 |
<value>A System.Double that represents the font height in PDF units (1/72 of an inch and bottom left). The default value is 0.</value> |
1455 |
</member>
|
1456 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.FontName"> |
1457 |
<summary>True type face name of this font.</summary> |
1458 |
<value>A System.String that contain the face name of this font. The default value is **null**.</value> |
1459 |
</member>
|
1460 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.FrameBounds"> |
1461 |
<summary>Source bounds of text annotation.</summary> |
1462 |
<value>A PDFRect that represents the source location and size of bounding rectangle for text annotation in PDF units (1/72 of an inch and bottom left). The default value is an empty a PDFRect.</value> |
1463 |
</member>
|
1464 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.FrameBrush"> |
1465 |
<summary>Brush for the bounding rectangle of text annotation.</summary> |
1466 |
<value>A PDFBrush that represents brush properties for the bounding rectangle of text annotation.</value> |
1467 |
</member>
|
1468 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.FramePen"> |
1469 |
<summary>Pen for the bounding rectangle of text annotation.</summary> |
1470 |
<value>A PDFPen that represents pen properties for the bounding rectangle of text annotation.</value> |
1471 |
</member>
|
1472 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.Italic"> |
1473 |
<summary>Indicates whether the annotation text has an italic font or not.</summary> |
1474 |
<value>**true** the text has italic font; otherwise, it is **false**. The default value is **false**.</value> |
1475 |
</member>
|
1476 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.Justification"> |
1477 |
<summary>Justification of this text annotation object.</summary> |
1478 |
<value>A PDFTextJustification enumeration member that specifies the alignment of text annotation object associated with this PDFTextAnnotation.</value> |
1479 |
</member>
|
1480 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.Rotation"> |
1481 |
<summary>The rotation angle of the text.</summary> |
1482 |
<value>The rotation angle of the text in degrees around the object bounds.</value> |
1483 |
</member>
|
1484 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.Strikeout"> |
1485 |
<summary>Indicates whether the annotation text has a strikeout or not.</summary> |
1486 |
<value>**true** the annotation text has a strikeout; otherwise, it is **false**. The default value is **false**.</value> |
1487 |
</member>
|
1488 |
<member name="P:Leadtools.Pdf.PDFTextAnnotation.Underline"> |
1489 |
<summary>Indicates whether the annotation text is underlined or not.</summary> |
1490 |
<value>**true** the annotation text is underlined; otherwise, it is **false**. The default value is **false**.</value> |
1491 |
</member>
|
1492 |
<member name="T:Leadtools.Pdf.PDFUnderlineAnnotation"> |
1493 |
<summary>Contains information for PDF underline annotations.</summary> |
1494 |
</member>
|
1495 |
<member name="M:Leadtools.Pdf.PDFUnderlineAnnotation.#ctor"> |
1496 |
<summary>Initializes a new instance of a PDFUnderlineAnnotation object with default values.</summary> |
1497 |
</member>
|
1498 |
<member name="M:Leadtools.Pdf.PDFUnderlineAnnotation.Clone"> |
1499 |
<summary>Creates an exact copy of this PDFAnnotation</summary> |
1500 |
<returns>The PDFAnnotation this method creates, cast as an object.</returns> |
1501 |
</member>
|
1502 |
<member name="P:Leadtools.Pdf.PDFUnderlineAnnotation.AnnotationType"> |
1503 |
<summary>Gets the type of this annotation object.</summary> |
1504 |
<value>A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation</value> |
1505 |
</member>
|
1506 |
<member name="P:Leadtools.Pdf.PDFUnderlineAnnotation.Color"> |
1507 |
<summary>Color of the underline annotations.</summary> |
1508 |
<value>A Leadtools.RasterColor structure that represents the color of the underline annotations. The default value is an empty Leadtools.RasterColor structure.</value> |
1509 |
</member>
|
1510 |
<member name="P:Leadtools.Pdf.PDFUnderlineAnnotation.Points"> |
1511 |
<summary>Gets the list of points for the underline annotations.</summary> |
1512 |
<value>An IList of PDFPoint structures that contain the list of points, in PDF units (1/72 of an inch from the bottom-left), of the underline annotations.</value> |
1513 |
</member>
|
1514 |
<member name="T:Leadtools.Pdf.PDFAnnotationType"> |
1515 |
<summary>Specifies the type of PDF annotation</summary> |
1516 |
</member>
|
1517 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Note"> |
1518 |
<summary></summary> |
1519 |
<platforms>NET, Java</platforms> |
1520 |
</member>
|
1521 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Text"> |
1522 |
<summary></summary> |
1523 |
<platforms>NET, Java</platforms> |
1524 |
</member>
|
1525 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Line"> |
1526 |
<summary></summary> |
1527 |
<platforms>NET, Java</platforms> |
1528 |
</member>
|
1529 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Rectangle"> |
1530 |
<summary></summary> |
1531 |
<platforms>NET, Java</platforms> |
1532 |
</member>
|
1533 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Ellipse"> |
1534 |
<summary></summary> |
1535 |
<platforms>NET, Java</platforms> |
1536 |
</member>
|
1537 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Polyline"> |
1538 |
<summary></summary> |
1539 |
<platforms>NET, Java</platforms> |
1540 |
</member>
|
1541 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Polygon"> |
1542 |
<summary></summary> |
1543 |
<platforms>NET, Java</platforms> |
1544 |
</member>
|
1545 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Pencil"> |
1546 |
<summary></summary> |
1547 |
<platforms>NET, Java</platforms> |
1548 |
</member>
|
1549 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Highlight"> |
1550 |
<summary></summary> |
1551 |
<platforms>NET, Java</platforms> |
1552 |
</member>
|
1553 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Underline"> |
1554 |
<summary></summary> |
1555 |
<platforms>NET, Java</platforms> |
1556 |
</member>
|
1557 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Strikeout"> |
1558 |
<summary></summary> |
1559 |
<platforms>NET, Java</platforms> |
1560 |
</member>
|
1561 |
<member name="F:Leadtools.Pdf.PDFAnnotationType.Squiggly"> |
1562 |
<summary></summary> |
1563 |
<platforms>NET, Java</platforms> |
1564 |
</member>
|
1565 |
<member name="T:Leadtools.Pdf.PDFAutoOptimizerMode"> |
1566 |
<summary>Specifies the mode for automatic PDF document optimization.</summary> |
1567 |
</member>
|
1568 |
<member name="F:Leadtools.Pdf.PDFAutoOptimizerMode.Customized"> |
1569 |
<summary></summary> |
1570 |
<platforms>NET</platforms> |
1571 |
</member>
|
1572 |
<member name="F:Leadtools.Pdf.PDFAutoOptimizerMode.BestSize"> |
1573 |
<summary></summary> |
1574 |
<platforms>NET</platforms> |
1575 |
</member>
|
1576 |
<member name="F:Leadtools.Pdf.PDFAutoOptimizerMode.MediumSize"> |
1577 |
<summary></summary> |
1578 |
<platforms>NET</platforms> |
1579 |
</member>
|
1580 |
<member name="F:Leadtools.Pdf.PDFAutoOptimizerMode.AverageSize"> |
1581 |
<summary></summary> |
1582 |
<platforms>NET</platforms> |
1583 |
</member>
|
1584 |
<member name="F:Leadtools.Pdf.PDFAutoOptimizerMode.GoodQuality"> |
1585 |
<summary></summary> |
1586 |
<platforms>NET</platforms> |
1587 |
</member>
|
1588 |
<member name="F:Leadtools.Pdf.PDFAutoOptimizerMode.BestQuality"> |
1589 |
<summary></summary> |
1590 |
<platforms>NET</platforms> |
1591 |
</member>
|
1592 |
<member name="T:Leadtools.Pdf.PDFBookmarkStyle"> |
1593 |
<summary>Specifies the PDF bookmark style</summary> |
1594 |
</member>
|
1595 |
<member name="F:Leadtools.Pdf.PDFBookmarkStyle.Plain"> |
1596 |
<summary></summary> |
1597 |
<platforms>NET, Java</platforms> |
1598 |
</member>
|
1599 |
<member name="F:Leadtools.Pdf.PDFBookmarkStyle.Italic"> |
1600 |
<summary></summary> |
1601 |
<platforms>NET, Java</platforms> |
1602 |
</member>
|
1603 |
<member name="F:Leadtools.Pdf.PDFBookmarkStyle.Bold"> |
1604 |
<summary></summary> |
1605 |
<platforms>NET, Java</platforms> |
1606 |
</member>
|
1607 |
<member name="F:Leadtools.Pdf.PDFBookmarkStyle.BoldItalic"> |
1608 |
<summary></summary> |
1609 |
<platforms>NET, Java</platforms> |
1610 |
</member>
|
1611 |
<member name="T:Leadtools.Pdf.PDFCompatibilityLevel"> |
1612 |
<summary>Determines which compatibility (or version) level to use when creating or updating PDF files.</summary> |
1613 |
</member>
|
1614 |
<member name="F:Leadtools.Pdf.PDFCompatibilityLevel.Default"> |
1615 |
<summary></summary> |
1616 |
<platforms>NET</platforms> |
1617 |
</member>
|
1618 |
<member name="F:Leadtools.Pdf.PDFCompatibilityLevel.PDF12"> |
1619 |
<summary></summary> |
1620 |
<platforms>NET</platforms> |
1621 |
</member>
|
1622 |
<member name="F:Leadtools.Pdf.PDFCompatibilityLevel.PDF13"> |
1623 |
<summary></summary> |
1624 |
<platforms>NET</platforms> |
1625 |
</member>
|
1626 |
<member name="F:Leadtools.Pdf.PDFCompatibilityLevel.PDF14"> |
1627 |
<summary></summary> |
1628 |
<platforms>NET</platforms> |
1629 |
</member>
|
1630 |
<member name="F:Leadtools.Pdf.PDFCompatibilityLevel.PDFA"> |
1631 |
<summary></summary> |
1632 |
<platforms>NET</platforms> |
1633 |
</member>
|
1634 |
<member name="F:Leadtools.Pdf.PDFCompatibilityLevel.PDF15"> |
1635 |
<summary></summary> |
1636 |
<platforms>NET</platforms> |
1637 |
</member>
|
1638 |
<member name="T:Leadtools.Pdf.PDFContentType"> |
1639 |
<summary>Specifies PDF content type</summary> |
1640 |
</member>
|
1641 |
<member name="F:Leadtools.Pdf.PDFContentType.Text"> |
1642 |
<summary></summary> |
1643 |
<platforms>NET, Java</platforms> |
1644 |
</member>
|
1645 |
<member name="F:Leadtools.Pdf.PDFContentType.Image"> |
1646 |
<summary></summary> |
1647 |
<platforms>NET, Java</platforms> |
1648 |
</member>
|
1649 |
<member name="F:Leadtools.Pdf.PDFContentType.ImageOverText"> |
1650 |
<summary></summary> |
1651 |
<platforms>NET, Java</platforms> |
1652 |
</member>
|
1653 |
<member name="T:Leadtools.Pdf.PDFCoordinateType"> |
1654 |
<summary>Specifies the PDF coordinate type.</summary> |
1655 |
</member>
|
1656 |
<member name="F:Leadtools.Pdf.PDFCoordinateType.Pdf"> |
1657 |
<summary></summary> |
1658 |
<platforms>NET, Java</platforms> |
1659 |
</member>
|
1660 |
<member name="F:Leadtools.Pdf.PDFCoordinateType.Pixel"> |
1661 |
<summary></summary> |
1662 |
<platforms>NET, Java</platforms> |
1663 |
</member>
|
1664 |
<member name="F:Leadtools.Pdf.PDFCoordinateType.Inch"> |
1665 |
<summary></summary> |
1666 |
<platforms>NET, Java</platforms> |
1667 |
</member>
|
1668 |
<member name="T:Leadtools.Pdf.PDFDistillerAutoRotatePageMode"> |
1669 |
<summary>Specifies how pages are rotated when distilling Postscript files.</summary> |
1670 |
</member>
|
1671 |
<member name="F:Leadtools.Pdf.PDFDistillerAutoRotatePageMode.None"> |
1672 |
<summary></summary> |
1673 |
<platforms>NET</platforms> |
1674 |
</member>
|
1675 |
<member name="F:Leadtools.Pdf.PDFDistillerAutoRotatePageMode.PageByPage"> |
1676 |
<summary></summary> |
1677 |
<platforms>NET</platforms> |
1678 |
</member>
|
1679 |
<member name="F:Leadtools.Pdf.PDFDistillerAutoRotatePageMode.All"> |
1680 |
<summary></summary> |
1681 |
<platforms>NET</platforms> |
1682 |
</member>
|
1683 |
<member name="T:Leadtools.Pdf.PDFDistillerOutputMode"> |
1684 |
<summary>Specifies the Distiller output optimization mode.</summary> |
1685 |
</member>
|
1686 |
<member name="F:Leadtools.Pdf.PDFDistillerOutputMode.Default"> |
1687 |
<summary></summary> |
1688 |
<platforms>NET</platforms> |
1689 |
</member>
|
1690 |
<member name="F:Leadtools.Pdf.PDFDistillerOutputMode.ScreenOptimized"> |
1691 |
<summary></summary> |
1692 |
<platforms>NET</platforms> |
1693 |
</member>
|
1694 |
<member name="F:Leadtools.Pdf.PDFDistillerOutputMode.EBookOptimized"> |
1695 |
<summary></summary> |
1696 |
<platforms>NET</platforms> |
1697 |
</member>
|
1698 |
<member name="F:Leadtools.Pdf.PDFDistillerOutputMode.PrintOptimized"> |
1699 |
<summary></summary> |
1700 |
<platforms>NET</platforms> |
1701 |
</member>
|
1702 |
<member name="F:Leadtools.Pdf.PDFDistillerOutputMode.PrepressOptimized"> |
1703 |
<summary></summary> |
1704 |
<platforms>NET</platforms> |
1705 |
</member>
|
1706 |
<member name="T:Leadtools.Pdf.PDFDownsamplingMode"> |
1707 |
<summary>Specifies the downsampling mode for the PDF optimizer.</summary> |
1708 |
</member>
|
1709 |
<member name="F:Leadtools.Pdf.PDFDownsamplingMode.Average"> |
1710 |
<summary></summary> |
1711 |
<platforms>NET</platforms> |
1712 |
</member>
|
1713 |
<member name="F:Leadtools.Pdf.PDFDownsamplingMode.Bicubic"> |
1714 |
<summary></summary> |
1715 |
<platforms>NET</platforms> |
1716 |
</member>
|
1717 |
<member name="T:Leadtools.Pdf.PDFEncryptionMode"> |
1718 |
<summary>Specifies the PDF encryption mode</summary> |
1719 |
</member>
|
1720 |
<member name="F:Leadtools.Pdf.PDFEncryptionMode.RC40Bit"> |
1721 |
<summary></summary> |
1722 |
<platforms>NET</platforms> |
1723 |
</member>
|
1724 |
<member name="F:Leadtools.Pdf.PDFEncryptionMode.RC128Bit"> |
1725 |
<summary></summary> |
1726 |
<platforms>NET</platforms> |
1727 |
</member>
|
1728 |
<member name="T:Leadtools.Pdf.PDFFileType"> |
1729 |
<summary>Specifies PDF and PS (Postscript) file type and version</summary> |
1730 |
</member>
|
1731 |
<member name="F:Leadtools.Pdf.PDFFileType.Unknown"> |
1732 |
<summary></summary> |
1733 |
<platforms>NET, Java</platforms> |
1734 |
</member>
|
1735 |
<member name="F:Leadtools.Pdf.PDFFileType.PDF10"> |
1736 |
<summary></summary> |
1737 |
<platforms>NET, Java</platforms> |
1738 |
</member>
|
1739 |
<member name="F:Leadtools.Pdf.PDFFileType.PDF11"> |
1740 |
<summary></summary> |
1741 |
<platforms>NET, Java</platforms> |
1742 |
</member>
|
1743 |
<member name="F:Leadtools.Pdf.PDFFileType.PDF12"> |
1744 |
<summary></summary> |
1745 |
<platforms>NET, Java</platforms> |
1746 |
</member>
|
1747 |
<member name="F:Leadtools.Pdf.PDFFileType.PDF13"> |
1748 |
<summary></summary> |
1749 |
<platforms>NET, Java</platforms> |
1750 |
</member>
|
1751 |
<member name="F:Leadtools.Pdf.PDFFileType.PDF14"> |
1752 |
<summary></summary> |
1753 |
<platforms>NET, Java</platforms> |
1754 |
</member>
|
1755 |
<member name="F:Leadtools.Pdf.PDFFileType.PDF15"> |
1756 |
<summary></summary> |
1757 |
<platforms>NET, Java</platforms> |
1758 |
</member>
|
1759 |
<member name="F:Leadtools.Pdf.PDFFileType.PDF16"> |
1760 |
<summary></summary> |
1761 |
<platforms>NET, Java</platforms> |
1762 |
</member>
|
1763 |
<member name="F:Leadtools.Pdf.PDFFileType.PDF17"> |
1764 |
<summary></summary> |
1765 |
<platforms>NET, Java</platforms> |
1766 |
</member>
|
1767 |
<member name="F:Leadtools.Pdf.PDFFileType.Postscript"> |
1768 |
<summary></summary> |
1769 |
<platforms>NET, Java</platforms> |
1770 |
</member>
|
1771 |
<member name="F:Leadtools.Pdf.PDFFileType.EncapsulatedPostscript"> |
1772 |
<summary></summary> |
1773 |
<platforms>NET, Java</platforms> |
1774 |
</member>
|
1775 |
<member name="T:Leadtools.Pdf.PDFFontStyle"> |
1776 |
<summary>Specifies the styles of a PDF font.</summary> |
1777 |
</member>
|
1778 |
<member name="F:Leadtools.Pdf.PDFFontStyle.Normal"> |
1779 |
<summary></summary> |
1780 |
<platforms>NET, Java</platforms> |
1781 |
</member>
|
1782 |
<member name="F:Leadtools.Pdf.PDFFontStyle.Bold"> |
1783 |
<summary></summary> |
1784 |
<platforms>NET, Java</platforms> |
1785 |
</member>
|
1786 |
<member name="F:Leadtools.Pdf.PDFFontStyle.Italic"> |
1787 |
<summary></summary> |
1788 |
<platforms>NET, Java</platforms> |
1789 |
</member>
|
1790 |
<member name="F:Leadtools.Pdf.PDFFontStyle.Underline"> |
1791 |
<summary></summary> |
1792 |
<platforms>NET, Java</platforms> |
1793 |
</member>
|
1794 |
<member name="T:Leadtools.Pdf.PDFImageType"> |
1795 |
<summary>Specifies the image compression type.</summary> |
1796 |
</member>
|
1797 |
<member name="F:Leadtools.Pdf.PDFImageType.Unknown"> |
1798 |
<summary></summary> |
1799 |
<platforms>NET, Java</platforms> |
1800 |
</member>
|
1801 |
<member name="F:Leadtools.Pdf.PDFImageType.Raw"> |
1802 |
<summary></summary> |
1803 |
<platforms>NET, Java</platforms> |
1804 |
</member>
|
1805 |
<member name="F:Leadtools.Pdf.PDFImageType.Rle"> |
1806 |
<summary></summary> |
1807 |
<platforms>NET, Java</platforms> |
1808 |
</member>
|
1809 |
<member name="F:Leadtools.Pdf.PDFImageType.FaxG31DimNoEol"> |
1810 |
<summary></summary> |
1811 |
<platforms>NET, Java</platforms> |
1812 |
</member>
|
1813 |
<member name="F:Leadtools.Pdf.PDFImageType.FaxG31Dim"> |
1814 |
<summary></summary> |
1815 |
<platforms>NET, Java</platforms> |
1816 |
</member>
|
1817 |
<member name="F:Leadtools.Pdf.PDFImageType.FaxG32Dim"> |
1818 |
<summary></summary> |
1819 |
<platforms>NET, Java</platforms> |
1820 |
</member>
|
1821 |
<member name="F:Leadtools.Pdf.PDFImageType.FaxG4"> |
1822 |
<summary></summary> |
1823 |
<platforms>NET, Java</platforms> |
1824 |
</member>
|
1825 |
<member name="F:Leadtools.Pdf.PDFImageType.Jbig2"> |
1826 |
<summary></summary> |
1827 |
<platforms>NET, Java</platforms> |
1828 |
</member>
|
1829 |
<member name="F:Leadtools.Pdf.PDFImageType.Png"> |
1830 |
<summary></summary> |
1831 |
<platforms>NET, Java</platforms> |
1832 |
</member>
|
1833 |
<member name="F:Leadtools.Pdf.PDFImageType.Flate"> |
1834 |
<summary></summary> |
1835 |
<platforms>NET, Java</platforms> |
1836 |
</member>
|
1837 |
<member name="F:Leadtools.Pdf.PDFImageType.Lzw"> |
1838 |
<summary></summary> |
1839 |
<platforms>NET, Java</platforms> |
1840 |
</member>
|
1841 |
<member name="F:Leadtools.Pdf.PDFImageType.Jpeg"> |
1842 |
<summary></summary> |
1843 |
<platforms>NET, Java</platforms> |
1844 |
</member>
|
1845 |
<member name="F:Leadtools.Pdf.PDFImageType.Jpx"> |
1846 |
<summary></summary> |
1847 |
<platforms>NET, Java</platforms> |
1848 |
</member>
|
1849 |
<member name="F:Leadtools.Pdf.PDFImageType.Tiff"> |
1850 |
<summary></summary> |
1851 |
<platforms>NET, Java</platforms> |
1852 |
</member>
|
1853 |
<member name="T:Leadtools.Pdf.PDFObjectType"> |
1854 |
<summary>Specifies the PDF object type.</summary> |
1855 |
</member>
|
1856 |
<member name="F:Leadtools.Pdf.PDFObjectType.Text"> |
1857 |
<summary></summary> |
1858 |
<platforms>NET, Java</platforms> |
1859 |
</member>
|
1860 |
<member name="F:Leadtools.Pdf.PDFObjectType.Rectangle"> |
1861 |
<summary></summary> |
1862 |
<platforms>NET, Java</platforms> |
1863 |
</member>
|
1864 |
<member name="F:Leadtools.Pdf.PDFObjectType.Image"> |
1865 |
<summary></summary> |
1866 |
<platforms>NET, Java</platforms> |
1867 |
</member>
|
1868 |
<member name="T:Leadtools.Pdf.PDFPageFitType"> |
1869 |
<summary>Specifies the PDF page fit type.</summary> |
1870 |
</member>
|
1871 |
<member name="F:Leadtools.Pdf.PDFPageFitType.Default"> |
1872 |
<summary></summary> |
1873 |
<platforms>NET, Java</platforms> |
1874 |
</member>
|
1875 |
<member name="F:Leadtools.Pdf.PDFPageFitType.FitWidth"> |
1876 |
<summary></summary> |
1877 |
<platforms>NET, Java</platforms> |
1878 |
</member>
|
1879 |
<member name="F:Leadtools.Pdf.PDFPageFitType.FitHeight"> |
1880 |
<summary></summary> |
1881 |
<platforms>NET, Java</platforms> |
1882 |
</member>
|
1883 |
<member name="F:Leadtools.Pdf.PDFPageFitType.FitWidthBounds"> |
1884 |
<summary></summary> |
1885 |
<platforms>NET, Java</platforms> |
1886 |
</member>
|
1887 |
<member name="F:Leadtools.Pdf.PDFPageFitType.FitHeightBounds"> |
1888 |
<summary></summary> |
1889 |
<platforms>NET, Java</platforms> |
1890 |
</member>
|
1891 |
<member name="F:Leadtools.Pdf.PDFPageFitType.FitBounds"> |
1892 |
<summary></summary> |
1893 |
<platforms>NET, Java</platforms> |
1894 |
</member>
|
1895 |
<member name="T:Leadtools.Pdf.PDFPageLayoutType"> |
1896 |
<summary>Specifies the PDF page layout</summary> |
1897 |
</member>
|
1898 |
<member name="F:Leadtools.Pdf.PDFPageLayoutType.SinglePageDisplay"> |
1899 |
<summary></summary> |
1900 |
<platforms>NET</platforms> |
1901 |
</member>
|
1902 |
<member name="F:Leadtools.Pdf.PDFPageLayoutType.OneColumnDisplay"> |
1903 |
<summary></summary> |
1904 |
<platforms>NET</platforms> |
1905 |
</member>
|
1906 |
<member name="F:Leadtools.Pdf.PDFPageLayoutType.TwoColumnLeftDisplay"> |
1907 |
<summary></summary> |
1908 |
<platforms>NET</platforms> |
1909 |
</member>
|
1910 |
<member name="F:Leadtools.Pdf.PDFPageLayoutType.TwoColumnRightDisplay"> |
1911 |
<summary></summary> |
1912 |
<platforms>NET</platforms> |
1913 |
</member>
|
1914 |
<member name="F:Leadtools.Pdf.PDFPageLayoutType.TwoPageLeft"> |
1915 |
<summary></summary> |
1916 |
<platforms>NET</platforms> |
1917 |
</member>
|
1918 |
<member name="F:Leadtools.Pdf.PDFPageLayoutType.TwoPageRight"> |
1919 |
<summary></summary> |
1920 |
<platforms>NET</platforms> |
1921 |
</member>
|
1922 |
<member name="T:Leadtools.Pdf.PDFPageModeType"> |
1923 |
<summary>Specifies the PDF page mode</summary> |
1924 |
</member>
|
1925 |
<member name="F:Leadtools.Pdf.PDFPageModeType.PageOnly"> |
1926 |
<summary></summary> |
1927 |
<platforms>NET</platforms> |
1928 |
</member>
|
1929 |
<member name="F:Leadtools.Pdf.PDFPageModeType.Outlines"> |
1930 |
<summary></summary> |
1931 |
<platforms>NET</platforms> |
1932 |
</member>
|
1933 |
<member name="F:Leadtools.Pdf.PDFPageModeType.Thumbs"> |
1934 |
<summary></summary> |
1935 |
<platforms>NET</platforms> |
1936 |
</member>
|
1937 |
<member name="F:Leadtools.Pdf.PDFPageModeType.FullScreen"> |
1938 |
<summary></summary> |
1939 |
<platforms>NET</platforms> |
1940 |
</member>
|
1941 |
<member name="F:Leadtools.Pdf.PDFPageModeType.Layers"> |
1942 |
<summary></summary> |
1943 |
<platforms>NET</platforms> |
1944 |
</member>
|
1945 |
<member name="F:Leadtools.Pdf.PDFPageModeType.Attachments"> |
1946 |
<summary></summary> |
1947 |
<platforms>NET</platforms> |
1948 |
</member>
|
1949 |
<member name="T:Leadtools.Pdf.PDFParseDocumentStructureOptions"> |
1950 |
<summary>Specifies options to use when parsing a PDF document structure.</summary> |
1951 |
</member>
|
1952 |
<member name="F:Leadtools.Pdf.PDFParseDocumentStructureOptions.None"> |
1953 |
<summary></summary> |
1954 |
<platforms>NET, Java</platforms> |
1955 |
</member>
|
1956 |
<member name="F:Leadtools.Pdf.PDFParseDocumentStructureOptions.Bookmarks"> |
1957 |
<summary></summary> |
1958 |
<platforms>NET, Java</platforms> |
1959 |
</member>
|
1960 |
<member name="F:Leadtools.Pdf.PDFParseDocumentStructureOptions.InternalLinks"> |
1961 |
<summary></summary> |
1962 |
<platforms>NET, Java</platforms> |
1963 |
</member>
|
1964 |
<member name="F:Leadtools.Pdf.PDFParseDocumentStructureOptions.Images"> |
1965 |
<summary></summary> |
1966 |
<platforms>NET, Java</platforms> |
1967 |
</member>
|
1968 |
<member name="F:Leadtools.Pdf.PDFParseDocumentStructureOptions.Fonts"> |
1969 |
<summary></summary> |
1970 |
<platforms>NET, Java</platforms> |
1971 |
</member>
|
1972 |
<member name="F:Leadtools.Pdf.PDFParseDocumentStructureOptions.All"> |
1973 |
<summary></summary> |
1974 |
<platforms>NET, Java</platforms> |
1975 |
</member>
|
1976 |
<member name="T:Leadtools.Pdf.PDFParsePagesOptions"> |
1977 |
<summary>Specifies which options to use when parsing the objects of a PDF document.</summary> |
1978 |
</member>
|
1979 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.None"> |
1980 |
<summary></summary> |
1981 |
<platforms>NET, Java</platforms> |
1982 |
</member>
|
1983 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.Objects"> |
1984 |
<summary></summary> |
1985 |
<platforms>NET, Java</platforms> |
1986 |
</member>
|
1987 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.Hyperlinks"> |
1988 |
<summary></summary> |
1989 |
<platforms>NET, Java</platforms> |
1990 |
</member>
|
1991 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.Fonts"> |
1992 |
<summary></summary> |
1993 |
<platforms>NET, Java</platforms> |
1994 |
</member>
|
1995 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.IgnoreWhiteSpaces"> |
1996 |
<summary></summary> |
1997 |
<platforms>NET, Java</platforms> |
1998 |
</member>
|
1999 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.Annotations"> |
2000 |
<summary></summary> |
2001 |
<platforms>NET, Java</platforms> |
2002 |
</member>
|
2003 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.RTLOriginal"> |
2004 |
<summary></summary> |
2005 |
<platforms>NET, Java</platforms> |
2006 |
</member>
|
2007 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.RTLFlipBrackets"> |
2008 |
<summary></summary> |
2009 |
<platforms>NET, Java</platforms> |
2010 |
</member>
|
2011 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.InternalLinks"> |
2012 |
<summary></summary> |
2013 |
<platforms>NET, Java</platforms> |
2014 |
</member>
|
2015 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.FormFields"> |
2016 |
<summary></summary> |
2017 |
<platforms>NET, Java</platforms> |
2018 |
</member>
|
2019 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.Signatures"> |
2020 |
<summary></summary> |
2021 |
<platforms>NET, Java</platforms> |
2022 |
</member>
|
2023 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.All"> |
2024 |
<summary>Parse all objects with white spaces.</summary> |
2025 |
</member>
|
2026 |
<member name="F:Leadtools.Pdf.PDFParsePagesOptions.AllIgnoreWhiteSpaces"> |
2027 |
<summary>Parse all objects without white spaces.</summary> |
2028 |
</member>
|
2029 |
<member name="T:Leadtools.Pdf.PDFTextJustification"> |
2030 |
<summary>Specifies the text justification.</summary> |
2031 |
</member>
|
2032 |
<member name="F:Leadtools.Pdf.PDFTextJustification.Left"> |
2033 |
<summary></summary> |
2034 |
<platforms>NET, Java</platforms> |
2035 |
</member>
|
2036 |
<member name="F:Leadtools.Pdf.PDFTextJustification.Center"> |
2037 |
<summary></summary> |
2038 |
<platforms>NET, Java</platforms> |
2039 |
</member>
|
2040 |
<member name="F:Leadtools.Pdf.PDFTextJustification.Right"> |
2041 |
<summary></summary> |
2042 |
<platforms>NET, Java</platforms> |
2043 |
</member>
|
2044 |
<member name="T:Leadtools.Pdf.PDFBookmark"> |
2045 |
<summary>Provides information about PDF bookmark properties</summary> |
2046 |
</member>
|
2047 |
<member name="P:Leadtools.Pdf.PDFBookmark.BookmarkStyle"> |
2048 |
<summary>Style of this bookmark.</summary> |
2049 |
<value>A PDFBookmarkStyle enumeration that specifies the style of the bookmark. The default value is PDFBookmarkStyle.Plain.</value> |
2050 |
</member>
|
2051 |
<member name="P:Leadtools.Pdf.PDFBookmark.Level"> |
2052 |
<summary>Indentation level of the bookmark.</summary> |
2053 |
<value>A System.Int32 that represents the 0-based indentation level of the bookmark. The default value is 0.</value> |
2054 |
</member>
|
2055 |
<member name="P:Leadtools.Pdf.PDFBookmark.TargetPageFitType"> |
2056 |
<summary>Target page fit type of this bookmark.</summary> |
2057 |
<value>A PDFPageFitType enumeration member that specifies the target page fit type of this bookmark. The default value is PDFPageFitType.Default.</value> |
2058 |
</member>
|
2059 |
<member name="P:Leadtools.Pdf.PDFBookmark.TargetPageNumber"> |
2060 |
<summary>Number of the target page of this bookmark.</summary> |
2061 |
<value>The 1-based number of the target page of this bookmark. The default value is 0.</value> |
2062 |
</member>
|
2063 |
<member name="P:Leadtools.Pdf.PDFBookmark.TargetPosition"> |
2064 |
<summary>Position in target page to scroll to of this bookmark.</summary> |
2065 |
<value>A PDFPoint that represents the position in PDF units (1/72 of an inch and bottom-left) of the target page to scroll to. The default value is an empty PDFPoint.</value> |
2066 |
</member>
|
2067 |
<member name="P:Leadtools.Pdf.PDFBookmark.TargetZoomPercent"> |
2068 |
<summary>Target page zoom percentage of this bookmark.</summary> |
2069 |
<value>A System.Int32 that specifies the zoom percent (100 equals to no zoom) of the target page. The default value is 0.</value> |
2070 |
</member>
|
2071 |
<member name="P:Leadtools.Pdf.PDFBookmark.Title"> |
2072 |
<summary>Title of the bookmark.</summary> |
2073 |
<value>A System.String that represents the title of the bookmark. The default value is **null**.</value> |
2074 |
</member>
|
2075 |
<member name="T:Leadtools.Pdf.PDFBrush"> |
2076 |
<summary>Contains information about PDF brush properties</summary> |
2077 |
</member>
|
2078 |
<member name="M:Leadtools.Pdf.PDFBrush.#ctor(Leadtools.RasterColor,System.Int32)"> |
2079 |
<summary>Initializes a new instance of a PDFBrush structure with the specified parameters.</summary> |
2080 |
<param name="Color">A Leadtools.RasterColor that represents the color of the brush. The default value is an empty Leadtools.RasterColor structure.</param> |
2081 |
<param name="style">A PDFBrush enumeration value that represents the style of the brush. The default value is PDFBrush.Solid.</param> |
2082 |
</member>
|
2083 |
<member name="P:Leadtools.Pdf.PDFBrush.BrushStyle"> |
2084 |
<summary>Style of the brush.</summary> |
2085 |
<value>A value that represents the style of the brush. The default value is Solid.</value> |
2086 |
</member>
|
2087 |
<member name="P:Leadtools.Pdf.PDFBrush.Color"> |
2088 |
<summary>Color of the brush.</summary> |
2089 |
<value>A Leadtools.RasterColor that represents the color of the brush. The default value is an empty Leadtools.RasterColor structure.</value> |
2090 |
</member>
|
2091 |
<member name="F:Leadtools.Pdf.PDFBrush.Solid"> |
2092 |
<summary>Solid brush style</summary> |
2093 |
</member>
|
2094 |
<member name="F:Leadtools.Pdf.PDFBrush.Transparent"> |
2095 |
<summary>Transparent brush style</summary> |
2096 |
</member>
|
2097 |
<member name="T:Leadtools.Pdf.PDFFilePage"> |
2098 |
<summary>Contains information about a page in a PDF file.</summary> |
2099 |
</member>
|
2100 |
<member name="P:Leadtools.Pdf.PDFFilePage.Height"> |
2101 |
<summary>Height of the PDF page.</summary> |
2102 |
<value>The height of the PDF page in PDF units (1/72 of an inch). The default value is 0.</value> |
2103 |
</member>
|
2104 |
<member name="P:Leadtools.Pdf.PDFFilePage.PageNumber"> |
2105 |
<summary>Number of this PDF page.</summary> |
2106 |
<value>A System.Int32 that specifies the number of this page. The default value is 0.</value> |
2107 |
</member>
|
2108 |
<member name="P:Leadtools.Pdf.PDFFilePage.Width"> |
2109 |
<summary>Gets or sets the width of the PDF page.</summary> |
2110 |
<value>The width of the PDF page in PDF units (1/72 of an inch). The default value is 0.</value> |
2111 |
</member>
|
2112 |
<member name="T:Leadtools.Pdf.PDFFont"> |
2113 |
<summary>Contains the information for a PDF font.</summary> |
2114 |
</member>
|
2115 |
<member name="P:Leadtools.Pdf.PDFFont.FaceName"> |
2116 |
<summary>Face name of this font.</summary> |
2117 |
<value>A System.String that contain the face name of this font. The default value is **null**.</value> |
2118 |
</member>
|
2119 |
<member name="P:Leadtools.Pdf.PDFFont.FontStyle"> |
2120 |
<summary>Style of this font.</summary> |
2121 |
<value>One or more PDFFontStyle enumeration member values that specify the style of this font. The default value is PDFFontStyle.Normal.</value> |
2122 |
</member>
|
2123 |
<member name="T:Leadtools.Pdf.PDFHyperlink"> |
2124 |
<summary>Contains information of a single PDF hyperlink.</summary> |
2125 |
</member>
|
2126 |
<member name="P:Leadtools.Pdf.PDFHyperlink.Bounds"> |
2127 |
<summary>Source bounds of this hyperlink.</summary> |
2128 |
<value>A PDFRect that represents the source location and size of this hyperlink in PDF units (1/72 of an inch and bottom left). The default value is an empty PDFRect.</value> |
2129 |
</member>
|
2130 |
<member name="P:Leadtools.Pdf.PDFHyperlink.Hyperlink"> |
2131 |
<summary>Hyperlink value.</summary> |
2132 |
<value>A System.String that specifies the hyperlink value. The default value is **null**.</value> |
2133 |
</member>
|
2134 |
<member name="P:Leadtools.Pdf.PDFHyperlink.TextProperties"> |
2135 |
<summary>Text properties such as font information and color of this hyperlink.</summary> |
2136 |
<value>A PDFTextProperties structure that contain the text properties such as font information and color of this hyperlink. The default value is a default PDFTextProperties object.</value> |
2137 |
</member>
|
2138 |
<member name="T:Leadtools.Pdf.PDFImage"> |
2139 |
<summary>The PDFImage structure describes an image embedded in the PDF file.</summary> |
2140 |
</member>
|
2141 |
<member name="P:Leadtools.Pdf.PDFImage.BitsPerComponent"> |
2142 |
<summary>The bits per component of the embedded image.</summary> |
2143 |
<value>The bits per component of the embedded image.</value> |
2144 |
</member>
|
2145 |
<member name="P:Leadtools.Pdf.PDFImage.BitsPerPixel"> |
2146 |
<summary>The bits per pixel of the embedded image.</summary> |
2147 |
<value>The bits per pixel of the embedded image.</value> |
2148 |
</member>
|
2149 |
<member name="P:Leadtools.Pdf.PDFImage.ColorDevice"> |
2150 |
<summary>The color device of the embedded image.</summary> |
2151 |
<value>The color device of the embedded image.</value> |
2152 |
</member>
|
2153 |
<member name="P:Leadtools.Pdf.PDFImage.ComponentCount"> |
2154 |
<summary>The number of color components of the embedded image.</summary> |
2155 |
<value>The number of color components of the embedded image.</value> |
2156 |
</member>
|
2157 |
<member name="P:Leadtools.Pdf.PDFImage.Height"> |
2158 |
<summary>The height in pixels of the embedded image.</summary> |
2159 |
<value>The height in pixels.</value> |
2160 |
</member>
|
2161 |
<member name="P:Leadtools.Pdf.PDFImage.ImageType"> |
2162 |
<summary>The image compression type of the embedded image.</summary> |
2163 |
<value>A PDFImageType that indicates the compression type.</value> |
2164 |
</member>
|
2165 |
<member name="P:Leadtools.Pdf.PDFImage.ObjectNumber"> |
2166 |
<summary>The PDF object number of the embedded image.</summary> |
2167 |
<value>The PDF object number of the embedded image.</value> |
2168 |
</member>
|
2169 |
<member name="P:Leadtools.Pdf.PDFImage.PageNumber"> |
2170 |
<summary>The page number of page that contains the embedded image.</summary> |
2171 |
<value>The page number of page that contains the embedded image.</value> |
2172 |
</member>
|
2173 |
<member name="P:Leadtools.Pdf.PDFImage.StreamLength"> |
2174 |
<summary>The size in bytes of the embedded image.</summary> |
2175 |
<value>The size in bytes of the embedded image.</value> |
2176 |
</member>
|
2177 |
<member name="P:Leadtools.Pdf.PDFImage.StreamOffset"> |
2178 |
<summary>The offset within the PDF stream for the embedded image.</summary> |
2179 |
<value>The offset within the PDF stream for the embedded image.</value> |
2180 |
</member>
|
2181 |
<member name="P:Leadtools.Pdf.PDFImage.Width"> |
2182 |
<summary>The width in pixels of the embedded image.</summary> |
2183 |
<value>The width in pixels.</value> |
2184 |
</member>
|
2185 |
<member name="T:Leadtools.Pdf.PDFInternalLink"> |
2186 |
<summary>Provides information about the PDF internal link properties</summary> |
2187 |
</member>
|
2188 |
<member name="P:Leadtools.Pdf.PDFInternalLink.BorderColor"> |
2189 |
<summary>Color of the border of this internal link</summary> |
2190 |
<value>A Leadtools.RasterColor that specifies the color of the border of this internal link.</value> |
2191 |
</member>
|
2192 |
<member name="P:Leadtools.Pdf.PDFInternalLink.BorderDashLength"> |
2193 |
<summary>Border dash length of this internal link.</summary> |
2194 |
<value>A System.Double that specifies the border dash length of this internal link, in PDF units (1/72 of an inch). The default value is 0.</value> |
2195 |
</member>
|
2196 |
<member name="P:Leadtools.Pdf.PDFInternalLink.BorderWidth"> |
2197 |
<summary>Border width of this internal link.</summary> |
2198 |
<value>A System.Double that specifies the border width of this internal link in PDF units (1/72 of an inch). The default value is 0.</value> |
2199 |
</member>
|
2200 |
<member name="P:Leadtools.Pdf.PDFInternalLink.SourceBounds"> |
2201 |
<summary>Source bounds of this internal link.</summary> |
2202 |
<value>A PDFRect that represents the source location and size of this internal link, in PDF units (1/72 of an inch and bottom left). The default value is an empty PDFRect.</value> |
2203 |
</member>
|
2204 |
<member name="P:Leadtools.Pdf.PDFInternalLink.SourcePageNumber"> |
2205 |
<summary>Source page number of this internal link.</summary> |
2206 |
<value>A System.Int32 that specifies the 1-based source page number of this internal link. The default value is 0.</value> |
2207 |
</member>
|
2208 |
<member name="P:Leadtools.Pdf.PDFInternalLink.TargetPageFitType"> |
2209 |
<summary>Target page fit type of this internal link.</summary> |
2210 |
<value>A PDFPageFitType enumeration member that specifies the target page fit type of this internal link. The default value is PDFPageFitType.Default.</value> |
2211 |
</member>
|
2212 |
<member name="P:Leadtools.Pdf.PDFInternalLink.TargetPageNumber"> |
2213 |
<summary>Number of the target page of this internal link.</summary> |
2214 |
<value>The 1-based number of the target page of this internal link. The default value is 0.</value> |
2215 |
</member>
|
2216 |
<member name="P:Leadtools.Pdf.PDFInternalLink.TargetPosition"> |
2217 |
<summary>Position in target page to scroll to for this internal link.</summary> |
2218 |
<value>A PDFPoint that represents the position, in PDF units (1/72 of an inch and bottom-left), of the target page to scroll to. The default value is an empty PDFPoint.</value> |
2219 |
</member>
|
2220 |
<member name="P:Leadtools.Pdf.PDFInternalLink.TargetZoomPercent"> |
2221 |
<summary>Target page zoom percentage of this internal link.</summary> |
2222 |
<value>A System.Int32 that specifies the zoom percent (100 equals to no zoom) of the target page. The default value is 0.</value> |
2223 |
</member>
|
2224 |
<member name="T:Leadtools.Pdf.PDFObject"> |
2225 |
<summary>Contains information of a single PDF object.</summary> |
2226 |
</member>
|
2227 |
<member name="P:Leadtools.Pdf.PDFObject.Bounds"> |
2228 |
<summary>Bounding rectangle of the object.</summary> |
2229 |
<value>A PDFRect structure that contain the bounding rectangle of the object in PDF units (1/72 of an inch and bottom left). Default value is an empty PDFRect with all values initialized to 0.</value> |
2230 |
</member>
|
2231 |
<member name="P:Leadtools.Pdf.PDFObject.Code"> |
2232 |
<summary>Character code value of this PDFObject text item.</summary> |
2233 |
<value>A System.Char that contain the UNICODE character code of this PDFObject text item. The default value is 0.</value> |
2234 |
</member>
|
2235 |
<member name="P:Leadtools.Pdf.PDFObject.ImageObjectNumber"> |
2236 |
<summary>PDF image object number.</summary> |
2237 |
<value>The PDF image object number</value> |
2238 |
</member>
|
2239 |
<member name="P:Leadtools.Pdf.PDFObject.ObjectType"> |
2240 |
<summary>PDF object type.</summary> |
2241 |
<value>A PDFObjectType enumeration member that specifies the PDF object type. The default value is PDFObjectType.Text.</value> |
2242 |
</member>
|
2243 |
<member name="P:Leadtools.Pdf.PDFObject.TextProperties"> |
2244 |
<summary>Text properties such as font information and color of this PDFObject text item.</summary> |
2245 |
<value>A PDFTextProperties structure that contain the text properties such as font information and color of this PDFObject text item. The default value is a default PDFTextProperties object.</value> |
2246 |
</member>
|
2247 |
<member name="T:Leadtools.Pdf.PDFPen"> |
2248 |
<summary>Contains information about PDF pen properties</summary> |
2249 |
</member>
|
2250 |
<member name="M:Leadtools.Pdf.PDFPen.#ctor(Leadtools.RasterColor,System.Double,System.Int32)"> |
2251 |
<summary>Initializes a PDFPen structure with the specified properties</summary> |
2252 |
<param name="Color">A Leadtools.RasterColor that represents the color of the pen.</param> |
2253 |
<param name="width">A System.Double that represents the width of the pen. The default value is 0.0.</param> |
2254 |
<param name="style">A PDFPen that represents the style of the pen. The default value is PDFPen.Solid.</param> |
2255 |
</member>
|
2256 |
<member name="P:Leadtools.Pdf.PDFPen.Color"> |
2257 |
<summary>Color of the pen.</summary> |
2258 |
<value>A Leadtools.RasterColor that represents the color of the pen. The default value is an empty Leadtools.RasterColor structure.</value> |
2259 |
</member>
|
2260 |
<member name="P:Leadtools.Pdf.PDFPen.PenStyle"> |
2261 |
<summary>Style of the pen.</summary> |
2262 |
<value>A value that represents the style of the pen. The default value is 0 Solid.</value> |
2263 |
</member>
|
2264 |
<member name="P:Leadtools.Pdf.PDFPen.Width"> |
2265 |
<summary>Width of the pen.</summary> |
2266 |
<value>A System.Double that represents the width of the pen. The default value is 0.0.</value> |
2267 |
</member>
|
2268 |
<member name="F:Leadtools.Pdf.PDFPen.Dashed"> |
2269 |
<summary>Dashed pen style</summary> |
2270 |
</member>
|
2271 |
<member name="F:Leadtools.Pdf.PDFPen.Solid"> |
2272 |
<summary>Solid pen style</summary> |
2273 |
</member>
|
2274 |
<member name="F:Leadtools.Pdf.PDFPen.Transparent"> |
2275 |
<summary>Transparent pen style</summary> |
2276 |
</member>
|
2277 |
<member name="T:Leadtools.Pdf.PDFPoint"> |
2278 |
<summary>Represents an x- and y-coordinate pair.</summary> |
2279 |
</member>
|
2280 |
<member name="M:Leadtools.Pdf.PDFPoint.#ctor(System.Double,System.Double)"> |
2281 |
<summary>Initializes a new instance of the PDFPoint structure with the specified coordinates.</summary> |
2282 |
<param name="x">The horizontal position of the point.</param> |
2283 |
<param name="y">The vertical position of the point.</param> |
2284 |
</member>
|
2285 |
<member name="M:Leadtools.Pdf.PDFPoint.ToString"> |
2286 |
<summary>Converts the attributes of this PDFPoint to a human-readable string.</summary> |
2287 |
<returns>A string that contains the coordinates of this PDFPoint structure. For example, {X=10,Y=20}.</returns> |
2288 |
</member>
|
2289 |
<member name="P:Leadtools.Pdf.PDFPoint.X"> |
2290 |
<summary>X-coordinate of this PDFPoint.</summary> |
2291 |
<value>A System.Double that represents the x-coordinate of this PDFPoint.</value> |
2292 |
</member>
|
2293 |
<member name="P:Leadtools.Pdf.PDFPoint.Y"> |
2294 |
<summary>Y-coordinate of this PDFPoint.</summary> |
2295 |
<value>A System.Double that represents the y-coordinate of this PDFPoint.</value> |
2296 |
</member>
|
2297 |
<member name="T:Leadtools.Pdf.PDFRect"> |
2298 |
<summary>Describes the width, height, and location of a rectangle.</summary> |
2299 |
</member>
|
2300 |
<member name="M:Leadtools.Pdf.PDFRect.#ctor(System.Double,System.Double,System.Double,System.Double)"> |
2301 |
<summary>Initializes a new instance of the PDFRect structure with the specified edge locations.</summary> |
2302 |
<param name="left">The x-coordinate of the upper-left corner of the rectangle</param> |
2303 |
<param name="top">The y-coordinate of the upper-left corner of the rectangle</param> |
2304 |
<param name="right">The x-coordinate of the lower-right corner of the rectangle</param> |
2305 |
<param name="bottom">The y-coordinate of the lower-right corner of the rectangle</param> |
2306 |
</member>
|
2307 |
<member name="M:Leadtools.Pdf.PDFRect.ToString"> |
2308 |
<summary>Converts the attributes of this PDFRect to a human-readable string.</summary> |
2309 |
<returns>A string that contains the coordinates of this PDFRect structure. For example, {Left=10,Top=20,Right=30,Bottom=40}.</returns> |
2310 |
</member>
|
2311 |
<member name="P:Leadtools.Pdf.PDFRect.Bottom"> |
2312 |
<summary>Y-axis value of the bottom side of the rectangle.</summary> |
2313 |
<value>A System.Double that represents the y-axis value of the bottom side of the rectangle.</value> |
2314 |
</member>
|
2315 |
<member name="P:Leadtools.Pdf.PDFRect.Height"> |
2316 |
<summary>Gets the height of the rectangle.</summary> |
2317 |
<value>A System.Double that represents the height of the rectangle.</value> |
2318 |
</member>
|
2319 |
<member name="P:Leadtools.Pdf.PDFRect.Left"> |
2320 |
<summary>X-axis value of the left side of the rectangle.</summary> |
2321 |
<value>A System.Double that represents the x-axis value of the left side of the rectangle.</value> |
2322 |
</member>
|
2323 |
<member name="P:Leadtools.Pdf.PDFRect.Right"> |
2324 |
<summary>X-axis value of the left side of the rectangle.</summary> |
2325 |
<value>A System.Double that represents the x-axis value of the left side of the rectangle.</value> |
2326 |
</member>
|
2327 |
<member name="P:Leadtools.Pdf.PDFRect.Top"> |
2328 |
<summary>Y-axis value of the top side of the rectangle.</summary> |
2329 |
<value>A System.Double that represents the y-axis value of the top side of the rectangle.</value> |
2330 |
</member>
|
2331 |
<member name="P:Leadtools.Pdf.PDFRect.Width"> |
2332 |
<summary>Gets the width of the rectangle.</summary> |
2333 |
<value>A System.Double that represents the width of the rectangle.</value> |
2334 |
</member>
|
2335 |
<member name="T:Leadtools.Pdf.PDFTextProperties"> |
2336 |
<summary>Contains information about a text item in a PDF page.</summary> |
2337 |
</member>
|
2338 |
<member name="P:Leadtools.Pdf.PDFTextProperties.Color"> |
2339 |
<summary>Color of the text item.</summary> |
2340 |
<value>A Leadtools.RasterColor object that contain the color text item. The default value is an empty Leadtools.RasterColor.</value> |
2341 |
</member>
|
2342 |
<member name="P:Leadtools.Pdf.PDFTextProperties.FontHeight"> |
2343 |
<summary>Font height in PDF units.</summary> |
2344 |
<value>A System.Double that represents the font height in PDF units (1/72 of an inch and bottom left). The default value is 0.</value> |
2345 |
</member>
|
2346 |
<member name="P:Leadtools.Pdf.PDFTextProperties.FontIndex"> |
2347 |
<summary>Index of a font used by this text item in the font array.</summary> |
2348 |
<value>The 0-based index of font used by this text item into the font array. The default value is 0.</value> |
2349 |
</member>
|
2350 |
<member name="P:Leadtools.Pdf.PDFTextProperties.FontWidth"> |
2351 |
<summary>Font width in PDF units.</summary> |
2352 |
<value>A System.Double that represents the font width in PDF units (1/72 of an inch and bottom left). The default value is 0.</value> |
2353 |
</member>
|
2354 |
<member name="P:Leadtools.Pdf.PDFTextProperties.IsEndOfLine"> |
2355 |
<summary>Indicates whether this is the last character in a line.</summary> |
2356 |
<value>**true** if this is the last character in a line; otherwise, it is **false**. The default value is **false**.</value> |
2357 |
</member>
|
2358 |
<member name="P:Leadtools.Pdf.PDFTextProperties.IsEndOfWord"> |
2359 |
<summary>Indicates whether this is the last character in a word.</summary> |
2360 |
<value>**true** if this is the last character in a word; otherwise, it is **false**. The default value is **false**.</value> |
2361 |
</member>
|
2362 |
<member name="P:Leadtools.Pdf.PDFTextProperties.IsRTL"> |
2363 |
<summary>Indicates whether this text is Right to Left.</summary> |
2364 |
<value>**true** if the text is Right to Left; otherwise, **false**.</value> |
2365 |
</member>
|
2366 |
</members>
|
2367 |
</doc>
|