Aspose::Pdf::Devices::PageDevice class

PageDevice class

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

class PageDevice : public Aspose::Pdf::Devices::Device

Methods

MethodDescription
virtual Process(System::SharedPtr<Page>, System::SharedPtr<System::IO::Stream>)Perfoms some operation on the given page, e.g. converts page into graphic image.
Process(System::SharedPtr<Page>, System::String)Perfoms some operation on the given page and saves results into the file.

See Also