Click or drag to resize
PdfPage Constructor

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public PdfPage(
	PdfResources resources,
	PdfContentStream contents,
	int pagewidth,
	int pageheight,
	PdfObjectId objectId
)

Parameters

resources
Type: Kettic.PdfPdfResources
contents
Type: Kettic.PdfPdfContentStream
pagewidth
Type: SystemInt32
pageheight
Type: SystemInt32
objectId
Type: Kettic.PdfPdfObjectId
See Also