Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 9,394 for

page count

(0.1 sec)
  1. WrapSide Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.WrapSide enum to control text wrapping around shapes and images, enhancing document layout and readability....shape that is farthest from the page margin, leaving text free area...(); Assert . That ( shapes . Count ( s => s . ShapeType == ShapeType...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Vba::VbaModuleCollection::Remove...

    Aspose::Words::Vba::VbaModuleCollection::Remove method. Removes the specified module from the collection in C++....signed; Project code page: {1}; Modules count: {2} \n " , vbaProject...vbaProject -> get_Modules () -> LINQ_Count ()) : System :: String :: Format...

    reference.aspose.com/words/cpp/aspose.words.vba...
  3. FieldIndex.SequenceSeparator | Aspose.Words for...

    Discover the FieldIndex SequenceSeparator property, easily manage character sequences for separating sequence and Page numbers in your applications....separate sequence numbers and page numbers. public string SequenceSeparator...side, // and the number of the page that contains the XE field on...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::Document::get_VbaProject method ...

    Aspose::Words::Document::get_VbaProject method. Gets or sets a VbaProject in C++....signed; Project code page: {1}; Modules count: {2} \n " , vbaProject...vbaProject -> get_Modules () -> LINQ_Count ()) : System :: String :: Format...

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

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

    products.aspose.com/email/net/conversion/mbox-t...
  6. Aspose::Words::Vba::VbaProject::get_IsSigned me...

    Aspose::Words::Vba::VbaProject::get_IsSigned method. Shows whether the VbaProject is signed or not in C++....signed; Project code page: {1}; Modules count: {2} \n " , vbaProject...vbaProject -> get_Modules () -> LINQ_Count ()) : System :: String :: Format...

    reference.aspose.com/words/cpp/aspose.words.vba...
  7. FieldIndex.has_sequence_name property | Aspose....

    FieldIndex.has_sequence_name property. Gets a value indicating whether a sequence should be used while the field's result building....side, # and the number of the page that contains the XE field on...the number that the sequence count is on at the XE field location...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in C# Aspose.PDF for .NET PDF library. You can open existing PDF, document from stream, and encrypted PDF document....WriteLine ( "Pages " + document . Pages . Count ); } } Open existing...WriteLine ( "Pages " + document . Pages . Count ); } } Open encrypted...

    docs.aspose.com/pdf/net/open-pdf-document/
  9. Remove Image From PDF using Python

    Follow this article to remove image from PDF using Python. It shares the details to set the IDE, steps, and a running sample code to delete image from PDF using Python....Page Product Family Aspose.PSD Product...selected or all the photos from a page in the PDF. Steps to Remove...

    kb.aspose.com/pdf/python/remove-image-from-pdf-...
  10. 使用工件|Aspose.PDF for Java

    本页介绍如何使用 Aspose.PDF for Java 处理 Artifact 类。代码示例展示了如何向 PDF 页面添加背景图像以及如何获取 PDF 文件第一页上的每个水印。...枚举的值,其中值包括 Background、Layout、Page、Pagination 和 Undefined)。 Artifact...ArtifactCollection 。 为了获取特定页面上的所有工件, Page 类具有Artifacts属性。本主题解释了如何在PDF文件中处理工件。...

    docs.aspose.com/pdf/zh/java/artifacts/