API Reference
Class
Pdf417MacroMetadata
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
- Property CodeGlyphDecoded.Pdf417Macro
- Property Pdf417Decoded.Macro
Accepted by parameters
- Method Pdf417MacroAssembler.TryAdd
Inherited Methods
Properties
public Int32 SegmentIndex { get; } #Gets the segment index.
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.