Skip to content

PLCamera.ImageFileModeEnum Class#

Enables loading files from disk for image acquisition.

Applies to: CamEmu

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ImageFileModeEnum

Constructors#

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

Properties#

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

Sets the mode to off.

Applies to: CamEmu

Public propertyOn

Sets the mode to on.

Applies to: CamEmu

 

Methods#

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

PLCamera.ImageFileModeEnum.ToString Method#

The full name of ImageFileMode

Return Value#

Type: String
Returns the full name of ImageFileMode

PLCamera.ImageFileModeEnum Constructor#

Initializes a new instance of the PLCamera.ImageFileModeEnum class

PLCamera.ImageFileModeEnum.Name Property#

The full name of ImageFileMode

PLCamera.ImageFileModeEnum.Off Property#

Sets the mode to off.

Applies to: CamEmu

PLCamera.ImageFileModeEnum.On Property#

Sets the mode to on.

Applies to: CamEmu