Gets a page size of a document.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SizeF Size { get; }
Visual Basic
Public ReadOnly Property Size As SizeF
	Get
Visual C++
public:
property SizeF Size {
	SizeF get ();
}

See Also