PdfPageTemplateElement Constructor (RectangleF)
|
Creates a new page template.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPageTemplateElement(
RectangleF bounds
)
Public Sub New (
bounds As RectangleF
)
public:
PdfPageTemplateElement(
RectangleF bounds
)
new :
bounds : RectangleF -> PdfPageTemplateElement
Parameters
-
bounds
-
Type:
System.Drawing
RectangleF
Bounds of the template.
See Also