VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jbig2 Namespace / Jbig2Page Class
In This Topic
Jbig2Page Class Properties
In This Topic
For a list of all properties of this type, see Jbig2Page.
Public Properties
 NameDescription
Public PropertyGets the number of bits per pixel for image returned by Jbig2Page.GetImage method.
Public PropertyGets a value indicating whether the information about image resolution is stored in a JBIG2 page.
Public PropertyGets the height, in pixels, of this Jbig2 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 this Jbig2 page.
Public PropertyGets or sets the resolution, in pixels per inch, of this Jbig2 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 this Jbig2 page.
Protected Properties
 NameDescription
Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
See Also