Table of Contents

Class PdfReaderProblemDetails

Namespace
PdfSharp.Pdf.IO
Assembly
PdfSharp.dll
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

string

Description

Gets or sets a human-readable more detailed description for this problem.

public string Description { get; set; }

Property Value

string

Title

Gets or sets a human-readable title for this problem.

public string Title { get; set; }

Property Value

string

Type

public PdfReaderProblemType Type { get; set; }

Property Value

PdfReaderProblemType