Web API Edition | ComponentOne
C1.BarCode Namespace / MicroPDF417Options Class / CompactionMode Property

In This Topic
    CompactionMode Property (MicroPDF417Options)
    In This Topic
    Gets or sets the CompactionMode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <#YUc("Desc_MicroPDF417_CompactionMode", "Gets or sets the CompactionMode.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property CompactionMode As MicroPDF417SymbolCompactionMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [#YUc("Desc_MicroPDF417_CompactionMode", "Gets or sets the CompactionMode.")]
    [NotifyParentProperty(true)]
    public MicroPDF417SymbolCompactionMode CompactionMode {get; set;}
    See Also