Sort Score
Result 10 results
Languages All
Labels All
Results 7,111 - 7,120 of 150,413 for

drawing

(0.18 sec)
  1. Convert POTX to BMP in Python | products.aspose...

    Sample code for POTX to BMP Python conversion. Use PowerPoint Python API for batch conversion POTX files to BMP files....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . bmp)...

    products.aspose.com/slides/python-net/conversio...
  2. Convert PPSX to PNG in Python | products.aspose...

    Sample code for PPSX to PNG Python conversion. Use PowerPoint Python API for batch conversion PPSX files to PNG files....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . png)...

    products.aspose.com/slides/python-net/conversio...
  3. Convert POTX to PNG in Python | products.aspose...

    Sample code for POTX to PNG Python conversion. Use PowerPoint Python API for batch conversion POTX files to PNG files....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . png)...

    products.aspose.com/slides/python-net/conversio...
  4. Convert PPS to EMF in Python | products.aspose.com

    Sample code for PPS to EMF Python conversion. Use PowerPoint Python API for batch conversion PPS files to EMF files....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . emf)...

    products.aspose.com/slides/python-net/conversio...
  5. Convert PPSM to EMF in Python | products.aspose...

    Sample code for PPSM to EMF Python conversion. Use PowerPoint Python API for batch conversion PPSM files to EMF files....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . emf)...

    products.aspose.com/slides/python-net/conversio...
  6. Convert PPS to BMP in Python | products.aspose.com

    Sample code for PPS to BMP Python conversion. Use PowerPoint Python API for batch conversion PPS files to BMP files....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . bmp)...

    products.aspose.com/slides/python-net/conversio...
  7. Convert PPTX to EMF in Python | products.aspose...

    Sample code for PPTX to EMF Python conversion. Use PowerPoint Python API for batch conversion PPTX files to EMF files....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . emf)...

    products.aspose.com/slides/python-net/conversio...
  8. Save a 3D Scene in the PDF|Documentation

    The Scene class of the Aspose.3D API represents a 3D scene. Developers can build a 3D scene by adding Camera, Light, polygons and various other entities. They can also now save a 3D scene in the PDF file format....example, upon rendering a Drawing to PDF, Aspose.3D for Python...

    docs.aspose.com/3d/python-net/save-a-3d-scene-i...
  9. Aspose::Words::ConditionalStyleCollection class...

    Aspose::Words::ConditionalStyleCollection class. Represents a collection of ConditionalStyle objects. To learn more, visit the documentation article in C++....set_BackgroundPatternCol ( System :: Drawing :: Color :: get_AliceBlue ());...() -> set_Color ( System :: Drawing :: Color :: get_Black ());...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Remove ODP Annotation using C++ | products.aspo...

    C++ source code to delete annotations from ODP...using namespace System :: Drawing; auto presentation = System...

    products.aspose.com/slides/cpp/annotation/odp/