Aspose.Words.ProtectionType enum. Protection type for a Document in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...
Print a Document easily and fast instead of using VSTO in C#....docx" ; Document doc = new Document ( FileName ); doc . Print ();...PrinterSettings . MaximumPage = doc . PageCount ; PrinterSettings...
DocumentBase FontInfos property. Provides access to properties of fonts used in this Document in C#.... Document doc = new Document ( MyDir + "Document...FontInfoCollection fontInfos = doc . FontInfos ; fontInfos . EmbedTrueTypeFonts...