Gets or sets the InputInfoBase object containing input-specific properties of the input render object (including value).

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public InputInfoBase InputInfo { get; set; }
Visual Basic (Declaration)
Public Property InputInfo As InputInfoBase

See Also