Click or drag to resize

PdfTilingPattern Constructor

Initializes a new instance of the PdfTilingPattern class.

Namespace: SautinSoft.Pdf.Content.Patterns
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public PdfTilingPattern(
	PdfDocument document,
	PdfSize size
)

Parameters

document  PdfDocument
The PdfDocument associated with the PdfTilingPattern.
size  PdfSize
The size of the PdfTilingPattern cell.
Exceptions
ExceptionCondition
ArgumentNullExceptiondocument is .
ArgumentExceptionsize's Width or Height is zero.
See Also