Aspose.Words.Loading.DocumentLoadingArgs class. An argument passed into Notify in C#....the Specify Load Options documentation article. public sealed class...how to notify the user if document loading exceeded expected...
FieldMergingArgsBase DocumentFieldName property. Gets the name of the merge field as specified in the Document in C#....field as specified in the document. public string DocumentFieldName...you have a mapping from a document field name to a different...
SignatureLine Id property. Gets or sets identifier for this signature line in C#....digital signature, when signing document using DigitalSignatureUtil...add a signature line to a document, and then sign it using a...
StyleCollection GetEnumerator method. Gets an enumerator object that will enumerate styles in the alphabetical order of their names in C#....to access a document’s style collection. Document doc = new Document...list all the styles that a document created using Aspose.Words...
Create new DocumentFontsSubsystem instance using specified default font name....Examples Shows how to save a document in pdf format using specified...font. // The path to the documents directory. string dataDir...
FontInfoCollection Contains method. Determines whether the collection contains a font with the given name in C#....in the blank document. Document doc = new Document (); // A blank...blank document contains 3 default fonts. Each font in the document...
Represents options for loading/importing XML file into pdf Document....loading/importing XML file into pdf document. public class XmlLoadOptions...to embed a font into a PDF document even if license rules disable...
ShapeBase IsImage property. Returns true if this shape is an image shape in C#....Shows how to open an HTML document with images from a stream...File . OpenRead ( MyDir + "Document.html" )) { // Pass the URI...
Aspose.Words for .NET 17.2.0 Release Notes – the latest updates and fixes....output Pdf Bug WORDSNET-13516 Document.Compare returns incorrect...page like in original Word document. Bug WORDSNET-14393 Page break...
Style ListFormat property. Provides access to the list formatting properties of a paragraph style in C#.... Document doc = new Document (); DocumentBuilder...the paragraph style to the document builder's current paragraph...