CodeGlyphX logo
CodeGlyphX

API Reference

Class

Pdf417MacroMetadata

Namespace CodeGlyphX.Pdf417
Assembly CodeGlyphX
Modifiers sealed

Macro PDF417 metadata payload.

Inheritance

  • Object
  • Pdf417MacroMetadata

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Properties

public Int32 SegmentIndex { get; } #

Gets the segment index.

public String FileId { get; } #

Gets the file identifier.

public Boolean IsLastSegment { get; } #

Gets whether this segment is marked as the last segment.

public Nullable<Int32> SegmentCount { get; } #

Gets the total number of segments, if present.

public String FileName { get; } #

Gets the file name, if present.

public Nullable<Int64> Timestamp { get; } #

Gets the timestamp, if present.

public String Sender { get; } #

Gets the sender, if present.

public String Addressee { get; } #

Gets the addressee, if present.

public Nullable<Int64> FileSize { get; } #

Gets the file size, if present.

public Nullable<Int32> Checksum { get; } #

Gets the checksum, if present.