Whether or not this document has data connections.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool HasDataConnections { get; }
Visual Basic
Public ReadOnly Property HasDataConnections As Boolean
	Get

Remarks

Data connections are not supported, so make sure you use documents without data connections.

See Also