VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Png Namespace / PngPage Class
In This Topic
    PngPage Class Properties
    In This Topic
    For a list of all properties of this type, see PngPage.
    Public Properties
     NameDescription
    Public PropertyGets or sets the annotations in Vintasoft binary format.
    Public PropertyGets the number of bits per pixel for image of this page.
    Public PropertyGets a value indicating whether the palette has transparent colors.
    Public PropertyGets a value indicating whether the information about image resolution is stored in a PNG page.
    Public PropertyGets the height, in pixels, of this image page.
    Public PropertyGets the PNG interlace method.
    Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
    Public PropertyGets a value indicating whether this page can return scaled image.
    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 image page.
    Public PropertyGets the pixel format of this page.
    Public PropertyGets or sets the resolution, in pixels per inch, of this image page.
    Public PropertyGets the number of bits per pixel for image data stored in PNG image.
    Public PropertyGets the width, in pixels, of this image page.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    See Also