This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
We are making a change in version 0.95 of the XPS with how bleed boxes and content boxes are specified, in order to match the rectangle model used elsewhere in the spec. In addition, you may have noticed that the .NET 3.0 implementation always functioned as described below.
The key changes are:
TheBleedBox andContentBox attribute descriptions in 3.3 "<FixedPage> Element" are changing as follows:
BleedBox:
Specifies the area including crop marks that extends outside of the physical page. Contains a list of four coordinate values (BleedOriginX, BleedOriginY, BleedWidth, BleedHeight), expressed as comma-separated real numbers. If omitted, the default value is (0,0,Width,Height).
ContentBox:
Specifies the area of the page containing imageable content that is to be fit within the imageable area when printing or viewing. Contains a list of four coordinate values (ContentOriginX, ContentOriginY, ContentWidth, ContentHeight), expressed as comma-separated real numbers. Specifying a value is RECOMMENDED [S3.1]. If omitted, the default value is (0,0,Width,Height).
The following sections have also been revised:
3.3.1 BleedBox Attribute
TheBleedBox attribute defines the area (inclusive of crop marks) that extends outside of the physical page. The bleed box is expressed as four comma-separated, real-number coordinate values that correspond to BleedOriginX, BleedOriginY, BleedWidth, BleedHeight. Additional whitespace MAY appear. These values are specified in units of 1/96". The bleed box is not affected by any render transformation of the fixed page.
Bleed boxes that do not satisfy the following conditions are invalid and SHOULD be ignored in favor of the default bleed box [S3.2]:
If theBleedBox attribute is omitted, the default value is “0,0,Width,Height”.
3.3.2 ContentBox Attribute
TheContentBox attribute specifies the area of the page that contains imageable content that must fit in the imageable area when printing or viewing. Specifying this attribute is RECOMMENDED. The content box is expressed as four comma-separated, real-number coordinate values that correspond to ContentOriginX, ContentOriginY, ContentWidth, ContentHeight. Additional whitespace MAY appear. These values are specified in units of 1/96". The content box is not affected by any render transformation of the fixed page.
Content boxes that do not satisfy the following conditions are invalid and SHOULD be ignored in favor of the default content box [S3.3]:
If theContentBox attribute is omitted, the default value is “0,0,Width,Height”.