This interface must be implemented by any class using (hosting) the InputInfoBase. In the current version of C1Preview this interface is implemented by the DrawelInput and RenderInputBase classes.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public interface IInputInfoOwner
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Interface IInputInfoOwner

See Also