Apitron.PDF.Rasterizer library for .NET
Top
The Page type exposes the following members.
Properties
Name | Description | |
---|---|---|
ArtBox |
A rectangle, expressed in default user space units, that shall define the extent of the page’s meaningful content
(including potential white space) as intended by the page’s creator.
(Inherited from PageInfo.) | |
BleedBox |
A rectangle, expressed in default user space units, that shall define the region to which the contents of the page shall be clipped when output in a production environment.
(Inherited from PageInfo.) | |
CropBox |
A rectangle, expressed in default user space units, that shall define the visible region of default user space. When the page is displayed or printed,
its contents shall be clipped (cropped) to this rectangle and then shall be imposed on the output medium in some implementation-defined manner.
(Inherited from PageInfo.) | |
Height |
The height of the rectangle created by intersecting MediaBox and CropBox if it's present and applying Rotate component.
It gives you the height of the page's visible area, as it would be displayed into Acrobat Reader.
(Inherited from PageInfo.) | |
IsCanceled |
Gets or sets a value indicating whether this instance is canceled.
(Inherited from PageInfo.) | |
Label |
Gets the page label.
| |
Links |
Gets the links.
(Inherited from PageInfo.) | |
MediaBox |
A rectangle, expressed in default user space units, that shall define the boundaries of the physical medium on which the page shall be displayed or printed.
(Inherited from PageInfo.) | |
Rotate |
The number of degrees by which the page shall be rotated clockwise when displayed or printed.
The value shall be a multiple of 90. Default value: 0.
(Inherited from PageInfo.) | |
TrimBox |
A rectangle, expressed in default user space units, that shall define the intended dimensions of the finished page after trimming.
(Inherited from PageInfo.) | |
Width |
The width of the rectangle created by intersecting MediaBox and CropBox if it's present and applying Rotate component.
It gives you the width of the page's visible area, as it would be displayed into Acrobat Reader.
(Inherited from PageInfo.) |
See Also