Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 10,503 for

page count

(0.15 sec)
  1. Barcode Reading Basics|Documentation

    This Article Describes How to Read Barcodes of Different Symbologies from Images or Stream and How to Recognize All 1D Barcodes Presented in an Image...decoding results or the found_count property that returns the number...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/barcode/python-net/read-barcodes/
  2. Aspose::Words::Fields::Field::Update method | A...

    Aspose::Words::Fields::Field::Update method. Performs the field update. Throws if the field is being updated already in C++....builder -> Write ( u " \n This is page " ); builder -> InsertField...GetFieldCode ()); ASSERT_EQ ( u " PAGE " , doc -> get_Range () -> get_Fields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. 使用 Java 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文件中添加表格...for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) { // add...(). add ( "Column (" + row_count + ", 1)" ); row . getCells ()...

    products.aspose.com/pdf/zh-hans/java/table/add/
  4. Errors at high traffic on multiple threads - Fr...

    We are using aspose for converting word to pdf and converting pdf to pdfa. When there is a lot of converting (we are using 8 threads for this actions) sometimes random errors occur when converting. When we try to convert…... If you increase the count it happens on more runs. So...middle of the page, random blank pages and black pages. This is a...

    forum.aspose.com/t/errors-at-high-traffic-on-mu...
  5. 使用 C++ 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式管理 PDF 文件中的表格...for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) { // Add...( u "Column ({0}, 1)" , row_count )); row -> get_Cells () -> Add...

    products.aspose.com/pdf/zh-hans/cpp/table/
  6. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...presentation->get_Slides()->get_Count(); for (int slideIndex = 0;...= slide->get_Shapes()->get_Count(); for (int shapeIndex = 0;...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  7. Black and white OMR form with a horizontal tear...

    OMR form with a horizontal tear line in black and white...grid=SEC1 column=3 sections_count=6 options_count=6 align=center &block...grid=SEC2 column=5 sections_count=6 options_count=6 align=center &block...

    docs.aspose.com/omr/net/showcases/tear/horizont...
  8. Aspose::Words::InlineStory::get_Tables method |...

    Aspose::Words::InlineStory::get_Tables method. Gets a collection of tables that are immediate children of the story in C++....it appear at the referencing page's footer. ASSERT_EQ ( 0 , footnote...footnote -> get_Tables () -> get_Count ()); footnote -> AppendChild...

    reference.aspose.com/words/cpp/aspose.words/inl...
  9. Detecting Empty Worksheets|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....Count property. Any positive value...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/detecting-empty-work...
  10. 在 PDF 中创建或添加表格|Aspose.PDF for C++

    Aspose.PDF for C++ 是一个用于创建、读取和编辑 PDF 表格的库。使用该库,您可以使用 C++ 在 PDF 页面上分页显示表格。...Cpp/Page.h> #include <Aspose.PDF.Cpp/PageCollection...for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) { // 向表中添加行...

    docs.aspose.com/pdf/zh/cpp/add-table-in-existin...