Table of Contents

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

int

FontFaceCount

public required int FontFaceCount { get; init; }

Property Value

int

FontGlyphCount

public required int FontGlyphCount { get; init; }

Property Value

int

ImageCount

public required int ImageCount { get; init; }

Property Value

int

InlineCount

public required int InlineCount { get; init; }

Property Value

int

PageCount

public required int PageCount { get; init; }

Property Value

int

PaginationOptimizerStateCount

public required int PaginationOptimizerStateCount { get; init; }

Property Value

int

RasterFallbackCount

public required int RasterFallbackCount { get; init; }

Property Value

int

TextRunCount

public required int TextRunCount { get; init; }

Property Value

int

TotalDisplayCommands

public required long TotalDisplayCommands { get; init; }

Property Value

long