Class PageDescriptor

All Implemented Interfaces:
Streamable

public class PageDescriptor extends AbstractDescriptor
The Page Descriptor structured field specifies the size and attributes of a page or overlay presentation space.
  • Constructor Details

    • PageDescriptor

      public PageDescriptor(int width, int height, int widthRes, int heightRes)
      Construct a page descriptor for the specified page width and page height.
      Parameters:
      width - The page width.
      height - The page height.
      widthRes - The page width resolution
      heightRes - The page height resolution
  • Method Details