Table of Contents

Interface IPrintable

Namespace
Java.Awt.Print
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/awt/print/Printable.html

public interface IPrintable

Methods

Print(Graphics, PageFormat, int)

int Print(Graphics arg0, PageFormat arg1, int arg2)

Parameters

arg0 Graphics

Graphics

arg1 PageFormat

PageFormat

arg2 int

int

Returns

int

int

Exceptions

PrinterException