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: 11.4.0.9.0.377 (.NET 4.5.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