API Reference
Class
Pdf417MacroOptions
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
- Method Pdf417Encoder.EncodeMacro
- Method Pdf417Code.AsciiMacro
- Method Pdf417Code.BmpMacro
- Method Pdf417Code.EncodeMacro
- Method Pdf417Code.EpsMacro
- Method Pdf417Code.HtmlMacro
- Method Pdf417Code.IcoMacro
- Method Pdf417Code.JpegMacro
- Method Pdf417Code.PamMacro
- Method Pdf417Code.PbmMacro
- Method Pdf417Code.PdfMacro
- Method Pdf417Code.PgmMacro
- Method Pdf417Code.PngMacro
- Method Pdf417Code.PpmMacro
- Method Pdf417Code.RenderMacro
- Method Pdf417Code.SaveMacro
- Method Pdf417Code.SvgMacro
- Method Pdf417Code.SvgzMacro
- Method Pdf417Code.TgaMacro
- Method Pdf417Code.XbmMacro
- Method Pdf417Code.XpmMacro
Constructors
public Pdf417MacroOptions() #Inherited Methods
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).