JAVA Tech nologies Co. Ltd. Marine Radio VERSION 3.0 Manual de usuario Pagina 34

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 88
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 33
34
3434
34
setBackgroundImage(filename, pageNumber)
E.g. ViewONE.setBackgroundImage(“mybackimage.tif“, 1);
This method is used to set the COLD background template for all pages in a document.
The pageNumber paramater is used where the file used for the backround supports
multiple pages, such as TIF and PDF files.
Note: this method must be called before opening a document.
initializeBackgroundImageArray(pages)
setBackgroundImageArrayItem(filename, index)
useBackgroundImageArray(page)
E.g.
ViewONE.initializeBackgroundImageArray(3);
ViewONE.setBackgroundImageArrayItem(“template1.tif”, 0);
ViewONE.setBackgroundImageArrayItem(“template2.tif”, 1);
ViewONE.setBackgroundImageArrayItem(“template3.tif”, 2);
ViewONE.useBackgroundImageArray(1);
This method group is used to specify a different COLD background template file for each
page. If this technique is used then a template must be specified for all pages of your
document.
The first methods specifies the number files (pages) in a list, followed by a series of
methods that specify each template (each one representing a successive page of the
document), the final method informs ViewONE that the templates are defined and ready to
use.
Note: these methods must be called before opening a document.
Method:
(Pro-Only)
Method
Group:
(Pro-Only)
Vista de pagina 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 87 88

Comentarios a estos manuales

Sin comentarios