The CrossreferenceSection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CrossreferenceSection |
Initialize a new instance of the CrossreferenceSection class.
|
Methods
| Name | Description | |
|---|---|---|
| Compose |
Occurs during the Compose phase of PDF generation.
(Overrides Section..::..Compose(Document).) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BackgroundAreas |
Get the collection of Area objects that is associated with each page of this Section.
(Inherited from Section.) | |
| BleedBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the region to which the contents of the
page should be clipped when output in a production environment.
(Inherited from Section.) | |
| Columns |
Get or set the collection of columns on the pages of this section.
(Inherited from Section.) | |
| CropBox | The printed or viewed area of the page. (Inherited from Section.) | |
| DoNotBreak |
Get or set if this section has to be rendered on a single page.
(Inherited from Section.) | |
| EvenFooter |
Get or set a fixed area at the bottom of each even page of this section.
(Inherited from Section.) | |
| EvenHeader |
Get or set a fixed area at the top of each even page of this section.
(Inherited from Section.) | |
| Footer |
Get or set a fixed area at the bottom of each page of this section.
(Inherited from Section.) | |
| ForegroundAreas |
Get the collection of Area objects that is associated with each page of this Section.
(Inherited from Section.) | |
| Header |
Get or set a fixed area at the top of each page of this section.
(Inherited from Section.) | |
| Margin |
Get the width of the whitespace around the main content in points.
(Inherited from Section.) | |
| OddFooter |
Get or set a fixed area at the bottom of each odd page of this section.
(Inherited from Section.) | |
| OddHeader |
Get or set a fixed area at the top of each odd page of this section.
(Inherited from Section.) | |
| Orientation |
Page orientation in the viewer (counterclockwise).
(Inherited from Section.) | |
| PageSize |
Get or set the height and width of all pages in this section in points.
(Inherited from Section.) | |
| Paragraphs |
Returns a paragraphs object. Use this property to add new paragraphs.
(Inherited from Section.) | |
| RestartPageNumber |
Get or set the page number of the first page of this section.
(Inherited from Section.) | |
| StartOnNewPage |
Get or set if you want this section to start on a new page.
(Inherited from Section.) | |
| TrimBox |
A rectangle, expressed in points with the origin at the bottom left corner, defining the intended dimensions of
the finshed page after trimming. May be smaller than the bleed box for printing instructions, cut marks, or color bars.
(Inherited from Section.) | |
| VerticalAlignment |
Get or set the vertical alignment of the contained ParagraphCollection.
(Inherited from Section.) |
Events
| Name | Description | |
|---|---|---|
| ComposeEntry |
Occures for every paragraph in the document.
| |
| EndCompose |
Occurs when the Compose phase is about to end.
(Inherited from Section.) | |
| EndPage |
Occurs right after the main area has been completely filled with paragraphs.
(Inherited from Section.) | |
| QueryPageSettings |
Occurs before a new empty page is added to the document.
(Inherited from Section.) | |
| StartCompose |
Occurs when the Compose phase starts.
(Inherited from Section.) | |
| StartPage |
Occurs right after a new empty page has been added to the document.
(Inherited from Section.) |