The DocumentSizeChangedEventArgs class informs about a changed document size. The size of the document changes, if there are more or less pages, or if the size of the pages has been changed.

Syntax

public class DocumentSizeChangedEventArgs: EventArgs
Public Class DocumentSizeChangedEventArgs
  Inherits EventArgs

Introduced: X11.

Properties

Property Description
Height Gets the document's height, in twips.
Width Gets the document's width, in twips.