Class PDF417ResultMetadata
PDF 417 result meta data.
public sealed class PDF417ResultMetadata
- Inheritance
-
PDF417ResultMetadata
- Inherited Members
Constructors
PDF417ResultMetadata()
default constructor
public PDF417ResultMetadata()
Properties
Addressee
address
public string Addressee { get; set; }
Property Value
Checksum
16-bit CRC checksum using CCITT-16 returns crc checksum, -1 if not set
public int Checksum { get; set; }
Property Value
FileId
Is the same for each related PDF417 symbol
public string FileId { get; set; }
Property Value
FileName
Filename of the encoded file
public string FileName { get; set; }
Property Value
FileSize
filesize in bytes of the encoded file returns filesize in bytes, -1 if not set
public long FileSize { get; set; }
Property Value
IsLastSegment
true if it is the last segment
public bool IsLastSegment { get; set; }
Property Value
OptionalData
old optional data format as int array, always null
[Obsolete("use dedicated already parsed fields")]
public int[] OptionalData { get; set; }
Property Value
- int[]
SegmentCount
count of segments, -1 if not set
public int SegmentCount { get; set; }
Property Value
SegmentIndex
The Segment ID represents the segment of the whole file distributed over different symbols.
public int SegmentIndex { get; set; }
Property Value
Sender
sender
public string Sender { get; set; }
Property Value
Timestamp
unix epock timestamp, elapsed seconds since 1970-01-01 returns elapsed seconds, -1 if not set
public long Timestamp { get; set; }
Property Value
Methods
ToString()
string represenation of that instance
public override string ToString()