Class Page


public class Page extends NativeObject

The page of an image document

  • Method Details

    • getSize

      public Size getSize() throws GenericException

      The size of the page in number of pixels (Getter)

      Throws:
      GenericException - A generic error occurred.
    • getResolution

      public Resolution getResolution() throws GenericException

      The resolution of the page (Getter)

      The resolution can be null if the image does not specify a resolution.
      Throws:
      GenericException - A generic error occurred.