Skip to main content
A newer version of this page is available. .

PageInfoBrick Methods

A visual brick which is displayed in the page header or page footer sections, and contains information specific to the current page.
Name Description
Clone() Creates a new TextBrick instance, which is a copy of the current instance. Inherited from TextBrick.
CreateLayoutData(Single) This method is intended for internal use only. Normally, you don’t need to use it. Inherited from VisualBrick.
Dispose() Releases all resources used by Brick. Inherited from Brick.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetClientRectangle(RectangleF, Single) Returns the client rectangle of this VisualBrick. Inherited from VisualBrick.
GetEnumerator() Returns an enumerator that can iterate through the collection of bricks. Inherited from Brick.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetScaleFactor(IPrintingSystemContext) For internal use. Inherited from VisualBrick.
GetType() Gets the Type of the current instance. Inherited from Object.
Initialize(PrintingSystemBase, RectangleF) Initializes a new instance of the Brick class with the specified settings. Inherited from Brick.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveAttachedValue<T>(AttachedProperty<T>) Inherited from Brick.
SafeGetAttachedValue(String, Object) Obsolete. For internal use. Inherited from Brick.
SafeGetAttachedValue<T>(AttachedProperty<T>, T) For internal use. Inherited from Brick.
SafeGetAttachedValue<T>(String) Obsolete. For internal use. Inherited from Brick.
SetAttachedValue(String, Object) Obsolete. For internal use. Inherited from Brick.
SetAttachedValue<T>(AttachedProperty<T>, T, T) For internal use. Inherited from Brick.
SetAttachedValue<T>(AttachedProperty<T>, T) For internal use. Inherited from Brick.
ToString() Returns a string that represents the current object. Inherited from Object.
TryExtractAttachedValue<T>(AttachedProperty<T>, out T) For internal use. Inherited from Brick.
TryGetAttachedValue(String, out Object) Obsolete. For internal use. Inherited from Brick.
TryGetAttachedValue<T>(AttachedProperty<T>, out T) For internal use. Inherited from Brick.
ValidatePageBottom(RectangleF, Boolean, RectangleF, IPrintingSystemContext) For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn’t, moves it (or part of it) to the next page. Inherited from Brick.
ValidatePageRight(Single, RectangleF) Checks whether the specified brick fits the empty space on the right side of the page and if it doesn’t, moves it (or part of it) to the next page. Inherited from VisualBrick.
See Also