Bug 1650886 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The new print preview UI will require page-size information. This patch will add functionality to get the available page size names and dimensions from an `nsIPrinter`.
The new print preview UI will require page-size information. This patch will add functionality to get the available page size names and dimensions from an `nsIPrinter`.
**Implementation Plan**

* Part 1 -- Add `nsIPaper` Interface and base implementation
* Part 2 -- Implement retrieval for macOS
* Part 3 -- Implement retrieval for GTK
* Part 4 -- Implement retrieval for Windows
The new print preview UI will require page-size information. This patch will add functionality to get the available page size names and dimensions from an `nsIPrinter`.

**Implementation Plan**

* Part 1 -- Add `nsIPaper` Interface and base implementation
* Part 2 -- Implement retrieval for macOS
* Part 3 -- Implement retrieval for GTK
* Part 4 -- Implement retrieval for Windows

Back to Bug 1650886 Comment 0