OptionsTrackFrameReflows Property

Whether to track the the number of times a Frame has been requested to reflow.

If set, the count will be availalable via the Frame.ReflowCount.

Setting this property also allows the render to tell the difference betwen Frames which have been reflowed and those that have not.

This means that with this property set it can render partially reflowed pages in a more sensible way.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public static bool TrackFrameReflows { get; set; }

Property Value

Type: Boolean
See Also