SinglePdfDocumentPrintSettingsAllowCustomSize Property Terminal Works - PDF Printing.Net Library
Used only in combination with PageAutoSize = true. If the PDF page size isn't found in the list of available printer paper sizes, it will try to set the custom paper size. Most virtual PDF printers support the custom paper size, and most physical printers don't. The default value is false.

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

public bool AllowCustomSize { get; set; }

Property Value

Type: Boolean
See Also

Reference