Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 30,432 for

x

(0.12 sec)
  1. PaperSize | Aspose.Words for Java

    Specifies paper size in Java....format("This page is {0}x{1}.", builder.getPageSetup().getPageWidth()...writeln(MessageFormat.format("This page is {0}x{1}.", builder.getPageSetup().getPageWidth()...

    reference.aspose.com/words/java/com.aspose.word...
  2. rotation.svg

    Xmlns="http://www.w3.org/2000/svg"> X="100" y="250" width="200" height="30" fill="CadetBlue" /> X="100" y="250" width="200" height="30" fill="#DDA0DD" tran......org/2000/svg"> <rect x="100" y="250" width="200" height="30"...height="30" fill="CadetBlue" /> <rect x="100" y="250" width="200" height="30"...

    docs.aspose.com/svg/files/rotation.svg
  3. Linux File Conversion & Stamping Issues with As...

    Hi Aspose Team, We are facing an issue on LinuX related to file conversion and stamping using Aspose libraries. Environment Details .NET Core: 3.1 OS: LinuX (Amazon LinuX 2) Aspose Versions: File Conversion → Aspose…...15:56:57 ip-x-x-x-x.us-east-2.compute.internal x-x[2868]: Unhandled...15:56:57 ip-x-x-x-x.us-east-2.compute.internal x-x[2868]: --->...

    forum.aspose.com/t/linux-file-conversion-stampi...
  4. 通过链式操作简化变换矩阵的创建|Documentation

    Aspose.3D for Python via .NET API 提供了TransformBuilder类,它通过链操作简化了转换矩阵的创建。...threed as a3d # Change the (x, y, z) into (x + 1, y, z) tb = a3d ....deg will change the (x, y, z) into (-x, y, -z) . rotate_euler_degree...

    docs.aspose.com/3d/zh/python-net/simplify-the-c...
  5. PaperSize Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PaperSize enum for defining custom paper sizes in your documents. Enhance your document formatting with ease!...Description A3 0 297 x 420 mm. A4 1 210 x 297 mm. A5 2 148 x 210 mm. B4...3 250 x 353 mm. B5 4 176 x 250 mm. Executive 5 7.25 x 10.5 inches...

    reference.aspose.com/words/net/aspose.words/pap...
  6. Getting Barcode Region Information from the Ima...

    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....= nil # Display x and y coordinates of barcode detected..."Top left coordinates: X = " + point [ 0 ]. x . to_s + ", Y = " +...

    docs.aspose.com/barcode/java/getting-barcode-re...
  7. Setting Page Options with JavaScript via C++|Do...

    This article provides sample code to set page options of EXcel worksheets programmatically using JavaScript via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number.... x 11 in.) PaperLetterSmall Letter Small (8-1/2 in. x 11 in...Tabloid (11 in. x 17 in.) PaperLedger Ledger (17 in. x 11 in.) PaperLegal...

    docs.aspose.com/cells/javascript-cpp/setting-pa...
  8. ChartXValueType | Aspose.Words for Java

    Allows to specify type of an X value of a chart series in Java....Allows to specify type of an X value of a chart series. Fields...Description DATE_TIME Specifies that an X value is a date and time of day...

    reference.aspose.com/words/java/com.aspose.word...
  9. page|Documentation

    Page element allows you to break large forms into several pages that are recognized as a single document....3508 x 4961 297 x 420 11.7 x 16.5 A4 2480 x 3508 210 x 297 8...8.3 x 11.7 Legal 2551 x 4205 215.9 x 355.6 8.5 x 14 Letter 2551...

    docs.aspose.com/omr/net/txt-markup/page/
  10. Aspose.pdf转图片卡住 - Free Support Forum - aspose.com

    using (Document pdf = new Document(sourcePath)) { Parallel.For(data.start_page, data.end_page + 1, X => { var width = (pdf.Pages[X].GetPageRect(true).Width * percentage).ToInt(); var height = (pdf.Pages[X].GetPageRe…...end_page + 1, x => { var width = (pdf.Pages[x].GetPageRect(true)...ToInt(); var height = (pdf.Pages[x].GetPageRect(true).Height * percentage)...

    forum.aspose.com/t/aspose-pdf/312746