The Save
public sealed class SaveSettings : LoadSaveSettingsBasePublic NotInheritable Class SaveSettings
Inherits LoadSaveSettingsBaseThe following example shows how to use the Save
TXTextControl.SaveSettings save = new TXTextControl.SaveSettings();
save.UserPassword = "TX Text Control";
textControl1.Save("test.pdf", TXTextControl.StreamType.AdobePDF, save);Dim save As TXTextControl.SaveSettings = New TXTextControl.SaveSettings()
save.UserPassword = "TX Text Control"
TextControl1.Save("test.pdf", TXTextControl.StreamType.AdobePDF, save)| Enumeration | Description |
|---|---|
| Dialog |
Determines additional options in a file Save As... |
| Property | Description |
|---|---|
| Author | Sets the document's author which will be saved in the document. |
| Bytes |
Gets the number of bytes written during a save operation. |
| Creation |
Sets the document's creation date which will be saved in the document. |
| Creator |
Sets the application, which has created the document. |
| Css |
HTML only. |
| Css |
HTML only. |
| Default |
Determines the default Stream (Inherited from Load |
| Digital |
Specifies a Digital |
| Document |
Specifies how a document can be accessed after it has been opened. |
| Document |
Sets a base path saved in the document that is used to resolve relative file paths.
(Inherited from Load |
| Document |
Sets the document's keywords which will be saved in the document. |
| Document |
Specifies an array of strings containing Javascript. |
| Document |
Sets the document's subject string which will be saved in the document. |
| Document |
Sets the document's title that will be saved in the document. |
| Embedded |
Specifies an array of Embedded (Inherited from Load |
| Image |
Sets a value between 1 and 100, which is the quality of a lossy image compression used when a document is saved. |
| Image |
Sets the format used for saving all images contained in the document. |
| Image |
Sets the maximum resolution for all images in the document in dots per inch when the document is saved. |
| Image |
Determines whether the document's images are stored through its data or through its file reference. |
| Image |
Sets a file path that is used to save resources like images when images are saved as file link. |
| Last |
Sets the date the document is last modified. |
| Master |
Specifies a password for the document's access permissions.
(Inherited from Load |
| Omitted |
Specifies data to be omitted when the document is saved. |
| Page |
Sets the margins saved for the document's pages. |
| Page |
Sets the width and height saved for the document's pages. |
| Reporting |
Specifies how reporting merge blocks are handled when a document is saved.
(Inherited from Load |
| Save |
Specifies whether or not the document background color is saved. |
| Saved |
Read only. |
| Saved |
Read only. |
| Signature |
Specifies an array of Digital |
| User |
Sets a dictionary with all user-defined document properties which will be saved in the document. |
| User |
Specifies the password for the user when the document is reopened.
(Inherited from Load |