com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class ImageContent

    • Method Detail

      • getHeight

        public final int getHeight()
        Gets the height of this ImageContent in pixels.

        Returns the height of the active frame for a multiframe image.

        Returns:
        The height of this ImageContent in pixels.
      • getWidth

        public final int getWidth()
        Gets the width of this ImageContent in pixels.

        Returns the width of the active frame for a multiframe image.

        Returns:
        The width of this ImageContent in pixels.
      • dispose

        protected void dispose(boolean disposing)

        Releases all resources used by the ImageContent

        Overrides:
        dispose in class Content
        Parameters:
        disposing - True to release both managed and unmanaged resources; false to release only unmanaged resources.