Type Alias: PageSize
type PageSize =
| BuiltInPageSize
| CustomPageSize;
Either a built-in page-size name or explicit custom page dimensions.
type PageSize =
| BuiltInPageSize
| CustomPageSize;
Either a built-in page-size name or explicit custom page dimensions.