SwitchToPattern
IPDFDocument4 :: Patterns

See Also
Collapse All

This method switches all output commands to the specified pattern.

Syntax

HRESULT SwitchToPattern (
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 parameter patternNumber can be obtained from the AddColoredPattern or AddUnColoredPattern methods. See these methods for examples.

See Also

Reference