Table of Contents

Interface IPageable

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/Pageable.html

public interface IPageable

Properties

NumberOfPages

int NumberOfPages { get; }

Property Value

int

Methods

GetPageFormat(int)

PageFormat GetPageFormat(int arg0)

Parameters

arg0 int

int

Returns

PageFormat

PageFormat

Exceptions

IndexOutOfBoundsException

GetPrintable(int)

Printable GetPrintable(int arg0)

Parameters

arg0 int

int

Returns

Printable

Printable

Exceptions

IndexOutOfBoundsException