AppendedPage
Represents an appended page.
public class AppendedPage : Page
Public Class AppendedPage
Inherits Page
Inheritance: ObjectPageAppendedPage
Licensing Info
This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Properties
ApplyDocumentTemplate | Gets or sets a value indicating if this page uses the documents template. (Inherited from Page) |
ApplySectionTemplate | Gets or sets a value indicating if this page uses the sections template. (Inherited from Page) |
BackgroundElements | Gets a collection of page elements to be drawn as a background on the page. |
Dimensions | Gets or sets the dimensions of the page. (Inherited from Page) |
Elements | Gets a collection of page elements. (Inherited from Page) |
ReaderEvents | Gets the reader events of the page. (Inherited from Page) |
Rotate | Gets or sets the rotation of the page. (Inherited from Page) |
TabOrder | Gets or Sets the tab order for the page. (Inherited from Page) |
UnderlyingElements | Gets a collection of page elements that will appear beneath (behind) the page elements from the Elements property. (Inherited from Page) |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |