Table of Contents

Interface IPageable

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

.NET interface for TO BE DEFINED FROM USER

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