Page Properties
A single document page.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. |
See Also