AnnotationDocumentPaginator.PageSize Property

Definition

Gets or sets the suggested width and height of each page.

public:
 virtual property System::Windows::Size PageSize { System::Windows::Size get(); void set(System::Windows::Size value); };
public override System.Windows.Size PageSize { get; set; }
member this.PageSize : System.Windows.Size with get, set
Public Overrides Property PageSize As Size

Property Value

The suggested width and height for formatting pages.

Remarks

PageSize gets or sets the suggested size for formatting pages. Use the Size property to get the actual size of the page (if it is required the actual size may be cropped from the suggested PageSize).

Applies to