Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 10,133 for

page count

(1.13 sec)
  1. Convert MBOX to HTML via C# | products.aspose.com

    Sample code for MBOX to HTML C# conversion. Use API example code for batch MBOX files to HTML conversion within VB.NET, Asp.NET or any .NET based application....html files int count = 1 ; foreach ( var eml in mbox...Combine(outputDirectory, $"Message{count}.html" ); var htmlSaveOptions...

    products.aspose.com/email/net/conversion/mbox-t...
  2. 获取和设置页面属性|Aspose.PDF for C++

    您可以使用C++库从PDF文件中获取和设置页面属性。... 然后使用 PageCollection 集合的Count属性(来自Document对象)来获取文档中的总页数。 ...cout << "Page Count : " << srcDocument -> get_Pages () -> get_Count...

    docs.aspose.com/pdf/zh/cpp/get-and-set-page-pro...
  3. Aspose::Words::Fields::FieldNumWords class | As...

    Aspose::Words::Fields::FieldNumWords class. Implements the NUMWORDS field. To learn more, visit the documentation article in C++....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...// 1 - Track the character count with a NUMCHARS field: auto...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldNumPages class | As...

    Aspose::Words::Fields::FieldNumPages class. Implements the NUMPageS field. To learn more, visit the documentation article in C++....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...// 1 - Track the character count with a NUMCHARS field: auto...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Convert OST to XPS via C# | products.aspose.com

    Sample code for OST to XPS C# conversion. Use API example code for batch OST files to XPS conversion within VB.NET, Asp.NET or any .NET based application....xps files int count = 1 ; foreach ( var msg in inboxFolder...MessageFormattingFla.MailInfo; // Set page layout for printing printer...

    products.aspose.com/email/net/conversion/ost-to...
  6. Document.UpdateWordCount | Aspose.Words for .NET

    Enhance your document's efficiency with the UpdateWordCount method, ensuring accurate word Count properties for better editing and review....UpdateWordCount() Updates word count properties of the document....update number of lines and pages properties. Use the UpdateWordCount...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldNumPages class | Aspose.Words for Python

    aspose.words.fields.FieldNumPages class. Implements the NUMPageS field...Remarks Retrieves the number of pages in the current document, as...as recorded in the Pages property of the built-in document properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LineNumberRestartMode enumeration | Aspose.Word...

    Aspose.Words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts....restarts at the start of every page. RestartSection Line numbering...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageSetup.lineNumberRestartMode property | Aspo...

    PageSetup.lineNumberRestartMode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new Page or section or runs continuously....over at the beginning of a new page or section or runs continuously...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Working with Common Conditional Blocks in Java|...

    Use common conditional blocks within paragraphs to represent the same data depending on a condition using Java....following template to represent the count of elements in the enumeration...items << else >><<[ items . count ()]>> item ( s )<</ if >>. Note...

    docs.aspose.com/words/java/working-with-common-...