DmtxImageEncoderOptions.Scheme Property
Public Property Scheme() As DmtxScheme
This language is not supported or no code example is available.
public DmtxScheme Scheme {get; set;}
This language is not supported or no code example is available.
public:
property DmtxScheme Scheme {
DmtxScheme get( );
void set(
DmtxScheme value
);
}
This language is not supported or no code example is available.
public function get Scheme() : DmtxScheme;
public function set Scheme(value : DmtxScheme);
This language is not supported or no code example is available.