PrintDialog.PrintableAreaHeight Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the height of the printable area of the page.
Assembly: PresentationFramework (in PresentationFramework.dll)
The following example shows how to get the value of the PrintableAreaHeight property by using Extensible Application Markup Language (XAML) markup and code.
<Button Width="200" Click="GetHeight">Get the Printable Height</Button>
...
.NET Framework
Available since 3.0
Available since 3.0
Show: