BmpDevice.Process
BmpDevice.Process 方法
将页面转换为 bmp 并将其保存到输出流中。
public override void Process(Page page, Stream output)
参数 | 类型 | 描述 |
---|---|---|
page | Page | 要转换的页面。 |
output | Stream | 包含 bmp 图像的输出流。 |
另请参阅
- 类 Page
- 类 BmpDevice
- 命名空间 Aspose.Pdf.Devices
- 程序集 Aspose.PDF
将页面转换为 bmp 并将其保存到输出流中。
public override void Process(Page page, Stream output)
参数 | 类型 | 描述 |
---|---|---|
page | Page | 要转换的页面。 |
output | Stream | 包含 bmp 图像的输出流。 |