PrintOptions

Renderização e impressão

Descrição

Esta função é usada para construir um valor que pode ser usado como parâmetro Options para a

PrintDocument function.

Sintaxe

Delphi

Function TPDFlib.PrintOptions(PageScaling, AutoRotateCenter: Integer; Const Title: WideString): Integer;

ActiveX

Function PDFlib::PrintOptions(PageScaling As Long, AutoRotateCenter As Long, Title As String) As Long

DLL

int DLPrintOptions(int InstanceID, int PageScaling, int AutoRotateCenter, const wchar_t * Title);

Parâmetros

PageScaling0 = None 1 = Fit to paper 2 = Shrink large pages
AutoRotateCenter0 = Do not rotate pages automatically 1 = Rotate pages to fit on the output medium, and center on the page -1 = Rotate pages to fit on the output medium, and center on the page but rotate anticlockwise instead.
TitleThe title of the document. This title is used by Windows in the Print Manager and for network title pages