PageCount Property (C1MultiDocumentItem)
 
            
                In This Topic
            
            Gets the total number of pages in the document associated with the current item.
The value is -1 if the associated document has not been generated.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property PageCount As Integer
             
        
            
            public int PageCount {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also