TilingPattern Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Object class.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Patterns
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public TilingPattern(
	string resourceID,
	Boundary boundary,
	double xStep,
	double yStep,
	bool isColored = true
)

Parameters

resourceID
Type: SystemString
The id.
boundary
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The boundary.
xStep
Type: SystemDouble
The x step.
yStep
Type: SystemDouble
The y step.
isColored (Optional)
Type: SystemBoolean
if set to true is colored.
See Also

Reference