The PdfPage type exposes the following members.
Properties
Name | Description | |
---|---|---|
Annotations |
Gets the annotations array of this page.
| |
ArtBox |
Gets or sets the art box.
| |
BleedBox |
Gets or sets the bleed box.
| |
Contents |
Gets the array of content streams of the page.
| |
CropBox |
Gets or sets the crop box.
| |
CustomValues |
Gets or sets the custom values.
| |
DisplayedHeight |
Gets or sets the displayed height of the page. If orientation is Landscape, this function applies to
the width.
| |
DisplayedWidth |
Gets the displayed width of the page. If orientation is Landscape, this function applies to
the height.
| |
Elements |
Gets the dictionary containing the elements of this dictionary.
(Inherited from PdfDictionary.) | |
Height |
Gets or sets the height of the page. If orientation is Landscape, this function applies to
the width.
| |
Internals |
Gets the PdfInternals object of this document, that grants access to some internal structures
which are not part of the public interface of PdfDocument.
(Inherited from PdfObject.) | |
IsIndirect |
Indicates whether the object is an indirect object.
(Inherited from PdfObject.) | |
MediaBox |
Gets or sets the media box directly. XGrahics is not prepared to work with a media box
with an origin other than (0,0).
| |
Orientation |
Gets or sets the orientation of the page. The default value PageOrientation.Portrait.
If an imported page has a /Rotate value that matches the formula 90 + n * 180 the
orientation is set to PageOrientation.Landscape.
| |
Owner |
Gets the PdfDocument this object belongs to.
(Inherited from PdfObject.) | |
Reference |
Gets the indirect reference of this object. If the value is null, this object is a direct object.
(Inherited from PdfObject.) | |
Resources |
Gets the PdfResources object of this page.
| |
Rotate |
Gets or sets the /Rotate entry of the PDF page. The value is the number of degrees by which the page
should be rotated clockwise when displayed or printed. The value must be a multiple of 90.
TODO: Next statement is not correct:
PDFEdit does not set this value, but for imported pages this value can be set and must be taken
into account when adding graphic to such a page.
| |
Size |
Gets or sets one of the predefined standard sizes like.
| |
Stream |
Gets or sets the PDF stream belonging to this dictionary. Returns null if the dictionary has
no stream. To create the stream, call the CreateStream function.
(Inherited from PdfDictionary.) | |
Tag |
Gets or sets a user defined object that contains arbitrary information associated with this PDF page.
The tag is not used by PDFEdit.
| |
TrimBox |
Gets or sets the trim box.
| |
TrimMargins |
Gets or sets the trim margins.
| |
Width |
Gets the displayed width of the page. If orientation is Landscape, this function applies to
the height.
|
See Also