Splits content of object by horizontally, by default this procedure split object as image.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Protected Overridable Sub SplitHorzContent( _
   ByVal  As RenderFragment, _
   ByVal  As SplitParams _
) 
             
        
            
            '使用法
 
Dim instance As RenderFragment
Dim newFragment As RenderFragment
Dim p As SplitParams
 
instance.SplitHorzContent(newFragment, p)
             
        
            
            protected virtual void SplitHorzContent( 
   RenderFragment ,
   SplitParams 
)
             
        
             
        
            パラメータ
- newFragment
 
- The created fragment describing part of object before contentSplitPos.
 - p
 
- SplitParams object defining the paramters of splitting.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照