Skip to main content
All docs
V26.1
  • PDF417OptionsBuilder.WithTruncateSymbol(Boolean) Method

    Specifies whether the right-hand side of the code symbol is truncated to create a compact code. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public PDF417OptionsBuilder WithTruncateSymbol(
        bool truncate
    )

    Parameters

    Name Type Description
    truncate Boolean

    true to create a compact barcode; otherwise, false.

    Returns

    Type Description
    PDF417OptionsBuilder

    The current PDF417OptionsBuilder instance for method chaining.

    See Also