Table of Contents

Property Width

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Width

Gets or sets the width of the page, expressed in PDF's default user space units.

public double Width { get; set; }

Property Value

double

The width of the page, expressed in PDF's default user space units.

Remarks

Default value: 595 (the width of the A4 sheet).

NOTE: Changing the value of this property updates value of MediaBox property.