The PrintPageTemplate type exposes the following members.

Constructors

  Name Description
Public method PrintPageTemplate
Initializes a new instance of a PrintPageTemplate.

Methods

  Name Description
Public method ClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public method GetAnimationBaseValue
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject.)
Public method GetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public method OnApplyTemplate
Builds the visual tree for the PrintPageTemplate control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().)
Public method ReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public method SetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)

Fields

  Name Description
Public field Static member ContentProperty
Identifies the Content dependency property.
Public field Static member FooterCenterProperty
Identifies the FooterCenter dependency property.
Public field Static member FooterLeftProperty
Identifies the FooterLeft dependency property.
Public field Static member FooterRightProperty
Identifies the FooterRight dependency property.
Public field Static member HeaderCenterProperty
Identifies the HeaderCenter dependency property.
Public field Static member HeaderLeftProperty
Identifies the HeaderLeft dependency property.
Public field Static member HeaderRightProperty
Identifies the HeaderRight dependency property.
Public field Static member MarginProperty
Identifies the Margin dependency property.
Public field Static member PaddingProperty
Identifies the Padding dependency property.
Public field Static member ShowFooterSeparatorProperty
Identifies the ShowFooterSeparator dependency property.
Public field Static member ShowHeaderSeparatorProperty
Identifies the ShowHeaderSeparator dependency property.
Public field Static member StretchProperty
Identifies the Stretch dependency property.

Properties

  Name Description
Public property Content
Gets or sets the content of the page template.
Public property Dispatcher
Gets the Dispatcher this object is associated with.
(Inherited from DependencyObject.)
Public property FooterCenter
Gets or sets the text for the footer on the center of the page template.
Public property FooterLeft
Gets or sets the text for the footer on the left side of the page template.
Public property FooterRight
Gets or sets the text for the footer on the right side of the page template.
Public property HeaderCenter
Gets or sets the text for the header on the center of the page template.
Public property HeaderLeft
Gets or sets the text for the header on the left side of the page template.
Public property HeaderRight
Gets or sets the text for the header on the right side of the page template.
Public property Margin
Gets or sets the margin of the page template.
Public property Padding
Gets or sets the padding of the page template.
Public property ShowFooterSeparator
Gets or sets a value indicating whether to show the footer separator or not.
Public property ShowHeaderSeparator
Gets or sets a value indicating whether to show the header separator or not.
Public property Stretch
Gets or sets the stretch mode of the page template.

See Also