Click or drag to resize

PdfDocumentSelfPrintingPdf Property

Gets or sets a value indicating whether the document generated will automatically print upon opening.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public bool SelfPrintingPdf { get; set; }

Property Value

Type: Boolean
true if [self printing PDF]; otherwise, false.
Remarks
PDF/A standard does not support JavaScript actions. Therefore, self-printing PDF/A document cannot be created.
See Also