Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 30,425 for

x

(0.26 sec)
  1. Aspose.pdf 中把pdf带水印内容页面转图片有时候非常慢 - Free Support...

    可检测到的水印图片.pdf (2.0 MB) JpegDevice jpegDevice = new JpegDevice(width, height, resolution); using (FileStream imageStream = new FileStream($"{imgSavePath}{X}.jpeg", FileMode.Create)) { jpegDev…...new FileStream($"{imgSavePath}{x}.jpeg", FileMode.Create)) { jpegDevice...jpegDevice.Process(pdf.Pages[x], imageStream); imageStream.Close();...

    forum.aspose.com/t/aspose-pdf-pdf/312786
  2. LayoutEnumerator.document property | Aspose.Wor...

    LayoutEnumerator.document property. Gets document this instance enumerates.... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LayoutEnumerator.page_index property | Aspose.W...

    LayoutEnumerator.page_indeX property. Gets the 1-based indeX of a page which contains the current entity.... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LayoutEnumerator.text property | Aspose.Words f...

    LayoutEnumerator.teXt property. Gets teXt of the current span entity... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutEnumerator.move_last_child method | Aspos...

    LayoutEnumerator.move_last_child method. Moves to the last child entity.... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutEnumerator.move_next method | Aspose.Word...

    LayoutEnumerator.move_neXt method. Moves to the neXt sibling entity in visual order.... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LayoutEnumerator.reset method | Aspose.Words fo...

    LayoutEnumerator.reset method. Moves the enumerator to the first page of the document.... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect... width } x { le_rect . height } , X= { le_rect . x } Y= { le_rect...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IStructuredDocumentTag.word_open_xml property |...

    IStructuredDocumentTag.word_open_Xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... of_type ( lambda x : x . as_structured_document_tag...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.word_open_xml property | ...

    StructuredDocumentTag.word_open_Xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... of_type ( lambda x : x . as_structured_document_tag...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 通过Node.js与C++管理Excel图表的轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中配置图表轴。我们的指南将向您展示如何调整主、次轴,设定范围以及修改其属性,以增强您的图表效果。...] 在Excel图表中,有3种类型的轴: 横轴(类别轴): X轴 垂直(值)轴:Y轴 深度(系列)轴:Z轴 轴选项 Aspose...。 | | 管理X和Y轴 在Excel图表中,横轴和纵轴是最常用的两种轴。 以下代码片段演示了如何设置X轴和Y轴的选项。...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-axes/