Gets or sets a value indicating whether the barcode will resize automatically.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public bool AutoSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoSize As Boolean |
true to automatically resize the barcode based on its content; otherwise, false.
See Also