Aspose::TeX::Presentation::Pdf::PdfDevice class

PdfDevice class

Implements the interface for outputting text and graphic content to PDF document.

class PdfDevice : public Aspose::TeX::Presentation::Device,
                  public Aspose::TeX::Presentation::IInteractiveDevice,
                  public Aspose::TeX::Presentation::IFragmentRasterizer

Methods

MethodDescription
AddBookmark(System::String, System::Drawing::PointF) overrideAdds the bookmark identified by the name.
EndFragment() overrideEnds a fragment to rasterize.
get_PageCount() overrideGets the number of pages.
PdfDevice()Creates a new instance. The output file will be written to the output working directory taking the job name as a file name.
PdfDevice(System::SharedPtr<System::IO::Stream>)Creates a new instance. The output file will be written to specified stream.
StartFragment() overrideStarts a fragment to rasterize.

See Also