Indicates whether a change of DefaultUnit causes automatic change of DefaultUnitOfFrames to the same value. If DefaultUnit is set to non-absolute unit then this property becomes false automatically.

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

Syntax

C#
[DefaultValueAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public bool DefaultUnitOfFramesSynchronized { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property DefaultUnitOfFramesSynchronized As Boolean

See Also