CodeGlyphX logo
CodeGlyphX

API Reference

Class

Pdf417MacroOptions

Namespace CodeGlyphX.Pdf417
Assembly CodeGlyphX
Modifiers sealed

Options for Macro PDF417 encoding.

Inheritance

  • Object
  • Pdf417MacroOptions

Usage

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

Accepted by parameters

Constructors

Properties

public Int32 SegmentIndex { get; set; } #

Segment index (0..809999).

public String FileId { get; set; } #

File identifier as a numeric string (length must be a multiple of 3).

public Boolean IsLastSegment { get; set; } #

Indicates whether this segment is the last segment.

public Nullable<Int32> SegmentCount { get; set; } #

Optional total segment count (last segment only).

public String FileName { get; set; } #

Optional file name (last segment only).

public Nullable<Int64> Timestamp { get; set; } #

Optional timestamp (last segment only).

public String Sender { get; set; } #

Optional sender (last segment only).

public String Addressee { get; set; } #

Optional addressee (last segment only).

public Nullable<Int64> FileSize { get; set; } #

Optional file size (last segment only).

public Nullable<Int32> Checksum { get; set; } #

Optional checksum (last segment only).