Property Width
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Width
Gets the width of the page area to fit into window width.
public double Width { get; }
Property Value
- double
The width of the page area to fit into window width.
Remarks
The width equal to 0 means that an application displaying the document should not try to change the size of the page in the view using rectangle properties. An application should use Left, Top coordinates, zoom type (Zoom) and magnification level (ZoomPercent) instead.