public
Description: PHP 5 library for the Vuzit AJAX document viewer web services API
Home | Edit | New

Vuzit_Document

Vuzit_Document class

A document in Vuzit.

Methods

Static and instance object methods.

  • static destroy : Deletes a document the by the ID.
  • static downloadUrl : Returns a URL to the downloadable file.
  • static findById : Loads a document by the ID.
  • static upload : Uploads a document.

Instance Methods

Instance object methods.

  • string getId : ID of the document.
  • string getTitle : Title of the document.
  • string getSubject : Subject of the document.
  • int getFileSize : Size of the document in bytes.
  • int getPageCount : Number of pages of the document.
  • int getPageWidth : Width of the document in points (pps).
  • int getPageHeight : Height of the document in points (pps).
  • int getStatus : Returns the status code of the document.
Last edited by bmatzelle, Fri Oct 23 12:27:56 -0700 2009
Home | Edit | New
Versions: