AutoPaperSize Property (C1PrintOptions)
In This Topic
Gets or sets a value indicating whether the paper size is selected automatically.
The default value is false.
Syntax
'Declaration
Public Property AutoPaperSize As Boolean
public bool AutoPaperSize {get; set;}
See Also