Aspose.Words.IncorrectPasswordException class. Thrown if a Document is encrypted with a password and the password specified when opening the Document is incorrect or missing in C#....IncorrectPasswordExc class Thrown if a document is encrypted with a password...specified when opening the document is incorrect or missing. To...
StructuredDocumentTagCollection Remove method. Removes the structured Document tag with the specified identifier in C#....method Removes the structured document tag with the specified identifier...Description id Int32 The structured document tag identifier. Examples Shows...
Aspose.Words.Saving.DocumentSplitCriteria enum. Specifies how the Document is split into parts when saving to Html Epub or Azw3 format in C#....enumeration Specifies how the document is split into parts when saving...0 The document is not split. PageBreak 1 The document is split...
Gets or sets a value determining the quality of saved image. This value is passed to codec as System.Drawing.Imaging.Encoder.Quality parameter....image quality when saving document as image in JPEG format. //...// The path to the documents directory. string dataDir = RunExamples...
Saves Document into specified file....Save Save(string) Saves document into specified file. public...destFile String File where document will be saved. See Also class...
DocumentProperty Type property. Gets the data type of the property in C#....built-in document properties. Document doc = new Document ( MyDir..."Properties.docx" ); // The "Document" object contains some of its...
StructuredDocumentTag Tag property. Specifies a tag associated with the current SDT node. Can not be null in C#....how to create a structured document tag in a plain text box and...its appearance. Document doc = new Document (); // Create a structured...
ParagraphFormat StyleName property. Gets or sets the name of the paragraph style applied to this formatting in C#....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...