Skip to main content
All docs
V26.1
  • PDF417Options.CompactionMode Property

    Specifies the compaction mode.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public PDF417CompactionMode CompactionMode { get; set; }

    Property Value

    Type Description
    PDF417CompactionMode

    An enumeration value that indicates the compaction mode.

    Available values:

    Name Description
    Binary

    The byte array is coded into the PDF417 barcode.

    Text

    The text data is coded into the PDF417 barcode.

    See Also