Class PdfReaderProblemDetails
public class PdfReaderProblemDetails
- Inheritance
-
PdfReaderProblemDetails
- Inherited Members
Constructors
PdfReaderProblemDetails()
public PdfReaderProblemDetails()
Properties
Behavior
Gets or sets a human-readable description of the action taken by PDFsharp for this problem.
public string Behavior { get; set; }
Property Value
Description
Gets or sets a human-readable more detailed description for this problem.
public string Description { get; set; }
Property Value
Title
Gets or sets a human-readable title for this problem.
public string Title { get; set; }
Property Value
Type
public PdfReaderProblemType Type { get; set; }