DocumentPage.Size Property

Definition

When overridden in a derived class, gets the actual size of a page as it will be following any cropping.

public:
 virtual property System::Windows::Size Size { System::Windows::Size get(); };
public virtual System.Windows.Size Size { get; }
member this.Size : System.Windows.Size
Public Overridable ReadOnly Property Size As Size

Property Value

A Size representing the height and width of the page.

Remarks

This property represents the post-cropping size of the physical page. Hence, it is not necessarily the physical size of the sheets before they are cropped.

Use the protected SetSize method to set this property.

Applies to