Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 192,499 for

new

(0.29 sec)
  1. 通过 C++ 打印 PDF 文件 | Aspose.PDF

    简单的演示源代码使用 C++ 语言在任何平台上打印 PDF 文档。...PdfViewer object PdfViewer viewer = new PdfViewer (); // Open input PDF...Printing . PrinterSettings ps = new System . Drawing . Printing ...

    products.aspose.com/pdf/zh-hans/cpp/print/
  2. 档案

    档案... // 创建位图 Bitmap bitmap = new Bitmap(1000, 800, System.Drawing...path = new GraphicsPath(); // 添加多边形 path.AddPolygon(new Point[]...

    blog.aspose.com/zh/drawing/working-with-aspose-...
  3. Convert HTML To MARKDOWN C#

    Convert HTML to MARKDOWN format in C# code. Save HTML as MARKDOWN using C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/net/conversion/html-t...
  4. Convert DOC To HTML C#

    Convert DOC to HTML format in C# code. Save DOC as HTML using C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/net/conversion/doc-to...
  5. 在Php中管理工作表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....object $workbook = new Workbook (); //Adding a new worksheet to the...file to be opened $fstream = new FileInputStream ( $dataDir ....

    docs.aspose.com/cells/zh/java/managing-workshee...
  6. MailMergeCheckErrors | Aspose.Words for Java

    Specifies how Microsoft Word will report errors detected during mail merge in Java....merge and report errors in a new document. DEFAULT Equals to the...merge and report errors in a new document. length Methods Method...

    reference.aspose.com/words/java/com.aspose.word...
  7. 使用Aspose.Cells计算小计|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1...i.e.., B3:C19 CellArea ca = new CellArea (); ca . StartRow =...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  8. IStructuredDocumentTag.LockContentControl | Asp...

    Discover the IStructuredDocumentTag LockContentControl property. Set to true, it prevents users from deleting SDT, enhancing document integrity and control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  9. MemoryFontSource Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.MemoryFontSource class, enabling seamless access to TrueType fonts stored in memory for enhanced document processing....MemoryFontSource memoryFontSource = new MemoryFontSource ( fontBytes...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  10. 修改 PDF 中的注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 将 PDF 文件中的注释修改为 XFDF。...using ( var annotationEditor = new Aspose . Pdf . Facades . PdfAnnotationEditor...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/modify-annotations/