C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderEmptyFragment Class / InternalPrepareForReresolving Method

In This Topic
InternalPrepareForReresolving Method (RenderEmptyFragment)
In This Topic
Override this method to perform additional initializations of resolved info of object on reresolving. Some dimensions of object do not change when it splits, so you can use this method to copy some information from old resolved info to new resolved info.
Syntax
'Declaration
 
Protected Overridable Sub InternalPrepareForReresolving( _
   ByVal newResolvedInfo As FragmentResolvedInfo, _
   ByVal oldResolvedInfo As FragmentResolvedInfo, _
   ByVal p As SplitParams, _
   ByRef forceChildrenReresolving As Boolean _
) 
 

Parameters

newResolvedInfo
oldResolvedInfo
p
forceChildrenReresolving
See Also