Checks whether this drawel has been fully resolved (i.e. does not need to be printed on subsequent pages).

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

Syntax

C#
public bool IsFullyResolved { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFullyResolved As Boolean

Return Value

True if the drawel has been fully resolved

See Also