TXTextControl.DocumentSettings.Author |
Gets or sets the author of the current document. |
TXTextControl.DocumentSettings.CreationDate |
Gets or sets the document's creation date. |
TXTextControl.DocumentSettings.CreatorApplication |
Gets or sets the application, which has created the current document. |
TXTextControl.DocumentSettings.DocumentBasePath |
Gets or sets a file path that is used to search for resources like images or hypertext links. |
TXTextControl.DocumentSettings.DocumentKeywords |
Gets or sets the current document's keywords. |
TXTextControl.DocumentSettings.DocumentSubject |
Gets or sets the subject string of the current document. |
TXTextControl.DocumentSettings.DocumentTitle |
Gets or sets the current document's title. |
TXTextControl.DocumentSettings.EmbeddedFiles |
Gets or sets an array of EmbeddedFile objects providing the name, data and additional optional properties of files, which are embedded in the current document. |
TXTextControl.DocumentSettings.UserDefinedDocumentProperties |
Gets or sets a dictionary with all user-defined document properties contained in the current document. |
TXTextControl.EmbeddedFile.CreationDate |
Gets or sets the file's creation date. |
TXTextControl.EmbeddedFile.Data |
Gets the file's data. |
TXTextControl.EmbeddedFile.Description |
Gets or sets an optional file description. |
TXTextControl.EmbeddedFile.FileName |
Gets the file's name. |
TXTextControl.EmbeddedFile.LastModificationDate |
Gets or sets the date the file was last modified. |
TXTextControl.EmbeddedFile.MIMEType |
Gets or sets an optional string specifying the file's type using types specified through the Multipurpose Internet Mail Extensions (MIME) specification. |
TXTextControl.EmbeddedFile.Relationship |
PDF/A only. |
TXTextControl.LoadSaveSettingsBase.DefaultStreamType |
Determines the default StreamType used in the file Open... |
TXTextControl.LoadSaveSettingsBase.DocumentBasePath |
Sets a base path saved in the document that is used to resolve relative file paths. |
TXTextControl.LoadSaveSettingsBase.EmbeddedFiles |
Specifies an array of EmbeddedFile objects which will be embedded in the saved document. |
TXTextControl.LoadSaveSettingsBase.MasterPassword |
Specifies a password for the document's access permissions. |
TXTextControl.LoadSaveSettingsBase.ReportingMergeBlockFormat |
Specifies how reporting merge blocks are handled when a document is saved. |
TXTextControl.LoadSaveSettingsBase.UserPassword |
Specifies the password for the user when the document is reopened. |
TXTextControl.LoadSettings.AddParagraph |
Specifies whether or not a new paragraph is created before text is loaded. |
TXTextControl.LoadSettings.ApplicationFieldFormat |
Specifies the format of text fields which are imported. |
TXTextControl.LoadSettings.ApplicationFieldTypeNames |
Specifies an array of strings containing the type names of fields which are to be imported. |
TXTextControl.LoadSettings.Author |
Gets the document's author. |
TXTextControl.LoadSettings.BytesRead |
Gets the number of bytes read during the load operation. |
TXTextControl.LoadSettings.CreationDate |
Gets the document's creation date. |
TXTextControl.LoadSettings.CreatorApplication |
Gets the application, which has created the document. |
TXTextControl.LoadSettings.CssFileName |
Gets the path and filename of the CSS file belonging to a HTML or XML document. |
TXTextControl.LoadSettings.DocumentAccessPermissions |
Specifies how a document can be accessed after it has been loaded. |
TXTextControl.LoadSettings.DocumentKeywords |
Gets the document's keywords. |
TXTextControl.LoadSettings.DocumentPartName |
SpreadsheetML only. |
TXTextControl.LoadSettings.DocumentSubject |
Gets the document's subject string. |
TXTextControl.LoadSettings.DocumentTitle |
Gets the document's title. |
TXTextControl.LoadSettings.EmbeddedData |
Gets a System.Collections.Generic.Dictionary containing additional embedded data contained in a PDF document. |
TXTextControl.LoadSettings.ImageSearchPath |
Sets a file path that is used to search for resources like images or hypertext links. |
TXTextControl.LoadSettings.LastModificationDate |
Gets the date the document is last modified. |
TXTextControl.LoadSettings.LoadDocumentBackColor |
Specifies whether or not the document background color is loaded. |
TXTextControl.LoadSettings.LoadedFile |
Gets the name and path of the file that has been loaded. |
TXTextControl.LoadSettings.LoadedStreamType |
Gets the StreamType of the file that has been loaded. |
TXTextControl.LoadSettings.LoadHypertextLinks |
Specifies whether or not hypertext links are loaded. |
TXTextControl.LoadSettings.LoadImages |
Specifies whether or not images are loaded. |
TXTextControl.LoadSettings.LoadSubTextParts |
DOCX, DOC and RTF Formats only: Specifies whether or not bookmarks which extend over several characters are converted to SubTextParts. |
TXTextControl.LoadSettings.PageMargins |
Gets the margins of the loaded document's pages. |
TXTextControl.LoadSettings.PageSize |
Gets the width and height of the loaded document's pages. |
TXTextControl.LoadSettings.PDFImportSettings |
Specifies how the document structure is generated when a PDF document is imported. |
TXTextControl.LoadSettings.UserDefinedDocumentProperties |
Gets a dictionary with all user-defined document properties contained in the loaded document. |
TXTextControl.SaveSettings.Author |
Sets the document's author which will be saved in the document. |
TXTextControl.SaveSettings.BytesWritten |
Gets the number of bytes written during a save operation. |
TXTextControl.SaveSettings.CreationDate |
Sets the document's creation date which will be saved in the document. |
TXTextControl.SaveSettings.CreatorApplication |
Sets the application, which has created the document. |
TXTextControl.SaveSettings.CssFileName |
HTML only. |
TXTextControl.SaveSettings.CssSaveMode |
HTML only. |
TXTextControl.SaveSettings.DigitalSignature |
Specifies a DigitalSignature object, which defines an X.509 certificate. |
TXTextControl.SaveSettings.DocumentAccessPermissions |
Specifies how a document can be accessed after it has been opened. |
TXTextControl.SaveSettings.DocumentKeywords |
Sets the document's keywords which will be saved in the document. |
TXTextControl.SaveSettings.DocumentLevelJavaScriptActions |
Specifies an array of strings containing Javascript. |
TXTextControl.SaveSettings.DocumentSubject |
Sets the document's subject string which will be saved in the document. |
TXTextControl.SaveSettings.DocumentTitle |
Sets the document's title that will be saved in the document. |
TXTextControl.SaveSettings.ImageCompressionQuality |
Sets a value between 1 and 100, which is the quality of a lossy image compression used when a document is saved. |
TXTextControl.SaveSettings.ImageExportFilterIndex |
Sets the format used for saving all images contained in the document. |
TXTextControl.SaveSettings.ImageMaxResolution |
Sets the maximum resolution for all images in the document in dots per inch when the document is saved. |
TXTextControl.SaveSettings.ImageSaveMode |
Determines whether the document's images are stored through its data or through its file reference. |
TXTextControl.SaveSettings.ImageSavePath |
Sets a file path that is used to save resources like images when images are saved as file link. |
TXTextControl.SaveSettings.LastModificationDate |
Sets the date the document is last modified. |
TXTextControl.SaveSettings.OmittedContent |
Specifies data to be omitted when the document is saved. |
TXTextControl.SaveSettings.PageMargins |
Sets the margins saved for the document's pages. |
TXTextControl.SaveSettings.PageSize |
Sets the width and height saved for the document's pages. |
TXTextControl.SaveSettings.SavedFile |
Read only. |
TXTextControl.SaveSettings.SaveDocumentBackColor |
Specifies whether or not the document background color is saved. |
TXTextControl.SaveSettings.SavedStreamType |
Read only. |
TXTextControl.SaveSettings.SignatureFields |
Specifies an array of DigitalSignature objects, each of which defines an X.509 certificate and is associated with a SignatureField in the document. |
TXTextControl.SaveSettings.UserDefinedDocumentProperties |
Sets a dictionary with all user-defined document properties which will be saved in the document. |
TXTextControl.ServerTextControl.DocumentSettings |
Gets a DocumentSettings object providing properties which inform about general document settings, such as author and title, contained in the document the user is currently working on. |
TXTextControl.ServerTextControl.Text |
Gets or sets the control's text. |
TXTextControl.UserDefinedPropertyDictionary.Item |
Gets a document property from the dictionary. |
TXTextControl.UserDefinedPropertyDictionary.Names |
Gets a collection of all property names the dictionary contains. |
TXTextControl.UserDefinedPropertyDictionary.Values |
Gets a collection of all property values the dictionary contains. |
TXTextControl.TextControl.DocumentSettings |
Gets a DocumentSettings object providing properties which inform about general document settings, such as author and title, contained in the document the user is currently working on. |