Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 30,470 for

x

(0.09 sec)
  1. 将各种图像格式转换为PDF在.NET中|Aspose.PDF for .NET

    使用C# .NET将各种图像格式(如CDR、DJVU、BMP、CGM、JPEG、DICOM、PNG、TIFF、EMF和SVG)转换为PDF。...<use x="25" y="40" xlink:href="#r1" fill="red"/> <use x="35"...xlink:href="#r2" fill="green"/> <use x="58" y="50" xlink:href="#r3" fill="blue"/>...

    docs.aspose.com/pdf/zh/net/convert-images-forma...
  2. DigitalSignatureType enumeration | Aspose.Words...

    aspose.words.digitalsignatures.DigitalSignatureType enumeration. Specifies the type of a digital signature....Shows how to sign documents with X.509 certificates. # Verify that...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ReplacingArgs.groupIndex property | Aspose.Word...

    ReplacingArgs.groupIndeX property. Identifies, by indeX, a captured group in the Aspose.Words.Replacing.ReplacingArgs.Match that is to be replaced with the [ReplacingArgs.replacement](../replacement/) string....replacement = `0x ${ number : X } ` ; mLog . AppendLine ( `Match...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Drawing::SignatureLine::get_Inst...

    Aspose::Words::Drawing::SignatureLine::get_Instructions method. Gets or sets instructions to the signer that are displayed on signing the signature line. This property is ignored if DefaultInstructions is set. Default value for this property is empty string in C++....will need to supply negative x and y coordinates to bring the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. 档案

    档案... (ShapeType shapeType, float x, float y, float width, float height)... (ShapeType shapeType, float x, float y, float width, float height)...

    blog.aspose.com/zh/slides/working-with-shapes-i...
  6. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_SeriesType method. Gets the type of chart series included in this group in C++....Secondary ); // Hide the secondary X axis. newSeriesGroup -> get_AxisX...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose.Cells 16.12.0 中的公共 API 更改|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....means Yellow printf ( "Accent1: %x\r\n" , clr_Accent1 -> ToArgb ());...()); printf ( "Accent2: %x\r\n" , clr_Accent2 -> ToArgb ());...

    docs.aspose.com/cells/zh/go-cpp/public-api-chan...
  8. cbse.zip

    CBSE/11.png CBSE/12.png CBSE/13.png CBSE/15.png CBSE/2.png CBSE/3.png CBSE/5.png CBSE/CBSE.omr { "Version": "1.0", "Name": "MyTemplate", "Pages": [ { "Height": 3295, "Width": 2551, "Elements": [ { ......text=Class X font_style=bold font_size=12 align=center...Paper (TERM – I) 2021-22 Class X Science (086) Time: 90 Minutes...

    products.aspose.com/omr/exam/cbse/cbse.zip
  9. System.NullReferenceException during Find and r...

    Hi, We use Aspose PDF for .Net “TeXtFragmentAbsorber” to replace teXts in PDF (mailmerge) It is working as eXpected in local. Our code is hosted in Azure kubernetes, We do mailmerge on a particular template for all e…...FirstOrDefault(x => x.Key.Equals(parameter, StringComparison...templateValues.FirstOrDefault( x => x.Key.Equals(parameter, StringComparison...

    forum.aspose.com/t/system-nullreferenceexceptio...
  10. 获取页面信息|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式访问 PDF 的页面级信息。本指南展示了如何检索 PDF 文档中特定页面的宽度、高度、旋转角度和偏移量。...Facades API 提供诸如页面宽度、高度、旋转角度以及 X/Y 偏移等细节。这些信息对于页面布局分析、注释放置或自动化...get_page_rotation ( 1 ) page_x_offset = pdf_info . get_page_x_offset ( 1 ) page_y_offset...

    docs.aspose.com/pdf/zh/python-net/get-page-info/