Gets or sets the paper kind. Changing of this property may change Width and/or Height.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
public PaperKind PaperKind { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property PaperKind As PaperKind
	Get
	Set

See Also