Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfTemplate CreateTemplate( PdfWriter writer, float width, float height ) |
Visual Basic |
---|
Public Shared Function CreateTemplate ( _ writer As PdfWriter, _ width As Single, _ height As Single _ ) As PdfTemplate |
Visual C++ |
---|
public: static PdfTemplate^ CreateTemplate( PdfWriter^ writer, float width, float height ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- width
- Type: System..::..Single
- height
- Type: System..::..Single