PaperKind Property (C1PageSettings)
In This Topic
Gets or sets the paper kind. Changing of this property may change
C1PageSettings.Width and/or
C1PageSettings.Height.
Syntax
'Declaration
Public Property PaperKind As PaperKind
public PaperKind PaperKind {get; set;}
See Also