Skip to content

PLCamera.BslImageStampEnum Class#

Enables image stamping. If enabled, the first pixels of the image will contain metadata (e.g., an image counter) instead of visual information.

Applies to: boost_V_CoaXPress

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslImageStampEnum

Constructors#

 NameDescription
Public methodPLCamera.BslImageStampEnum Initializes a new instance of the PLCamera.BslImageStampEnum class
 

Properties#

 NameDescription
Public propertyName The full name of BslImageStamp (Overrides ParameterListEnum.Name.)
Public propertyOff

Image stamping is disabled.

Applies to: boost_V_CoaXPress

Public propertyOn

Image stamping is enabled.

Applies to: boost_V_CoaXPress

 

Methods#

 NameDescription
Public methodToString The full name of BslImageStamp (Overrides Object.ToString()()()().)
 

PLCamera.BslImageStampEnum.ToString Method#

The full name of BslImageStamp

Return Value#

Type: String
Returns the full name of BslImageStamp

PLCamera.BslImageStampEnum Constructor#

Initializes a new instance of the PLCamera.BslImageStampEnum class

PLCamera.BslImageStampEnum.Name Property#

The full name of BslImageStamp

PLCamera.BslImageStampEnum.Off Property#

Image stamping is disabled.

Applies to: boost_V_CoaXPress

PLCamera.BslImageStampEnum.On Property#

Image stamping is enabled.

Applies to: boost_V_CoaXPress