The PdfRepeatCanvas type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AdjustPageCount |
Can be used to adjust the total number of pages in page numbering control
|
![]() | AnchoringMode |
Controls the anchoring mode of the canvas in PDF page
|
![]() | DockingMode |
Controls the docking mode of the canvas in PDF page
|
![]() | DrawableRectangle |
The rectangle in canvas where the PDF objects can be laid out. The position of all the PDF objects laid out in canvas
are relative to this rectangle
(Inherited from PdfCanvas.) |
![]() | FirstPageNumber |
Controls the number of the first page in page numbering control
|
![]() | Height |
The canvas height in points
|
![]() | ParentDocument |
The parent document of this canvas
(Inherited from PdfCanvas.) |
![]() | Rectangle |
The bounding rectangle of this canvas, the same in each PDF page
|
![]() | RepeatInBackground |
Controls if the canvas is repeated in back of the page content. By default the canvas is rendered in the front of the main content
|
![]() | RepeatInEvenPages |
Controls if the canvas is repeated in even pages of the PDF document. By default is repeated on all pages
|
![]() | RepeatInFirstPage |
Controls if the canvas is repeated in the first page of the PDF document. By default is repeated on all pages
|
![]() | RepeatInOddPages |
Controls if the canvas is repeated in odd pages of the PDF document. By default is repeated on all pages
|
![]() | Width |
The canvas width in points
|
See Also