Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic PdfPage(
PdfResources resources,
PdfContentStream contents,
int pagewidth,
int pageheight,
PdfObjectId objectId
)
Public Sub New (
resources As PdfResources,
contents As PdfContentStream,
pagewidth As Integer,
pageheight As Integer,
objectId As PdfObjectId
)
public:
PdfPage(
PdfResources^ resources,
PdfContentStream^ contents,
int pagewidth,
int pageheight,
PdfObjectId objectId
)
new :
resources : PdfResources *
contents : PdfContentStream *
pagewidth : int *
pageheight : int *
objectId : PdfObjectId -> PdfPage
Parameters
- resources
- Type: Kettic.PdfPdfResources
- contents
- Type: Kettic.PdfPdfContentStream
- pagewidth
- Type: SystemInt32
- pageheight
- Type: SystemInt32
- objectId
- Type: Kettic.PdfPdfObjectId
See Also