Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

3D Presentations Examples for Aspose.Slides for .NET

This category contains 30 standalone C# examples for Aspose.Slides for .NET. These examples help developers automate PowerPoint presentation workflows related to 3d presentations.

Real-World Use Cases

  • Automate repetitive presentation-processing tasks in .NET applications.

  • Generate, inspect, transform, or validate PPTX files in server-side workflows.

  • Provide coding agents with direct, category-specific examples and API usage patterns.

Example Files

  • Add-PPTX-3d-circular-motion-path.cs

  • Add-PPTX-3d-cube-set-size.cs

  • Adjust-PPTX-3d-ambient-intensity.cs

  • Apply-PPTX-3d-bevel-effect.cs

  • Apply-PPTX-3d-matte-material.cs

  • Batch-convert-PPTX-3d-PDF-order.cs

  • Check-PPTX-3d-shapes-have-names.cs

  • Compress-PPTX-3d-assets-for-distribution.cs

  • Create-PPTX-3d-thumbnail-images.cs

  • Export-PPTX-3d-html5-webgl.cs

  • Export-PPTX-3d-models-to-OBJ-files.cs

  • Export-PPTX-3d-rotation-video.cs

Related Files

Developer FAQ

These questions target common developer searches for Aspose.Slides for .NET 3d-presentations examples.

How do I convert PowerPoint PPTX files to PDF, HTML, SVG, PNG, or JPEG in C#?

Use the conversion and export examples to load a Presentation, configure format-specific options when needed, and call presentation.Save(...) or slide image APIs with the correct Aspose.Slides.Export.SaveFormat.

How do I add, clone, reorder, or remove PowerPoint slides in .NET?

Use slide management examples to work with ISlide, slide collections, layouts, masters, and sections while preserving presentation structure.

How do I edit PowerPoint shapes, text, tables, or SmartArt in C#?

Use the shape, text, table, and SmartArt examples to locate shapes on a slide, cast to the appropriate Aspose.Slides interfaces, update content or formatting, and save the modified PPTX.

How do I add or inspect PowerPoint animations in C#?

Use animation examples to work with slide timelines, animation sequences, effect types, triggers, and animated shapes through Aspose.Slides APIs.

How do I extract presentation metadata, comments, notes, tags, VBA, or security information?

Use the inspection and management examples to access document properties, comments, notes slides, custom tags, VBA projects, signatures, protection settings, and related metadata.

How do I use Aspose.Slides for .NET for 3d presentations in C#?

Use the 3d-presentations examples to find standalone C# patterns for 3d presentations. Each example shows how to load or create an Aspose.Slides.Presentation, apply the operation, and save output with the correct Aspose.Slides API.