Class QPdfFlags
Represents options for configuring QPdf processing and output behavior.
Inheritance
System.Object
QPdfFlags
Namespace: IronSoftware.Pdfium.QPdf
Assembly: IronPdf.dll
Syntax
public class QPdfFlags : Object
Constructors
QPdfFlags()
Declaration
public QPdfFlags()
Properties
MinimumPdfVersion
Gets or sets the minimum PDF version to use when saving or processing the PDF. Example values: "1.4", "1.7", "2.0".
Declaration
public string MinimumPdfVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NewlineBeforeEndstream
Gets or sets a value indicating whether a newline should be inserted before the 'endstream' keyword in PDF objects. Null means the default behavior.
Declaration
public Nullable<bool> NewlineBeforeEndstream { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |