DocumentProperty Value property. Gets or sets the value of the property in C#....built-in document properties. Document doc = new Document ( MyDir..."Properties.docx" ); // The "Document" object contains some of its...
Aspose.Words.EditableRangeEnd class. Represents an end of an editable range in a Word Document in C#....an editable range in a Word document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. public...
GetDocumentPrintTicket XpsDocument.GetDocumentPrintTicket method Returns the print ticket of the Document indexed by ......Returns the print ticket of the document indexed by documentIndex ...documentIndex Int32 Index of the document whose print ticket to return...
Gets or sets media box of the page....box of the page: Documentdocument = new Document ( "sample.pdf"...pdf" ); Rectangle mediaBox = document . Pages [ 1 ]. MediaBox ;...
Gets or sets crop box of the page....box of the page: Documentdocument = new Document ( "sample.pdf"...pdf" ); Rectangle cropBox = document . Pages [ 1 ]. CropBox ; See...
HtmlSaveOptions FontsFolder property. Specifies the physical folder where fonts are saved when exporting a Document to HTML. Default is an empty string in C#....are saved when exporting a document to HTML. Default is an empty...} Remarks When you save a Document in HTML format and ExportFontResources...
Aspose.Words.Saving.SvgSaveOptions class. Can be used to specify additional options when saving a Document into the Svg format in C#....additional options when saving a document into the Svg format. To learn...the Specify Save Options documentation article. public class SvgSaveOptions...
Converter Convert method. Converts the given input Document into the output Document using specified input output file names and its extensions in C#....the given input document into the output document using specified...Examples Shows how to convert documents with a single line of code...
Aspose.Words.Replacing.ReplaceAction enum. Allows the user to specify what happens to the current match during a replace operation in C#....Shows how to insert an entire document’s contents as a replacement...() { Document mainDoc = new Document ( MyDir + "Document insertion...
The Document Type Declaration associated with this Document....Doctype Document.Doctype property The Document Type Declaration...Declaration associated with this document. public DocumentType Doctype...