Layer.Save
Save(string)
Saves the current layer to a PDF document.
public void Save(string outputPath)
| Parameter | Type | Description |
|---|---|---|
| outputPath | String | The file path where the PDF document will be saved. |
See Also
- class Layer
- namespace Aspose.Pdf
- assembly Aspose.PDF
Save(Stream)
Saves the current layer to a PDF document.
public void Save(Stream outputStream)
| Parameter | Type | Description |
|---|---|---|
| outputStream | Stream | The stream where the PDF document will be saved. |
See Also
- class Layer
- namespace Aspose.Pdf
- assembly Aspose.PDF