PdfGeneratedPage Class |
Namespace: Atalasoft.PdfDoc.Generating
The PdfGeneratedPage type exposes the following members.
Name | Description | |
---|---|---|
PdfGeneratedPage |
Initializes a new instance of the PdfGeneratedPage class.
|
Name | Description | |
---|---|---|
AdditionalActions |
Gets the list of additional actions that may be performed by a page.
| |
Annotations |
Gets the list of annotations on this page. This is an empty list by default.
| |
ArtBox |
Gets or sets the art box.
| |
BleedBox |
Gets or sets the bleed box.
| |
CropBox |
Gets or sets the crop box.
| |
DrawingList |
Gets the drawing list. The drawing list contains all the objects on the page to be saved to the pdf file.
| |
ImportedColorSpaces |
Gets a list of global resource names of the color spaces that were successfully imported into GlobalResources from the source document (if any).
| |
ImportedFonts |
Gets a list of global resource names of the fonts that were successfully imported into GlobalResources from the source document (if any).
| |
ImportedImages |
Gets a list of global resource names of the images that were successfully imported into GlobalResources from the source document (if any).
| |
MediaBox |
Gets or sets the media box.
| |
Rotation |
Gets or sets the rotation for the page.
| |
TabOrder |
Gets or sets the tab order for annotations on the page. Default is None | |
TrimBox |
Gets or sets the trim box.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeRepairContext |
Makes the DocumentRepairContext for repairing problems in this object. This method
expects a PdfGeneratedDocument to be passed in.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the object and accumulates any problems in the problems list.
|