Class PdfAssemblyOptions
Settings for a PDF page assembly: what it may consume, where it reports, and whether a loss is an error.
public sealed class PdfAssemblyOptions
- Inheritance
-
PdfAssemblyOptions
- Inherited Members
Remarks
Separate from PdfReadOptions because the two describe different halves of the operation. A password belongs to one source; a resource budget, a diagnostic sink and strictness belong to the assembly as a whole, and an assembly of five documents has one of each rather than five.
Constructors
Properties
- Diagnostics
Gets or sets the sink for diagnostics, or null to discard them.
- EnforcePermissions
Gets or sets whether an encrypted source's permission flags are honoured.
- Limits
Gets or sets the resource budget the assembly runs inside, or null for the defaults.
- StrictMode
Gets or sets whether anything the assembly could not carry is an error rather than a diagnostic.