Class LayoutMetrics
- Namespace
- NetPdf
- Assembly
- NetPdf.dll
Metrics describing how the document was laid out. Surfaced via LayoutMetrics; useful for diagnostics dashboards and regression detection.
public sealed class LayoutMetrics
- Inheritance
-
LayoutMetrics
- Inherited Members
Properties
BlockCount
public required int BlockCount { get; init; }
Property Value
FontFaceCount
public required int FontFaceCount { get; init; }
Property Value
FontGlyphCount
public required int FontGlyphCount { get; init; }
Property Value
ImageCount
public required int ImageCount { get; init; }
Property Value
InlineCount
public required int InlineCount { get; init; }
Property Value
PageCount
public required int PageCount { get; init; }
Property Value
PaginationOptimizerStateCount
public required int PaginationOptimizerStateCount { get; init; }
Property Value
RasterFallbackCount
public required int RasterFallbackCount { get; init; }
Property Value
TextRunCount
public required int TextRunCount { get; init; }
Property Value
TotalDisplayCommands
public required long TotalDisplayCommands { get; init; }