Error processing SSI file
(Leadtools.Controls)

Show in webframe

PageCount Property




Get the number of pages in Image.
Syntax
public int PageCount {get;}
'Declaration
 
Public ReadOnly Property PageCount As Integer

Property Value

The total number of pages in Image. Will return 0 if Image is null.
Remarks

This value is used since RasterImage supports multi-page images (frames). ImageViewerPagerInteractiveMode uses the value of this property to find the maximum value when cycling through the pages of a multi-page image in an item.

For more information, refer to Image Viewer Items.

Example

For an example, refer to PageNumber.

Requirements

Target Platforms

See Also

Reference

ImageViewerItem Class
ImageViewerItem Members

Error processing SSI file