Click or drag to resize

StructureRepairOptionsCreateBlankPageIfNoPagesFound Property

Gets or sets a value indicating whether to create blank page if no pages were found in the PDF.

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

Property Value

Type: Boolean
true if DotPdf will create a blank page if no pages found; otherwise, false.
See Also