Table of Contents

Class PDF417MacroMetadata

Namespace
ZXing.PDF417
Assembly
zxing.dll

PDF417 Macro meta data.

public sealed class PDF417MacroMetadata
Inheritance
PDF417MacroMetadata
Inherited Members

Constructors

PDF417MacroMetadata()

public PDF417MacroMetadata()

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

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?