Click or drag to resize

PrintNodeIsSkip Method

Determines whether the specified node should be skipped during printing.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool IsSkip(
	PegNode p
)

Parameters

p  PegNode
The node to inspect.

Return Value

Boolean
true if the node should be skipped; otherwise, false.
See Also