Page Members
A single document page.Properties
Name | Description |
---|---|
CanPublish | Specifies whether or not a brick is displayed in a printed or exported document. Inherited from BrickBase. |
Document | Gets the document which contains the page. |
ID | Specifies the page’s identifier. |
Index | Gets the page index within the PageList collection. |
InnerBricks | Provides access to the inner bricks of Page. |
Location | Defines the current brick’s location, in GraphicsUnit.Document measurement units. Inherited from BrickBase. |
MarginsF | Gets the margins value (measured in three hundredths of an inch) of the current page. |
Modifier | Specifies the page area for displaying a specific brick. Inherited from BrickBase. |
NoClip | Specifies whether or not a brick’s bounds can be clipped. Inherited from BrickBase. |
OriginalIndex | Gets or sets the page index within the page collection when the document is created. |
OriginalPageCount | Gets or sets the page count when the document is created. |
PageSize | Gets the size of the current page. |
PaperKind | Gets or sets the type of paper for the page. |
Printed | Obsolete. Specifies whether the current brick will be printed. Inherited from BrickBase. |
Rect | Defines the current brick’s location and size, in GraphicsUnit.Document measurement units. Inherited from BrickBase. |
RepeatForVerticallySplitContent | Specifies whether to repeat a brick for a content that is split across multiple pages vertically. Inherited from BrickBase. |
RightToLeftLayout | For internal use. |
ScaleFactor | Gets or sets the scale factor (in fractions of 1), by which a page is scaled. |
Size | Defines the current brick’s size, in GraphicsUnit.Document measurement units. Inherited from BrickBase. |
StoredId | For internal use. Inherited from BrickBase. |
Watermark | Provides access to the current watermark on this page. |
WatermarkId | Specifies the unique identifier of a watermark to be displayed on a page. |
Methods
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