Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfBitmapCoreHeader

  • All Implemented Interfaces:
    Cloneable


    public class WmfBitmapCoreHeader
    extends WmfBitmapBaseHeader

    The BitmapCoreHeader Object contains information about the dimensions and color format of a device-independent bitmap(DIB).

    • Constructor Detail

      • WmfBitmapCoreHeader

        public WmfBitmapCoreHeader()
    • Method Detail

      • getWidth

        public short getWidth()

        Gets or sets a 16-bit unsigned integer that defines the width of the DIB, in pixels

      • setWidth

        public void setWidth(short value)

        Gets or sets a 16-bit unsigned integer that defines the width of the DIB, in pixels

      • getHeight

        public short getHeight()

        Gets or sets a 16-bit unsigned integer that defines the height of the DIB, in pixels

      • setHeight

        public void setHeight(short value)

        Gets or sets a 16-bit unsigned integer that defines the height of the DIB, in pixels