Class PageDevice

PageDevice class

Abstract class for all devices which is used to process certain page the pdf document.

public abstract class PageDevice : Device

Methods

NameDescription
abstract Process(Page, Stream)Perfoms some operation on the given page, e.g. converts page into graphic image.
Process(Page, string)Perfoms some operation on the given page and saves results into the file.

See Also