VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Pbm Namespace / PbmPage Class
In This Topic
PbmPage Class Properties
In This Topic
For a list of all properties of this type, see PbmPage.
Public Properties
 NameDescription
Public PropertyGets the bit depth of PBM page.
Public PropertyGets the color type of PBM page.
Public PropertyGets the pixel component type of PBM page.
Public PropertyGets the encoding of image data pixels of PBM page.
Public PropertyGets a value indicating whether the information about image resolution is stored in a PBM page.
Public PropertyGets the height, in pixels, of PBM 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 the palette of PBM page.
Public PropertyGets the pixel format of PBM page.
Public PropertyGets or sets the resolution, in pixels per inch, of PBM page.
Public PropertyGets the number of bits per pixel of image data of the image page. (Inherited from ImagePage)
Public PropertyGets the width, in pixels, of PBM page.
Protected Properties
 NameDescription
Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
See Also