VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Ico Namespace / IconPage Class
In This Topic
    IconPage Class Properties
    In This Topic
    For a list of all properties of this type, see IconPage.
    Public Properties
     NameDescription
    Public PropertyGets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method.
    Public PropertyGets the compression of this Icon page.
    Public PropertyGets a value indicating whether page contains a mask image.
    Public PropertyGets a value indicating whether the information about image resolution is stored in an Icon page.
    Public PropertyGets the height, in pixels, of this image page.
    Public PropertyGets the X coordinate of hotspot if the icon is a cursor.
    Public PropertyGets the Y coordinate of hotspot if the icon is a cursor.
    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 image 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 Icon 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