Class PdfPage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfPage : PdfDictionary, IEnumerable
Constructors
PdfPage(PdfResources, PdfContentStream, Int32, Int32, PdfObjectId)
Declaration
public PdfPage(PdfResources resources, PdfContentStream contents, int pagewidth, int pageheight, PdfObjectId objectId)
Parameters
PdfResources
resources
|
PdfContentStream
contents
|
System.Int32
pagewidth
|
System.Int32
pageheight
|
PdfObjectId
objectId
|