Gets the width of PDF document.

Namespace: Conaito.Flipdoo
Assembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Width { get; internal set; }
Visual Basic
Public Property Width As Integer
	Get
	Friend Set
Visual C++
public:
property int Width {
	int get ();
	internal: void set (int value);
}

Field Value

The width.

See Also