DocumentPropertyCollection Clear method. Removes all properties from the collection in C#....work with a document’s custom properties. Document doc = new Document...Document (); CustomDocumentProper properties = doc . CustomDocumentProper...
DocumentPropertyCollection GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C#....work with a document’s custom properties. Document doc = new Document...Document (); CustomDocumentProper properties = doc . CustomDocumentProper...
AsposeWordsPrintDocument ColorMode property. Gets or sets how noncolored pages are printed if the device supports color printing in C#....and a printer to print the document with, and then bring up a...a print preview. Document doc = new Document ( MyDir + "Rendering...
AsposeWordsPrintDocument CachePrinterSettings method. Reads and caches some fields of PrinterSettings to reduce printing time in C#....and a printer to print the document with, and then bring up a...a print preview. Document doc = new Document ( MyDir + "Rendering...
CustomPartCollection Count property. Gets the number of elements contained in the collection in C#....access a document’s arbitrary custom parts collection. Document doc...doc = new Document ( MyDir + "Custom parts OOXML package.docx"...
PdfDigitalSignatureDetails Reason property. Gets or sets the reason for the signing in C#....generated PDF document. Document doc = new Document (); DocumentBuilder...object that we can pass to the document's "Save" method // to modify...
DefaultFontSubstitutionRule DefaultFontName property. Gets or sets the default font name in C#.... Document doc = new Document (); FontSettings..."Courier New" ; // Using a document builder, add some text in...
MailMerge MergeWholeDocument property. Gets or sets a value indicating whether fields in whole Document are updated while executing of a mail merge with regions in C#....indicating whether fields in whole document are updated while executing...bool mergeWholeDocument ) { Document doc = CreateSourceDocMerge...
Cell CellFormat property. Provides access to the formatting properties of the cell in C#.... Document doc = new Document ( MyDir + "Tables...tables into one. Document doc = new Document ( MyDir + "Tables...
Initializes a new instance of the DocumentTypeaspose.html.dom/Documenttype class...., string internalSubset , Document doc ) Parameter Type Description...subset. doc Document The document. See Also class Document class DocumentType...