4D View v16

PV Propriedades impressão

Página Inicial

 
4D View v16
PV Propriedades impressão

PV Propriedades impressão 

 

Constante  Tipo Valor Comentário
pv print adjust area  Inteiro longo 10 Allows adjusting (or not) of the printable area. Associated values:
  • pv value on: the printable area is adjusted.
  • pv value off: the printable area is not adjusted.
pv print binding  Inteiro longo 26 Used to set or get the location of the binding when printing is carried out in double-sided mode (see above). Associated values: the following constants of the “PV Print values” theme:
  • pv left binding: left binding (default value).
  • pv top binding: top binding.

Note: This property can only be used under Windows.

pv print bottom margin  Inteiro longo 3 The bottom margin is the area between the bottom side of the paper (including the bottom dead margin) and the footer. Associated values: margin in pixels.
pv print centered  Inteiro longo 9 Allows centering (or not) of the printing on the page. Associated values:
  • pv value on: the printing is centered on the page.
  • pv value off: the printing is not centered on the page.
pv print color  Inteiro longo 23 Used to set or get the mode for handling color. This property is only useful with color printers. Associated values: constants of the “PV Print values” theme:
  • pv black and white: printing in black and white (monochrome).
  • pv color: printing in color.

Note: This property can only be used under Windows.

pv print dead bottom margin  Inteiro longo 18 This constant is read-only (PV Get print property command) and returns the size, in pixels, of the bottom dead margin.
Note: The dead margin is the non-printable area located at the edges of the paper. This area is set by the print drive.
pv print dead left margin  Inteiro longo 15 This constant is read-only (PV Get print property command) and returns the size, in pixels, of the left dead margin.
Note: The dead margin is the non-printable area located at the edges of the paper. This area is set by the print drive.
pv print dead right margin  Inteiro longo 17 This constant is read-only (PV Get print property command) and returns the size, in pixels, of the right dead margin.
Note: The dead margin is the non-printable area located at the edges of the paper. This area is set by the print drive.
pv print dead top margin  Inteiro longo 16 This constant is read-only (PV Get print property command) and returns the size, in pixels, of the top dead margin.
Note: The dead margin is the non-printable area located at the edges of the paper. This area is set by the print drive.
pv print destination  Inteiro longo 24 Used to set or get the print destination. Associated values: the following constants of the PV Print values theme:
  • pv destination printer: the print job is sent to the printer.
  • pv destination file (Windows only): the print job is sent to a file. When this constant is used, value2 contains the pathname for the resulting document. If you pass an empty string in value2 or omit this parameter, a save file dialog box will appear at the time of printing.
  • pv destination PDF file (Mac OS only): the print job is sent to a PDF file. When this constant is used, value2 contains the pathname for the resulting PDF document. If you pass an empty string in value2 or omit this parameter, a save file dialog box will appear at the time of printing.
  • pv destination EPS file (Mac OS only): the print job is sent to an EPS file. When this constant is used, value2 contains the pathname for the resulting EPS document. If you pass an empty string in value2 or omit this parameter, a save file dialog box will appear at the time of printing.
pv print document name  Inteiro longo 27 Used to set or get the name of the print document that must appear in the list of spooler documents. When this constant is used, value2 contains the name of the print document. Pass 0 in value.
To use or restore standard operation (use of the name “4D View”), pass an empty string in value2.
pv print double sided  Inteiro longo 25 Used to print as single- or double-sided. Associated values:
  • pv value on: double-sided printing.
  • pv value off: single-sided printing (default value).

Note: This property can only be used under Windows.

pv print frame each page  Inteiro longo 11 Allows printing of a frame (or not) around each printed page. Associated values:
  • pv value on: a frame is printed on each page.
  • pv value off: no frame is printed.
pv print grid  Inteiro longo 12 Allows printing (or not) of a grid on the area. Associated values:
  • pv value on: the grid is printed.
  • pv value off: the grid is not printed.
pv print headers  Inteiro longo 8 Allows printing (or not) of the row and column headers. Associated values:
  • pv value on: row and column headers are printed.
  • pv value off: row and column headers are not printed.
pv print left margin  Inteiro longo 0 The left margin is the area between the left side of the paper (including the left dead margin) and the print area. Associated values: margin in pixels.
pv print number copies  Inteiro longo 21 Used to set or get the number of copies to be printed. Associated values: number of copies (1 by default).
pv print orientation  Inteiro longo 19 Allows setting or reading paper orientation at the time of printing. Associated values: PV Print values theme constants.
  • pv portrait orientation: the paper is oriented in portrait mode.
  • pv landscape orientation: the paper is oriented in landscape mode.
pv print pages from  Inteiro longo 28 Used to set or get the number of the page where you want printing to start.
Associated values: page number.
pv print pages to  Inteiro longo 29 Used to set or get the number of the last page that you want to be printed.
Associated values: page number.
pv print paper height  Inteiro longo 14 Returns the paper height. Associated values: height in pixels.
pv print paper source  Inteiro longo 22 Used to set or get the paper tray to be used. Associated values: value of the info1Array element that corresponds to the element of the namesArray returned by the 4D PRINT OPTION VALUES command. This array contains the name of the paper tray to be used. Note: This property can only be used under Windows.
pv print paper width  Inteiro longo 13 Returns the paper width. Associated values: width in pixels.
pv print repeat first column  Inteiro longo 4 Indicates the number of the first column of the range to be printed on each page. This constant must be used in combination with the pv print repeat last column constant. Associated values: column number.
pv print repeat first row  Inteiro longo 6 Indicates the number of the first row of the range to be printed on each page. This constant must be used in combination with the pv print repeat last row constant. Associated values: row number.
pv print repeat last column  Inteiro longo 5 Indicates the number of the last column of the range to be printed on each page. This constant must be used in combination with the pv print repeat first column constant. Associated values: column number.
pv print repeat last row  Inteiro longo 7 Indicates the number of the last row of the range to be printed on each page. This constant must be used in combination with the pv print repeat first row constant. Associated values: row number.
pv print right margin  Inteiro longo 2 The right margin is the area between the right side of the paper (including the right dead margin) and the print area. Associated values: margin in pixels.
pv print scale  Inteiro longo 20 Used to set or get the current print scale. Keep in mind, however, that some printers do not allow you to modify the scale. If you pass an invalid value, the property is reset to 100% at the time of printing. Associated values: print scale.
pv print top margin  Inteiro longo 1 The top margin is the area between the top side of the paper (including the top dead margin) and the print area. Associated values: margin in pixels.


Ver também 

PV Get print property
PV SET PRINT PROPERTY

 
PROPRIEDADES 

Produto: 4D View
Tema: Lista de temas de constantes

 
HISTÓRIA 

 
ARTICLE USAGE

4D View Linguagem ( 4D View v16)