Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 21,193 for

x

(0.05 sec)
  1. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size....297 x 420 mm. A4 210 x 297 mm. A5 148 x 210 mm. B4 250 x 353...176 x 250 mm. EXECUTIVE 7.25 x 10.5 inches. FOLIO 8.5 x 13 inches...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. 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...
  4. 通過 C# 將 USDZ 轉換為 X | products.aspose.com

    使用 .NET API 轉換 USDZ 和其他 3D 文件...Conversion 通過 C# 將 USDZ 轉換為 X 通過 C# 將 USDZ 轉換為 X 使用 .NET Framework、.NET...USDZ 場景導出為 X 使用構造函數加載 USDZ 文件 場景 班級2. 打電話 場景.保存 方法 將帶有 .x 擴展名的輸出文件名作為第一個參數傳遞...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  5. Setting Page Options|Documentation

    This article provides sample code to set page options of EXcel worksheets programmatically using C# API and .NET Library. You will be able to 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/net/setting-page-options/
  6. JSPointF class | Aspose.Words for Node.js

    Aspose.Words.JSPointF class. Represents an ordered pair of floating-point X- and y-coordinates that defines a point in a two-dimensional plane....ordered pair of floating-point x- and y-coordinates that defines...JSPointF(x, y) Properties Name Description X Gets the x-coordinate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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....= null ){ \ # Display x and y coordinates of barcode detected...coordinates: X = " . ( string ) $point [ 0 ] -> x . ", Y = " ...

    docs.aspose.com/barcode/java/getting-barcode-re...
  8. 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...
  9. Page Setup Features|Documentation

    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.... x 14 in. Paper11x17 11 in. x 17 in. PaperA3 A3...A3 (297 mm x 420 mm) PaperA4 A4 (210 mm x 297 mm) PaperA4Small...

    docs.aspose.com/cells/java/page-setup-features/
  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