Skip to main content
All docs
V26.1
  • PDF417OptionsBuilder.WithRows(Int32) Method

    Specifies number of rows in the symbol’s data region. Returns the builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public PDF417OptionsBuilder WithRows(
        int rows
    )

    Parameters

    Name Type Description
    rows Int32

    The number of rows.

    Returns

    Type Description
    PDF417OptionsBuilder

    The current PDF417OptionsBuilder instance for method chaining.

    See Also