GetPageImagesMarkup Method (C1WebReportServiceHelper)
                In This Topic
            
            Gets the document/report page images markup.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function GetPageImagesMarkup( _
   ByVal  As System.String, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal () As System.Integer, _
   ByVal  As System.Boolean _
) As PageImagesMarkup
             
        
            
            public PageImagesMarkup GetPageImagesMarkup( 
   System.string ,
   System.int ,
   System.int ,
   System.int[] ,
   System.bool 
)
             
        
             
        
            Parameters
- documentKey
- Cached document key.
- dpi
- Client screen resolution.
- zoom
- Zoom, in percent (100 is actual size).
- pageIndices
- The page indices that must be loaded.
- getImagesOnly
- If true, this method will generate page images only without information about document text.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also