# PrintDlgEx

```csharp
[DllImport("Comdlg32.dll", SetLastError = true)]
public static extern bool PrintDlgEx(
   ref PRINTDLGEX lppdex
);
```

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