Table of Contents

Class FormsMetaInfoStaticContainer

Namespace
iText.Forms.Fields
Assembly
itext.forms.dll

Class to store meta info that will be used in forms module in static context.

public sealed class FormsMetaInfoStaticContainer
Inheritance
FormsMetaInfoStaticContainer
Inherited Members

Methods

UseMetaInfoDuringTheAction(MetaInfoContainer, Action)

Sets meta info related to forms into static context, executes the action and then cleans meta info.

public static void UseMetaInfoDuringTheAction(MetaInfoContainer metaInfoContainer, Action action)

Parameters

metaInfoContainer MetaInfoContainer

instance to be set.

action Action

action which will be executed while meta info is set to static context.

Remarks

Sets meta info related to forms into static context, executes the action and then cleans meta info.

Keep in mind that this instance will only be accessible from the same thread.