[]
Gets the printing information required to print a given sheet into the supplied rectangle.
public OwnerPrintInfo GetOwnerPrintInfo(Graphics g, Rectangle rect, int sheet)
Public Function GetOwnerPrintInfo(g As Graphics, rect As Rectangle, sheet As Integer) As OwnerPrintInfo
| Type | Name | Description |
|---|---|---|
| Graphics | g | Graphics object that handles printing |
| Rectangle | rect | Rectangular area that represents the area for printing |
| int | sheet | Sheet to print |
| Type | Description |
|---|---|
| OwnerPrintInfo | The printing information |