PageImageableArea Class (System.Printing)

Switch View :
ScriptFree
.NET Framework Class Library
PageImageableArea Class

Represents the area of a page that can be printed.

Namespace:  System.Printing
Assembly:  ReachFramework (in ReachFramework.dll)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class PageImageableArea
Visual Basic (Usage)
Dim instance As PageImageableArea
C#
public sealed class PageImageableArea
Visual C++
public ref class PageImageableArea sealed
JScript
public final class PageImageableArea
XAML
You cannot directly create an instance of this class in XAML.
Remarks

Most laser and inkjet printers must leave an unprinted area around the edges of a page to prevent toner from getting on the parts of the printer that move the sheets. For many photographic printers, however, the entire page is imageable.

For a class that includes the same information about the imageable area as PageImageableArea and also includes page size, see PrintDocumentImageableArea.

Inheritance Hierarchy

System.Object
  System.Printing.PageImageableArea
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference