Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 30,432 for

x

(0.21 sec)
  1. Get all Possible 1D Barcodes from an Image in P...

    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.... PHP_EOL ; \ # Display x and y coordinates of barcode detected...print "Top left coordinates: X = " . ( string ) $point [ 0 ]...

    docs.aspose.com/barcode/java/get-all-possible-1...
  2. JSRectangle constructor | Aspose.Words for Node.js

    JSRectangle constructor....JSRectangle(x, y, width, height) JSRectangle ( x : number , y...) Parameter Type Description x number y number width number height...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.PSD for Java 25.2 - Release Notes|Docume...

    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....( int x = 0 ; x < layer . getWidth (); x ++) { row [ x ] = 255...<< 24 | ( x % 256 * ( x % 4 )) << 16 | ( x % 256 * ( x % 5 )) <<...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  4. JSPoint class | Aspose.Words for Node.js

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. flower.svg

    Xmlns="http://www.w3.org/2000/svg"> X="100" y="100" rX="25" ry="25" width="200" height="56" /> X="100" y="100" rX="25" ry="25" width="......org/2000/svg"> <g fill="RoyalBlue"> <rect x="100" y="100" rx="25" ry="25"...width="200" height="56" /> <rect x="100" y="100" rx="25" ry="25"...

    docs.aspose.com/html/files/flower.svg
  7. ChartXValueCollection | Aspose.Words for Java

    Represents a collection of X values for a chart series in Java....Iterable Represents a collection of X values for a chart series. Remarks:...collection allows only changing X values. To add or insert new values...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PSD for .NET 25.2 - Release Notes|Docume...

    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....for ( int x = 0 ; x < layer . Width ; x ++) { row [ x ] = 255 <<...<< 24 | ( x % 256 * ( x % 4 )) << 16 | ( x % 256 * ( x % 5 )) <<...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-2...
  9. Page setup|Documentation

    How to customize the paper size, orientation, font, images, and other layout settings of a printable form....PaperSize A4 (210 x 297 mm) Physical page dimensions...3508 x 4961 297 x 420 11.7 x 16.5 A4 2480 x 3508 210 x 297 8...

    docs.aspose.com/omr/net/generate-template/page-...
  10. Hatch Fucnction Not Work - Free Support Forum -...

    Hi there,I have a problem with aspose.cad for .net to create a hatch ring fill with white. The code I wrote is below for(var i = 0 ; i < jzdInfos.Count ; i ++) { if (i == jzdInfos.Count - 1) continue; var X = jzdInf…...1) continue; var x = jzdInfos[i].JzdPoint.X; var y = jzdInfos[i]...new CadCircle(new Cad3DPoint(x, y,0), 1.75) { ColorId = 7 };...

    forum.aspose.com/t/hatch-fucnction-not-work/322760