Table of Contents

Property PageCount

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

PageCount

Gets the total number of pages in this image. For single-page images or non-multipage formats, this is always 1. For multipage TIFF files, this returns the number of IFD directories.

public int PageCount { get; }

Property Value

int
Share