Click or drag to resize

PdfGeneratedPage Class

A BasePage object which contains functionality to create Pdf. Use this class when trying to programmatically generate pdf pages.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDocBasePage
    Atalasoft.PdfDoc.GeneratingPdfGeneratedPage

Namespace:  Atalasoft.PdfDoc.Generating
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfGeneratedPage : BasePage, 
	IValidatable

The PdfGeneratedPage type exposes the following members.

Constructors
  NameDescription
Public methodPdfGeneratedPage
Initializes a new instance of the PdfGeneratedPage class.
Top
Properties
  NameDescription
Public propertyAdditionalActions
Gets the list of additional actions that may be performed by a page.
Public propertyCode exampleAnnotations
Gets the list of annotations on this page. This is an empty list by default.
Public propertyArtBox
Gets or sets the art box.
Public propertyBleedBox
Gets or sets the bleed box.
Public propertyCropBox
Gets or sets the crop box.
Public propertyDrawingList
Gets the drawing list. The drawing list contains all the objects on the page to be saved to the pdf file.
Public propertyImportedColorSpaces
Gets a list of global resource names of the color spaces that were successfully imported into GlobalResources from the source document (if any).
Public propertyImportedFonts
Gets a list of global resource names of the fonts that were successfully imported into GlobalResources from the source document (if any).
Public propertyImportedImages
Gets a list of global resource names of the images that were successfully imported into GlobalResources from the source document (if any).
Public propertyMediaBox
Gets or sets the media box.
Public propertyRotation
Gets or sets the rotation for the page.
Public propertyTabOrder
Gets or sets the tab order for annotations on the page. Default is None
Public propertyTrimBox
Gets or sets the trim box.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeRepairContext
Makes the DocumentRepairContext for repairing problems in this object. This method expects a PdfGeneratedDocument to be passed in.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the object and accumulates any problems in the problems list.
Top
See Also