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:

Properties

ApplyDocumentTemplateGets or sets a value indicating if this page uses the documents template.
(Inherited from Page)
ApplySectionTemplateGets or sets a value indicating if this page uses the sections template.
(Inherited from Page)
BackgroundElementsGets a collection of page elements to be drawn as a background on the page.
DimensionsGets or sets the dimensions of the page.
(Inherited from Page)
ElementsGets a collection of page elements.
(Inherited from Page)
ReaderEventsGets the reader events of the page.
(Inherited from Page)
RotateGets or sets the rotation of the page.
(Inherited from Page)
UnderlyingElementsGets 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)

See Also

ceTe.DynamicPDF.Merger

In this topic