Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 63,849 for

page

(0.07 sec)
  1. Aspose::Words::Layout::RevisionOptions::get_Rev...

    Aspose::Words::Layout::RevisionOptions::get_RevisionBarsWidth method. Gets or sets width of revision bars, points in C++....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions -> set_ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. FieldMergeBarcode.DisplayText | Aspose.Words fo...

    Control barcode text display with FieldMergeBarcode's DisplayText property. Enhance readability and functionality in your applications effortlessly....will create a new page for each row. Each page will contain a DISPLAYBARCODE...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Several WORD Into JPG C#

    Merge multiple a Word document into JPG in C# code. Save a Word document as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/word-to-jpg/
  4. Convert Image To TXT C#

    Convert Image to TXT format in C# code. Save Image as TXT using C#....txt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.txt", saveOptions);...

    products.aspose.com/words/net/conversion/image-...
  5. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in C++ between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/
  6. Փոխակերպեք Word, PDF և Շատ Այլ Ֆայլերի Ձևաչափեր...

    Փաստաթղթերը ծրագրային Java ով տարբեր ֆայլերի ձևաչափերի միջև՝ DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG և շատ ավելին:...for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.pdf", page + 1)...

    products.aspose.com/words/hy/java/conversion/
  7. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_SuppressTopSpacing method. Ignore Minimum and Exact Line Height for First Line on Page in C++....Line Height for First Line on Page. void Aspose :: Words :: Settings...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Aspose::Words::Fields::FieldIndex::get_NumberOf...

    Aspose::Words::Fields::FieldIndex::get_NumberOfColumns method. Gets the number of columns per Page used when building the index in C++....Gets the number of columns per page used when building the index...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldXE::set_PageNumberR...

    Aspose::Words::Fields::FieldXE::set_PageNumberReplacement method. Sets text used in place of a Page number in C++....Sets text used in place of a page number. void Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. IDocumentProcessorPlugin.set_image_watermark me...

    IDocumentProcessorPlugin.set_image_watermark method. Adds image watermark on each Page of the document loaded by [IDocumentProcessorPlugin.load()](../load/#bytesio_loadoptions) method....Adds image watermark on each page of the document loaded by IDocumentProcessorPl...

    reference.aspose.com/words/python-net/aspose.wo...