Click or drag to resize

DocumentInfoRequestedEventArgsPageCount Property

Number of pages in the document. This will be -1 if the info hasn't been loaded yet. Setting this property will stop the handler from loading all document info from the file.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int PageCount { get; set; }

Property Value

Type: Int32
See Also