Packages

 

com.aspose.imaging.fileformats.dicom

Class DicomPage

    • Constructor Detail

      • DicomPage

        public DicomPage(DicomImage image,
                         int index)

        Initializes a new instance of the DicomPage class.

        Parameters:
        image - The image.
        index - The index.
      • DicomPage

        public DicomPage(DicomImage image,
                         int index,
                         LoadOptions loadOptions)

        Initializes a new instance of the DicomPage class.

        Parameters:
        image - The image.
        index - The index.
        loadOptions - The load options.
    • Method Detail

      • getIndex

        public int getIndex()

        Gets the index of the current page.

        Value: The index.
      • getWidth

        public int getWidth()

        Gets the image width.

        Value: The image width.
        Specified by:
        getWidth in interface IObjectWithBounds
        Specified by:
        getWidth in class Image
        Returns:
        The image width.
      • getHeight

        public int getHeight()

        Gets the image height.

        Value: The image height.
        Specified by:
        getHeight in interface IObjectWithBounds
        Specified by:
        getHeight in class Image
        Returns:
        The image height.
      • getBitsPerPixel

        public int getBitsPerPixel()

        Gets the image bits per pixel count.

        Value: The image bits per pixel count.
        Specified by:
        getBitsPerPixel in class Image
        Returns:
        The image bits per pixel count.
      • getFileFormat

        public long getFileFormat()

        Gets a value of file format

        Overrides:
        getFileFormat in class Image