Interface IPageable
.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
Methods
GetPageFormat(int)
PageFormat GetPageFormat(int arg0)
Parameters
Returns
Exceptions
GetPrintable(int)
Printable GetPrintable(int arg0)