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

In This Topic
    FileID Property (MicroPDF417Options)
    In This Topic
    Gets or sets the file id of structured append symbol.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <#YUc("Desc_MicroPDF417_FileID", "Gets or sets the file id of structured append symbol.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property FileID As Integer
    [DefaultValue(0)]
    [#YUc("Desc_MicroPDF417_FileID", "Gets or sets the file id of structured append symbol.")]
    [NotifyParentProperty(true)]
    public int FileID {get; set;}
    Remarks
    Valid value is from 0 to 899.
    See Also