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