Table of Contents

Class PDF417ResultMetadata

Namespace
ZXing.PDF417
Assembly
zxing.dll

PDF 417 result meta data. Guenther Grau

public sealed class PDF417ResultMetadata
Inheritance
PDF417ResultMetadata
Inherited Members

Constructors

PDF417ResultMetadata()

default constructor

public PDF417ResultMetadata()

Properties

Addressee

address

public string Addressee { get; set; }

Property Value

string

Checksum

16-bit CRC checksum using CCITT-16 returns crc checksum, -1 if not set

public int Checksum { get; set; }

Property Value

int

FileId

Is the same for each related PDF417 symbol

public string FileId { get; set; }

Property Value

string

FileName

Filename of the encoded file

public string FileName { get; set; }

Property Value

string

FileSize

filesize in bytes of the encoded file returns filesize in bytes, -1 if not set

public long FileSize { get; set; }

Property Value

long

IsLastSegment

true if it is the last segment

public bool IsLastSegment { get; set; }

Property Value

bool

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

int

SegmentIndex

The Segment ID represents the segment of the whole file distributed over different symbols.

public int SegmentIndex { get; set; }

Property Value

int

Sender

sender

public string Sender { get; set; }

Property Value

string

Timestamp

unix epock timestamp, elapsed seconds since 1970-01-01 returns elapsed seconds, -1 if not set

public long Timestamp { get; set; }

Property Value

long

Methods

ToString()

string represenation of that instance

public override string ToString()

Returns

string