Apitron.PDF.Rasterizer library for .NET
SystemObject
Apitron.PDF.RasterizerPageInfo
Apitron.PDF.RasterizerPage
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
This class represents a page info.
Inheritance Hierarchy
Apitron.PDF.RasterizerPageInfo
Apitron.PDF.RasterizerPage
Namespace: Apitron.PDF.Rasterizer
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
The PageInfo 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.
| |
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.
| |
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.
| |
Height | ||
IsCanceled |
Gets or sets a value indicating whether this instance is canceled.
| |
Links |
Gets the links.
| |
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.
| |
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.
| |
TrimBox |
A rectangle, expressed in default user space units, that shall define the intended dimensions of the finished page after trimming.
| |
Width |
See Also