PdfPageSize(Int32, Int32) Constructor
Constructs a page size with the given width and height
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
public PdfPageSize(
int width,
int height
)
Parameters
- width Int32
- The page width in points
- height Int32
- The page height in points