PDF File Writer Class Library - Author Uzi Granot
PdfTilingPatternSetWeavePattern Method |
Create new PdfTilingPattern class with weave pattern.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public static PdfTilingPattern SetWeavePattern( PdfDocument Document, double Scale, Color Background, Color Horizontal, Color Vertical )
Parameters
- Document
- Type: PdfFileWriterPdfDocument
Current PDF document. - Scale
- Type: SystemDouble
Scale factor - Background
- Type: System.DrawingColor
Background color. - Horizontal
- Type: System.DrawingColor
Horizontal line color. - Vertical
- Type: System.DrawingColor
Vertical line color.
Return Value
Type: PdfTilingPatternPDF tiling pattern

The pattern in a square with one user unit side.
It is made of horizontal and vertical rectangles.
