VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class
In This Topic
TiffPage Class Properties
In This Topic
For a list of all properties of this type, see TiffPage.
Public Properties
 NameDescription
Public PropertyGets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method.
Public PropertyGets the compression algorithm, which is used for compressing this TIFF page image.
Public PropertyGets a value indicating whether the information about image resolution is stored in a TIFF page.
Public PropertyGets the height, in pixels, of this TIFF page.
Public PropertyGets the TIFF Image File Directory associates with this TIFF page.
Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
Public PropertyGets a palette of this TIFF page.
Public PropertyGets or sets the resolution, in pixels per inch, of this TIFF page.
Public PropertyGets the number of bits per pixel for image data stored in TIFF image.
Public PropertyGets the width, in pixels, of this TIFF page.
Protected Properties
 NameDescription
Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
See Also