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 PdfPatternPainter CreatePattern( float width, float height, Color color ) |
Visual Basic |
---|
Public Function CreatePattern ( _ width As Single, _ height As Single, _ color As Color _ ) As PdfPatternPainter |
Visual C++ |
---|
public: PdfPatternPainter^ CreatePattern( float width, float height, Color^ color ) |
Parameters
- width
- Type: System..::..Single
- height
- Type: System..::..Single
- color
- Type: iTextSharp.text..::..Color