This type is for image fields. An image field can reference to an external file via a path, or to an embedded file via the embedded file name.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IInfigoImageField : IInfigoField, 
	IInfigoPropertyControl
Visual Basic (Declaration)
Public Interface IInfigoImageField _
	Implements IInfigoField, IInfigoPropertyControl
Visual C++
public interface class IInfigoImageField : IInfigoField, 
	IInfigoPropertyControl

See Also