This documentation is archived and is not being maintained.

PageBorderless Enumeration

Specifies whether a print device prints to the edge of the media or provides an unprinted margin around the edge.

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

public enum class PageBorderless
<object property="enumerationMemberName" .../>

Member nameDescription
UnknownThe feature (whose options are represented by this enumeration) is set to an option not defined.
BorderlessBorderless printing, that is, the device prints to the edge of the print media.
NonePrinting with a border, that is, the device provides an unprinted margin around the edge of the print media.

Most laser and inkjet printers do not support borderless printing. They require an unprinted margin to prevent toner from getting on the parts of the printer that move the paper. Many photographic printers, however, do support borderless printing.

Use the values of this type primarily for these purposes:

The Unknown value is never used in properties of PrintCapabilities objects.

You should never set a PrintTicket property to Unknown. If some other PrintTicket producing application has created a PrintTicket document that sets the page borderless feature to an unrecognized option, then a PrintTicket object in your application that is constructed with that document will have Unknown as the value of the PageBorderless property.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: