AwPrintPreview.PaperSize Property

Gets or sets the paper size.

[Visual Basic]
Public Property PaperSize As AwPaperSizeF
[C#]
public AwPaperSizeF PaperSize {get; set;}

Property Value

AwPaperSizeF value. The unit to be used is millimeter.

Remarks

The value set here is valid only if setting of PaperKind is Custom.

Example

How to set the width as 100mm and the height as 150mm.

printPreview.PaperSize = New AwPaperSizeF(100F, 150F)
printPreview.PaperSize = new AwPaperSizeF(100.0F, 150.0F);

See Also

AwPrintPreview Class | Asterworld.PrintPreview Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.