Interface IPageable
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/print/Pageable.html
public interface IPageable
Properties
NumberOfPages
int NumberOfPages { get; }
Property Value
Methods
GetPageFormat(int)
PageFormat GetPageFormat(int arg0)
Parameters
Returns
Exceptions
GetPrintable(int)
Printable GetPrintable(int arg0)