我正在尝试在 C# 的 PDFsharp 中将页面宽度和高度设置为 4x6。我正在使用以下内容:
page.Width = "4in"; page.Height = "6in";
仍然默认为 8X11 页面。
pdfsharp
pdfsharp ×1