Table of Contents

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 bool

The condition.

Returns

LayoutContainer

The nested container with the applied visibility.