Sort Score
Result 10 results
Languages All
Labels All
Results 7,281 - 7,290 of 181,422 for

page

(0.15 sec)
  1. Convert JPG To TIFF C#

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

    products.aspose.com/words/net/conversion/jpg-to...
  2. Convert TEXT To HTML C#

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

    products.aspose.com/words/net/conversion/text-t...
  3. Convert TEXT To PDF C#

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

    products.aspose.com/words/net/conversion/text-t...
  4. Convert PDF To XPS C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  5. Convert PDF To DOC C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  6. Aspose.Cells | Excel Spreadsheet Processing Jav...

    Java library to process, manipulate, & convert Excel & OpenOffice spreadsheets. Supports formula(e), charts, validations, rendering, printing, & encryption....for Excel File Formats Product Page | Docs | Demos | API Reference...Ability to preview worksheet page breaks. Protection support for...

    releases.aspose.com/cells/java/
  7. RevisionOptions.revised_properties_effect prope...

    RevisionOptions.revised_properties_effect property. Allows to specify the effect for content areas with changes of formatting properties [RevisionType.FORMAT_CHANGE](../../../aspose.words/revisiontype/#FORMAT_CHANGE) Default value is [RevisionTextEffect.NONE](../../revisiontexteffect/#NONE)...bar on the left side of the page next to lines affected by revisions...balloons # on the right side of the page. revision_options . show_in_balloons...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldMergeBarcode.PosCodeStyle | Aspose.Words f...

    Discover the FieldMergeBarcode PosCodeStyle property for customizable Point of Sale barcodes. Support for UPCA, EAN13, and more with flexible styling options!...will create a new page for each row. Each page will contain a DISPLAYBARCODE...

    reference.aspose.com/words/net/aspose.words.fie...
  9. RevisionOptions.moved_to_text_color property | ...

    RevisionOptions.moved_to_text_color property. Allows to specify the color to be used for areas where content was moved to [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)...bar on the left side of the page next to lines affected by revisions...balloons # on the right side of the page. revision_options . show_in_balloons...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::DocumentBase::get_BackgroundShap...

    Aspose::Words::DocumentBase::get_BackgroundShape method. Gets or sets the background shape of the document. Can be null in C++....a background shape for every page of a document. auto doc = System...ways of using this shape as a page background. // 1 - A flat color:...

    reference.aspose.com/words/cpp/aspose.words/doc...