PdfDevice.PdfDevice
PdfDevice()
Creates a new instance. The output file will be written to the output working directory taking the job name as a file name.
public PdfDevice()
See Also
- class PdfDevice
- namespace Aspose.TeX.Presentation.Pdf
- assembly Aspose.TeX
PdfDevice(Stream)
Creates a new instance. The output file will be written to specified stream.
public PdfDevice(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to write the output file to. |
See Also
- class PdfDevice
- namespace Aspose.TeX.Presentation.Pdf
- assembly Aspose.TeX