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: 11.5.0.5.0.230 (.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