Interface IPrintDocument
Assembly: Syncfusion.Shared.Wpf.dll
public interface IPrintDocument
Properties
Declaration
Thickness Margin { get; set; }
Property Value
Type |
System.Windows.Thickness |
PageSize
Declaration
Size PageSize { get; set; }
Property Value
PrintablePageSize
Declaration
Size PrintablePageSize { get; set; }
Property Value
TotalPages
Declaration
int TotalPages { get; set; }
Property Value
Methods
GetPage(Int32)
Declaration
FrameworkElement GetPage(int pageNo)
Parameters
Type |
Name |
Description |
System.Int32 |
pageNo |
|
Returns
Type |
System.Windows.FrameworkElement |
OnSetPageSize()
Declaration