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# |
---|
protected void SaveAndRotateCanvases( PdfContentByte[] canvases, float a, float b, float c, float d, float e, float f ) |
Visual Basic |
---|
Protected Sub SaveAndRotateCanvases ( _ canvases As PdfContentByte(), _ a As Single, _ b As Single, _ c As Single, _ d As Single, _ e As Single, _ f As Single _ ) |
Visual C++ |
---|
protected: void SaveAndRotateCanvases( array<PdfContentByte^>^ canvases, float a, float b, float c, float d, float e, float f ) |
Parameters
- canvases
- Type: array<iTextSharp.text.pdf..::..PdfContentByte>[]()[][]
- a
- Type: System..::..Single
- b
- Type: System..::..Single
- c
- Type: System..::..Single
- d
- Type: System..::..Single
- e
- Type: System..::..Single
- f
- Type: System..::..Single