PdfPrintPageAutoSize Property Terminal Works - PDF Printing.Net Library
If set to true, automatically sets printer paper size according to page size of each page in the PDF. Size will be set if printer supports that paper size. If successful, it will override PaperSize property. Default value is false. It doesnt't have effect in PrintWithAdobe.

See also: AllowCustomSize

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public bool PageAutoSize { get; set; }

Property Value

Type: Boolean
See Also

Reference