BeginPageLayoutEventArgs Constructor
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public BeginPageLayoutEventArgs(
RectangleF bounds,
PdfPageBase page
)
Public Sub New (
bounds As RectangleF,
page As PdfPageBase
)
public:
BeginPageLayoutEventArgs(
RectangleF bounds,
PdfPageBase^ page
)
new :
bounds : RectangleF *
page : PdfPageBase -> BeginPageLayoutEventArgs
Parameters
-
bounds
-
Type:
System.Drawing
RectangleF
The bounds.
-
page
-
Type:
Spire.Pdf
PdfPageBase
The page.
See Also