Class PrintPageEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Drawing.Common
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Drawing.Printing.PrintPageEventArgs
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • PrintPageEventArgs

        public PrintPageEventArgs​(java.lang.Object instance)
                           throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • PrintPageEventArgs

        public PrintPageEventArgs()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • PrintPageEventArgs

        public PrintPageEventArgs​(Graphics graphics,
                                  Rectangle marginBounds,
                                  Rectangle pageBounds,
                                  PageSettings pageSettings)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getCancel

        public boolean getCancel()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCancel

        public void setCancel​(boolean Cancel)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHasMorePages

        public boolean getHasMorePages()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHasMorePages

        public void setHasMorePages​(boolean HasMorePages)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGraphics

        public Graphics getGraphics()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPageSettings

        public PageSettings getPageSettings()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMarginBounds

        public Rectangle getMarginBounds()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPageBounds

        public Rectangle getPageBounds()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable