You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,9 +58,11 @@ using (Document doc = new Document("input.pdf"))
58
58
|[add-dashed-rectangle-to-pdf-graph](./add-dashed-rectangle-to-pdf-graph.cs)| Add Dashed Rectangle to PDF Graph |`Document`, `Page`, `Graph`| Shows how to create a Graph, draw a rectangle with a 2‑point dashed border, and save the PDF usin... |
59
59
|[add-ellipse-with-border-and-centered-text](./add-ellipse-with-border-and-centered-text.cs)| Add Ellipse with Border and Centered Text to PDF |`Document`, `Page`, `Ellipse`| Creates a PDF, adds an ellipse with a thick border and semi‑transparent fill, then places a cente... |
60
60
|[add-filled-arc-graph-to-pdf](./add-filled-arc-graph-to-pdf.cs)| Add Filled Arc Graph to PDF |`Document`, `Page`, `Graph`| Demonstrates how to create a PDF document with Aspose.Pdf, add a Graph containing a filled Arc sh... |
61
+
|[add-filled-arc-radial-gradient](./add-filled-arc-radial-gradient.cs)| Add Filled Arc with Radial Gradient to PDF Graph |`Document`, `Page`, `Graph`| Demonstrates how to draw an arc shape with a radial gradient fill inside a graph on a PDF page. |
61
62
|[add-filled-circle-to-pdf](./add-filled-circle-to-pdf.cs)| Add Filled Circle to PDF with Aspose.Pdf Graph |`Document`, `Page`, `Graph`| Demonstrates how to create a PDF document, add a Graph, draw a filled circle with custom colors a... |
62
63
|[add-filled-curve-to-pdf](./add-filled-curve-to-pdf.cs)| Add Filled Curve to PDF with Opacity and Border |`Document`, `Page`, `Graph`| Shows how to create a Bezier curve inside a Graph, set its fill opacity and border thickness, and... |
63
64
|[add-filled-dashed-rectangle-to-pdf](./add-filled-dashed-rectangle-to-pdf.cs)| Add Filled Dashed Rectangle to PDF using Graph |`Document`, `Page`, `Graph`| Demonstrates how to draw a filled rectangle with a dashed border on a PDF page using Aspose.Pdf's... |
65
+
|[add-filled-ellipse-gradient](./add-filled-ellipse-gradient.cs)| Add Filled Ellipse with Gradient to PDF Graph |`Document`, `Page`, `Graph`| Creates a PDF, adds a graph containing an ellipse filled with an axial gradient, and saves the re... |
64
66
|[add-gradient-ellipses-to-pdfs-parallel](./add-gradient-ellipses-to-pdfs-parallel.cs)| Add Gradient-Filled Ellipses to PDFs in Parallel |`Document`, `Page`, `Graph`| Demonstrates loading multiple PDF files concurrently, adding a graph of gradient‑filled ellipses ... |
65
67
|[add-graph-with-shapes-to-pdf](./add-graph-with-shapes-to-pdf.cs)| Add Graph with Shapes to Existing PDF |`Document`, `Page`, `Graph`| Demonstrates loading an existing PDF, appending a new page, and drawing a graph containing rectan... |
66
68
|[add-graph-with-shapes-to-pdf__v2](./add-graph-with-shapes-to-pdf__v2.cs)| Add Graph with Shapes to PDF |`Document`, `Page`, `Graph`| Shows how to load a PDF, create a Graph covering the page, add rectangle and ellipse shapes, and ... |
@@ -76,15 +78,13 @@ using (Document doc = new Document("input.pdf"))
76
78
|[add-text-inside-graph-pdf](./add-text-inside-graph-pdf.cs)| Add Text Inside a Graph in PDF |`Document`, `Page`, `Graph`| Shows how to create a Graph on a PDF page, position it, and insert a TextFragment inside the grap... |
77
79
|[add-unfilled-arc-line-width-dash-style](./add-unfilled-arc-line-width-dash-style.cs)| Add Unfilled Arc with Line Width and Dash Style |`Document`, `Page`, `Graph`| Shows how to draw an unfilled arc in a PDF using Aspose.Pdf, configure its line width and dash pa... |
78
80
|[apply-clipping-region-graph](./apply-clipping-region-graph.cs)| Apply Clipping Region to a Graph |`Document`, `Graph`, `Rectangle`| Demonstrates how to set a clipping rectangle on a Graph so that its shapes are rendered only insi... |
81
+
|[apply-linear-gradient-ellipse](./apply-linear-gradient-ellipse.cs)| Apply Linear Gradient Fill to an Ellipse in a PDF Graph |`Document`, `Page`, `Graph`| Shows how to create a PDF document, add a graph with an ellipse, and fill the ellipse with a blue... |
79
82
|[batch-insert-logo-graph-into-pdf-pages](./batch-insert-logo-graph-into-pdf-pages.cs)| Batch Insert Logo Graph into PDF Pages |`Document`, `Page`, `Graph`| Loads each PDF from a source folder, creates a Graph with a rectangle representing a company logo... |
80
83
|[catch-out-of-bounds-shapes-pdf-graph](./catch-out-of-bounds-shapes-pdf-graph.cs)| Catch Out-of-Bounds Shapes When Adding to a PDF Graph |`Document`, `Page`, `Graph`| Demonstrates how to enable bounds checking for a Graph, add shapes, catch BoundsOutOfRangeExcepti... |
81
-
|[check-adjust-shape-bounds-pdf](./check-adjust-shape-bounds-pdf.cs)| Check and Adjust Shape Bounds in a PDF |`Document`, `Page`, `Rectangle`| Loads a PDF, creates a rectangle shape, verifies that it fits within the page bounds, adjusts its... |
82
-
|[configurable-shape-fill-colors-pdf-graph](./configurable-shape-fill-colors-pdf-graph.cs)| Apply Configurable Fill Colors to Shapes in a PDF Graph |`Document`, `Page`, `Graph`| The example reads a JSON configuration file to obtain fill colors for different shapes, then crea... |
83
-
|[create-bezier-curve-pdf-graph](./create-bezier-curve-pdf-graph.cs)| Create Bezier Curve in PDF Graph with Stroke Color |`Document`, `Page`, `Graph`| Demonstrates how to draw a Bezier curve using four control points inside an Aspose.Pdf Graph, set... |
84
-
| ... |||*and 43 more files*|
84
+
| ... |||*and 48 more files*|
85
85
86
86
## Category Statistics
87
-
- Total examples: 73
87
+
- Total examples: 78
88
88
89
89
## Category-Specific Tips
90
90
@@ -128,5 +128,5 @@ using (Document doc = new Document("input.pdf"))
128
128
- Review code examples in this folder for working-with-graphs patterns
0 commit comments