Click or drag to resize

TiffPageCollectionItem Property

Sets or gets the nth item in this collection.

Namespace:  Atalasoft.Imaging.Codec.Tiff
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TiffPage this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the item to get or set.

Property Value

Type: TiffPage
See Also