The width of the page in terms of the interactor coordinate system.

Namespace: TallComponents.Interaction.WinForms.Interactors
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public override double Width { get; }
Visual Basic
Public Overrides ReadOnly Property Width As Double
	Get

Remarks

This is the width of the visible part of the page, i.e. it takes into account the mediabox and cropbox.

See Also