DocumentBase WarningCallback property. Called during various Document processing procedures when an issue is detected that might result in data or formatting fidelity loss in C#....property Called during various document processing procedures when...WarningCallback { get ; set ; } Remarks Document may generate warnings at any...
Section HeadersFooters property. Provides access to the headers and footers nodes of the section in C#....text in a document’s footer. Document doc = new Document ( MyDir...footers from a document. Document doc = new Document ( MyDir + "Header...
MailMergeSettings Clear method. Clears the mail merge settings in such a way that when the Document is saved no mail merge settings will be saved and it will become a normal Document in C#....in such a way that when the document is saved, no mail merge settings...and it will become a normal document. public void Clear () Examples...
FieldIncludeText BookmarkName property. Gets or sets the name of the bookmark in the Document to include in C#....name of the bookmark in the document to include. public string...FieldIncludeText () { Document doc = new Document (); DocumentBuilder...
Document CustomXmlParts property. Gets or sets the collection of Custom XML Data Storage Parts in C#....CustomXmlParts Contents [ Hide ] Document.CustomXmlParts property Gets...Parts into OOXML and DOC documents only. This property cannot...
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...
Inline IsMoveFromRevision property. Returns true if this object was moved deleted in Microsoft Word while change tracking was enabled in C#.... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...
Inline IsDeleteRevision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C#.... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...
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...
SignOptions SignatureLineImage property. The image that will be shown in associated SignatureLine. Default value is null in C#....add a signature line to a document, and then sign it using a...srcDocumentPath = MyDir + "Document.docx" ; string dstDocumentPath...