Layer.Save
Save(string)
Salva il layer corrente in un documento PDF.
public void Save(string outputPath)
| Parameter | Type | Description |
|---|---|---|
| outputPath | String | Il percorso del file dove il documento PDF sarà salvato. |
See Also
- class Layer
- namespace Aspose.Pdf
- assembly Aspose.PDF
Save(Stream)
Salva il layer corrente in un documento PDF.
public void Save(Stream outputStream)
| Parameter | Type | Description |
|---|---|---|
| outputStream | Stream | Lo stream dove il documento PDF sarà salvato. |
See Also
- class Layer
- namespace Aspose.Pdf
- assembly Aspose.PDF