Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapBarCode Methods

    Provides functionality to manipulate bar codes in Snap documents.
    Name Description
    BeginUpdate() Enables runtime customization of a SnapEntity. Inherited from SnapEntity.
    Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
    EndUpdate() Unlocks the SnapEntity after a call to the SnapEntity.BeginUpdate method and causes an immediate visual update of the object. Inherited from SnapEntity.
    GetGenerator() Returns the SnapBarCode‘s generator that specifies the bar code type.
    SetGenerator(BarCodeGeneratorBase) Assigns a generator that specifies the bar code type to the SnapBarCode.
    See Also