Captures derived page layout information computed during pagination so platform adapters can size their native drawing surfaces without duplicating measurement logic.
public sealed class PrintPageMetrics
kind:method, kind:property, kind:ctor. Press Esc to clear.ContentOffsetGets the offset, in device-independent units, applied to the visual content before rendering (used for overflow pagination).ContentPixelRectGets the pixel-space rectangle that represents the printable content area.ContentRectGets the rectangle available for content after margins are applied (device-independent units).ContentScaleGets the scale factor that should be applied to the visual when rendering.DpiGets the logical DPI the paginator used when computing pixel sizes.MarginsGets the margins applied to the page in device-independent units.PagePixelSizeGets the total page size expressed in device pixels.PageSizeGets the target page size in device-independent units (1/96th inch).VisualBoundsGets the bounds reported by the visual when the metrics were created.Create(Visual, PrintPageSettings, Nullable<Vector>)Creates metrics from the supplied visual and page settings.