API Reference
Enum
PdfLayoutDiagnosticKind
Classifies reusable PDF layout and visual fidelity diagnostics.
Inheritance
- Enum
- PdfLayoutDiagnosticKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfFontEmbeddingDiagnostic.LayoutDiagnosticKind
- Property PdfLayoutDiagnostic.Kind
- Field PdfLayoutDiagnosticKind.AdjustedGeometry
- Field PdfLayoutDiagnosticKind.ClippedContent
- Field PdfLayoutDiagnosticKind.Overflow
- Field PdfLayoutDiagnosticKind.SimplifiedContent
- Field PdfLayoutDiagnosticKind.SkippedContent
Accepted by parameters
- Constructor PdfLayoutDiagnostic.PdfLayoutDiagnostic
- Constructor PdfLayoutDiagnostic.PdfLayoutDiagnostic
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfLayoutDiagnosticKind ClippedContent #Content was clipped to fit the available page, frame, or shape bounds.
Value:
0public const PdfLayoutDiagnosticKind Overflow #Content exceeded the available page, frame, or shape bounds.
Value:
1public const PdfLayoutDiagnosticKind AdjustedGeometry #Source geometry had to be adjusted before rendering.
Value:
2public const PdfLayoutDiagnosticKind SkippedContent #Source content was skipped because it could not be mapped safely.
Value:
3public const PdfLayoutDiagnosticKind SimplifiedContent #Source content was rendered using a simplified approximation.
Value:
4