Skip to main content
A newer version of this page is available.

ISnapFieldOwner.CreateSnBarCode(DocumentPosition) Method

Adds a Bar Code to the specified position in a document.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

SnapBarCode CreateSnBarCode(
    DocumentPosition position
)

Parameters

Name Type Description
position DocumentPosition

A DocumentPosition object.

Returns

Type Description
SnapBarCode

An object implementing the SnapBarCode interface.

See Also