Property | Type | Description | |
---|---|---|---|
DefaultFont |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Draw ( |
Draws the page information section in the specified rect
|
|
PageInformation ( ) : System |
Default Constructor
|
|
PageInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System |
Normal Use Constructor
|
|
PageInformation ( int iMargin, |
Full Constructor
|
public Draw ( |
||
oGraphics | ||
oBounds | ||
strDocumentName | String | |
iPageNumber | int | |
return | void |
public PageInformation ( PageInformationBorder eBorder, InformationType eLeft, InformationType eCenter, InformationType eRight ) : System | ||
eBorder | PageInformationBorder | Border style |
eLeft | InformationType | What to print on the left side of the page |
eCenter | InformationType | What to print in the center of the page |
eRight | InformationType | What to print on the right side of the page |
return | System |
public PageInformation ( int iMargin, |
||
iMargin | int | Margin to use |
oFont | Font to use | |
eBorder | PageInformationBorder | Border style |
eLeft | InformationType | What to print on the left side of the page |
eCenter | InformationType | What to print in the center of the page |
eRight | InformationType | What to print on the right side of the page |
return | System |