ElementReaderPatternBegin Method (Boolean) |
Pattern begin.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void PatternBegin(
bool fill_pattern
)
Public Sub PatternBegin (
fill_pattern As Boolean
)
public:
virtual void PatternBegin(
[InAttribute] bool fill_pattern
) sealed
function PatternBegin(fill_pattern);
Parameters
- fill_pattern
- Type: SystemBoolean
the fill_pattern
See Also