SegmentIndex Property (MicroPdf417)
In This Topic
Gets or sets the structure append index.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(0)>
Public Overridable Property SegmentIndex As System.Integer
'Usage
Dim instance As MicroPdf417
Dim value As System.Integer
instance.SegmentIndex = value
value = instance.SegmentIndex
[Json(1)]
[System.ComponentModel.DefaultValue(0)]
public virtual System.int SegmentIndex {get; set;}
public read-write property SegmentIndex: System.Integer; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute(0)
public function get,set SegmentIndex : System.int
[Json(1)]
[System.ComponentModel.DefaultValue(0)]
public: __property virtual System.int get_SegmentIndex();
public: __property virtual void set_SegmentIndex(
System.int value
);
[Json(1)]
[System.ComponentModel.DefaultValue(0)]
public:
virtual property System.int SegmentIndex {
System.int get();
void set ( System.int value);
}
See Also