Method ShowIf
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
ShowIf(bool)
Marks the container to show or hide the content depending on a condition.
public LayoutContainer ShowIf(bool condition)
Parameters
condition
boolThe condition.
Returns
- LayoutContainer
The nested container with the applied visibility.
Remarks
Read the ShowIf section of the Size, position, and rendering of containers article for examples of using this method.