This property sets which page of a multi-page image file is loaded. (FPX, GIF, or TIFF file formats only)

[Visual Basic] Public Property LoadPage As Integer
[C#] public int LoadPage {get; set;}

Property Value

The page index of a multi-page image file.

The first page is 0.

Explanation

The LoadPage property sets which page of a multi-page image is loaded. For GIF or TIFF file formats only.

In GIF and TIFF file formats, numerous images can be stored in one multi-page image file.

The LoadPage property is used when loading a particular page from a multi-page image file.

See Also

ImageKit.WPF.Web.ImageKit Memberss | Newtone.ImageKit.WPF.Web.ImageKit

 

The ImageKit WPF is created by Newtone Corporation