Page Methods
A single document page.Name | Description |
---|---|
AddBrick(VisualBrick) | Adds the specified brick to the page. |
AssignWatermark(PageWatermark) | Assigns a new watermark to a page’s Page.Watermark property. |
Clone() | Creates a new BrickBase instance, which is a copy of the current instance. Inherited from BrickBase. |
DrawPage(IGraphics, PointF) | |
DrawPage(Graphics, PointF) | |
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. |
GetBrickBounds(Brick) | Returns the size and location of the specified brick in the current page. |
GetEnumerator() | For internal use. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
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. |
SetOwner(PageList, Int32) | For internal use. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also