Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / CompatibilityOptions Class / StretchBarCodesAsImages Property

In This Topic
    StretchBarCodesAsImages Property (CompatibilityOptions)
    In This Topic
    Gets or sets a value indicating whether to stretch barcodes as images.

    The default value is false, which is compatible with previous versions.

    Syntax
    'Declaration
     
    Public Property StretchBarCodesAsImages As Boolean
    public bool StretchBarCodesAsImages {get; set;}
    See Also