SetPattern
IPDFDocument4 :: Patterns

See Also
Collapse All

This method sets the pattern to be used in all future fill operations.

Syntax

HRESULT SetPattern (
LONG paternNumber
)
Parameters
paternNumber
Number of the pattern

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

The patternNumber parameter can be obtained from the AddColoredPattern or AddUnColoredPattern methods. See these methods for examples.

See Also

Reference