Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 151,907 for

page

(0.08 sec)
  1. DocumentSplitCriteria Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.DocumentSplitCriteria enhances document splitting for optimal Html, Epub, and Azw3 formats. Streamline your saving process!...into parts at explicit page breaks. A page break can be specified...start of new section on a new page, or a paragraph that has its...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Remove Comments of All or a Specific Author|Asp...

    Remove comments of all or a specific author easily and fast instead of using Open XML SDK in C#....Author Contents [ Hide ] On this page we will look at how to remove...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/words/net/delete-comments-by-al...
  3. Convert Between Measurement Units|Aspose.Words ...

    Aspose.Words for Python via .NET can help you with how to convert between measurement units, for example, inches to points and points to inches, pixels to points, points to pixels....useful when setting various page properties because, for instance...example shows how to specify page properties in inches: Work with...

    docs.aspose.com/words/python-net/convert-betwee...
  4. Aspose::Words::Saving::DocumentSplitCriteria en...

    Aspose::Words::Saving::DocumentSplitCriteria enum. Specifies how the document is split into parts when saving to Html, Epub or Azw3 format in C++....into parts at explicit page breaks. A page break can be specified...start of new section on a new page, or a paragraph that has its...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. PageSetup.Borders | Aspose.Words for .NET

    Discover the PageSetup Borders property to easily access and customize your Page borders for a polished, professional look in your documents....property Gets a collection of the page borders. public BorderCollection...Shows how to create green wavy page border with a shadow. Document...

    reference.aspose.com/words/net/aspose.words/pag...
  6. HeaderFooterType enumeration | Aspose.Words for...

    aspose.words.HeaderFooterType enumeration. Identifies the type of header or footer found in a Word file....HEADER_EVEN Header for even numbered pages. HEADER_PRIMARY Primary header...numbered pages. FOOTER_EVEN Footer for even numbered pages. FOOTER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert WORD To JPG C#

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

    products.aspose.com/words/net/conversion/word-t...
  8. Convert DOC To JPG C#

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

    products.aspose.com/words/net/conversion/doc-to...
  9. Convert WORD To PNG C++

    Convert a Word document to PNG format in C++ code. Save a Word document as PNG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/word-t...
  10. Convert HTML To GIF C#

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

    products.aspose.com/words/net/conversion/html-t...