# PageSetupDlg

```csharp
[DllImport("Comdlg32.dll", SetLastError = true)]
public static extern bool PageSetupDlg(
   ref PAGESETUPDLG lppsd
);
```

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/ms646937\(v=vs.85\))
