Name | Description | |
---|---|---|
Annotations | Gets the list annotations associated with the current page. | |
AnnotationsTabsOrder | Gets or sets the tab order to be used for annotations on the page. | |
ArtBox | Gets or sets a rectangle, in points, defining the extent of the page's meaningful content (including potential white space) as intended by the page's creator. Default value is CropBox. | |
ArticleBeads | Gets the list of GrapeCity.Documents.Pdf.Articles.ArticleBead objects displayed on this page. | |
AssociatedFiles | Gets the list of embedded files associated with this page. | |
BleedBox | Gets or sets a rectangle, in points, defining the region to which the contents of the page should be clipped when output in a production environment. Default value is CropBox. | |
Bounds | Gets the bounds of the current page in points. The return value is the same as returned by MediaBox. | |
ContentStreams | Gets the PageContentStreamCollection containing content streams representing content of this page.
Note that while manipulating the ContentStreams collection (inserting, removing or moving elements) is allowed, the result of such manipulations may produce an invalid PDF if the original document was created or modified by a tool other than GcPdf. Generally speaking, it is safe to insert new content streams at the first position in the collection, or add them to the end of it, provided any content in the new stream(s) was created by rendering on PageContentStream.GetGraphics. Any other operations on this collection in documents that were not created by GcPdf might yield invalid PDFs. | |
CropBox | Gets or sets a rectangle, in points, defining the visible region of default user space. When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle and then imposed on the output medium in some implementation-defined manner. Default value is MediaBox. | |
Doc | Gets the GcPdfDocument object owning this object. | |
Graphics | Gets an instance of GcPdfGraphics that can be used to draw on the current page, graphics created from the last page content stream, if ContentStreams collection is empty then new PageContentStream automatically added. | |
Index | Gets the index of the page in its document. | |
Landscape | Gets or sets a value indicating whether the current page has landscape orientation. | |
MediaBox | Gets or sets the bounds of the page in points. | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
Owner | Gets the PageCollection collection containing this Page. | |
PaperKind | Gets or sets the paper kind of the current page. | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
PieceInfo | Gets the GrapeCity.Documents.Pdf.Spec.IPdfDict object defining page-piece dictionary associated with the page. | |
Rotate | Gets or sets the number of degrees by which the page should be rotated clockwise when displayed or printed. The value must be a multiple of 90. Default value: 0. | |
Size | Gets or sets the size of the current page in points.
This property is a wrapper around MediaBox or CropBox properties. If CropBox is not null then this property gets or sets its value, otherwise it gets or sets the value of MediaBox. | |
Tag | Gets or sets an arbitrary application-defined object associated with the current page. | |
TransitionDuration | Gets or sets the page’s display duration (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page Default: null (the viewer shall not advance automatically). | |
TransitionEffect | Gets or sets the TransitionEffect object describing the transition effect that shall be used when displaying the page during presentations | |
TrimBox | Gets or sets a rectangle, in points, defining the intended dimensions of the finished page after trimming Default value is CropBox. | |
UserUnit | Gets or sets a positive number greater than 1 giving the size of default user space units, in multiples of 1/72 inch.
Default value: 1.0 (user unit is 1/72 inch). |