DjvuImagePageCount Property |
Gets the page count.
Namespace: Aspose.Imaging.FileFormats.DjvuAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override int PageCount { get; }
Public Overrides ReadOnly Property PageCount As Integer
Get
public:
virtual property int PageCount {
int get () override;
}
abstract PageCount : int with get
override PageCount : int with get
Property Value
Type:
Int32
The page count.
Implements
IMultipageImagePageCount
See Also