ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MicroPdf417 Class / StructuredAppend Property

In This Topic
    StructuredAppend Property (MicroPdf417)
    In This Topic
    Indicates whether the structure append is enabled.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(False)>
    Public Overridable Property StructuredAppend As Boolean
    [Json(1)]
    [DefaultValue(false)]
    public virtual bool StructuredAppend {get; set;}
    See Also