Sort Score
Result 10 results
Languages All
Labels All
Results 5,361 - 5,370 of 150,264 for

2

(0.08 sec)
  1. Image Vectorization – C# Examples – Aspose.SVG ...

    Learn how to vectorize images with Aspose.SVG. Consider image vectorization functionalities and the effect of configuration properties on the result.... IO ; 2 using Aspose. Svg . ImageVectorization...ImageTraceSmoother(2), 14 }, 15 ColorsLimit = 2 16 } 17 }; 18 19...

    docs.aspose.com/svg/net/image-vectorization-exa...
  2. PageExtractOptions.update_page_starting_number ...

    PageExtractOptions.update_page_starting_number property. Specifies whether the start page number in the resulting document shall be updated..."Print 2 pages" in MS Word. # The start page will be set to 2 and...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSet.Even | Aspose.Words for .NET

    Retrieve a set of all even pages from your document in their original order with PageSet Even. Streamline your workflow and enhance document management!...Writeln ( $"Page {i + 1} ({(i % 2 == 0 ? " odd " : " even ")})"...ExportPageSet.Even.pdf" , options ); // 2 - Save only the odd-numbered pages:...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PageSet.odd property | Aspose.Words for Node.js

    PageSet.odd property. Gets a set with all the odd pages of the document in their original order....( `Page ${ i + 1 } ( ${ ( i % 2 == 0 ? "odd" : "even" ) } )` );...ExportPageSet.even.pdf" , options ); // 2 - Save only the odd-numbered pages:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose.zip for .net 解压中文乱码 - Free Support Forum...

    zip压缩包里面有中文文件名的文件,解压后是乱码,请问有办法处理? 使用的是最新的.net 版aspose.zip...hafeez December 1, 2020, 2:44pm 2 @gsh365 , 请ZIP并在此处附加以下资源进行测试:...您提供更多信息。 gsh365 December 2, 2020, 2:27am 3 Desktop.zip (1.7 ...

    forum.aspose.com/t/aspose-zip-for-net/222189
  6. ListLevel.customNumberStyleFormat property | As...

    ListLevel.customNumberStyleFormat property. Gets or sets the custom number style format for this list level... at ( 2 ). listLabel . labelString )...."001." ); expect ( paras . at ( 2 ). listLabel . labelString )....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Drawing::ImageSize::get_WidthPix...

    Aspose::Words::Drawing::ImageSize::get_WidthPixels method. Gets the width of the image in pixels in C++....imageSize -> get_WidthPoints () * 2 ); shape -> set_Height ( imageSize...imageSize -> get_HeightPoints () * 2 ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::ImageSize::get_Vertical...

    Aspose::Words::Drawing::ImageSize::get_VerticalResolution method. Gets the vertical resolution in DPI in C++....imageSize -> get_WidthPoints () * 2 ); shape -> set_Height ( imageSize...imageSize -> get_HeightPoints () * 2 ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::ImageSize::get_Horizont...

    Aspose::Words::Drawing::ImageSize::get_HorizontalResolution method. Gets the horizontal resolution in DPI in C++....imageSize -> get_WidthPoints () * 2 ); shape -> set_Height ( imageSize...imageSize -> get_HeightPoints () * 2 ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Move Pages to PDF using .NET | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with C# sample code using Aspose.PDF for .NET... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); srcDocument . Save ( outputFile...

    products.aspose.com/pdf/net/pages/move/