Leadtools.Document Assembly Changes (original) (raw)
Leadtools.Document.DocumentButtonFormField
Defines a Button Form Field object.
Leadtools.Document.DocumentChoiceFormField
Defines a Choice Form Field object.
Leadtools.Document.DocumentFactory.LoadStreamFromCache(LoadFromCacheOptions)
Loads a previously saved document stream data from the specified cache.
Leadtools.Document.DocumentFontStyles.Bold
Bold font
Leadtools.Document.DocumentFontStyles.Italic
Italic font
Leadtools.Document.DocumentFontStyles.Normal
Normal font
Leadtools.Document.DocumentFontStyles.Underline
Underline font
Leadtools.Document.DocumentFormField
Defines the base class for all form fields.
Leadtools.Document.DocumentFormFieldBorderStyle
Defines the document form field border style associated with the DocumentFormField.
Leadtools.Document.DocumentFormFieldResources
Contains form fields resources used by DocumentFormField objects.
Leadtools.Document.DocumentFormFields
Manages the form fields of the document.
Leadtools.Document.DocumentFormFieldsContainer
Represents a form fields container.
Leadtools.Document.DocumentFormFieldTextStyle
Defines the document form field text style associated with the DocumentFormField.
Leadtools.Document.DocumentHistoryModifyType.Attachments
Attachments were added, removed, or re-arranged in the document.
Leadtools.Document.DocumentHistoryModifyType.Created
The document has been created.
Leadtools.Document.DocumentHistoryModifyType.Decrypted
Document has been decrypted.
Leadtools.Document.DocumentHistoryModifyType.PageAnnotations
Annotations of a page have been modified.
Leadtools.Document.DocumentHistoryModifyType.PageFormFields
Page Form Fields
Leadtools.Document.DocumentHistoryModifyType.PageImage
Page raster image has been modified.
Leadtools.Document.DocumentHistoryModifyType.PageLinks
Page links have been modified.
Leadtools.Document.DocumentHistoryModifyType.PageMarkDeleted
Page has been marked for deletion.
Leadtools.Document.DocumentHistoryModifyType.Pages
Pages were added, removed, or re-arranged in the document.
Leadtools.Document.DocumentHistoryModifyType.PageSvg
Page SVG image has been modified.
Leadtools.Document.DocumentHistoryModifyType.PageSvgBackImage
Page SVG back image has been modified.
Leadtools.Document.DocumentHistoryModifyType.PageText
Page text has been modified.
Leadtools.Document.DocumentHistoryModifyType.PageViewPerspective
Page has been rotated or flipped.
Leadtools.Document.DocumentLoadAttachmentsMode.AsAttachments
Read all attachments.
Leadtools.Document.DocumentLoadAttachmentsMode.None
Do not read attachments.
Leadtools.Document.DocumentLoadFormFieldsMode
Controls how to handle the form fields values found in the document during loading.
Leadtools.Document.DocumentPage.GetFormFields
Parses the PDF document form fields and returns DocumentFormFieldsContainer.
Leadtools.Document.DocumentPage.IsFormFieldsModified
Indicates whether any of the document form fields values are updated.
Leadtools.Document.DocumentPage.SetFormFields(DocumentFormFieldsContainer)
Sets the updated form fields values.
Leadtools.Document.DocumentPushStreamOptions
Provides options for LEADDocument.GetEditableContent to get the document's editable data for the document editor control.
Leadtools.Document.DocumentSignature
Defines the document signature form field resources.
Leadtools.Document.DocumentSignatureFormField
Defines a Signature Form Field object.
Leadtools.Document.DocumentTextFormField
Defines a Text Form Field object.
Leadtools.Document.DocumentTextImagesRecognitionMode.Always
Use OCR recognition on the image elements. Add the recognition data to the final document page text with the rest of the other SVG elements of the page. Requires a valid IOcrEngine instance.
Leadtools.Document.DocumentTextImagesRecognitionMode.Auto
Use SVG engine unless the page is all raster.
Leadtools.Document.DocumentTextImagesRecognitionMode.Disabled
Do not use OCR recognition for the image elements. Instead, ignore the image elements.
Leadtools.Document.IDocumentPushStream
Provides a generic way to stream the editable document data.
Leadtools.Document.LEADDocument.FormFields
Object that manages the form fields of the document.
Leadtools.Document.LEADDocument.GetEditableContent
Gets the document in an editable form.
Leadtools.Document.LEADDocument.GetEditableContent(IDocumentPushStream,DocumentPushStreamOptions)
Parses the document and returns the editable content data to IDocumentPushStream.
Leadtools.Document.LEADDocument.GetEditableContent(Stream)
Gets the document in an editable form.
Leadtools.Document.LEADDocument.SetEditableContent(byte[])
Receives editable contents that was properly edited, and reflects changes to the LEADDocument
.
Leadtools.Document.LEADDocument.SetEditableContent(Stream)
Receives editable contents that was properly edited, and reflects changes to the LEADDocument
.
Leadtools.Document.LoadDocumentOptions.LoadFormFieldsMode
Controls how to handle the form fields found in the document during loading.