ClipParent Property (RenderEmptyFragment)
 
            
                In This Topic
            
            Gets the value indicating whether the parent object is clipped. (Returns the value of 
C1PrintDocument.ClipPage for top-level fragments, 
Clip of the parent fragment's render object for nested ones.)
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property ClipParent As Boolean
             
        
            
            public bool ClipParent {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also