KaxBarcodeOutputType Property |
Change the output type of KaxBacrode.
Use SVG_VML to render SVG (or VML for older browsers) element inside the HTML.
Use EmbeddedPNG to render img tag with Data URI for src.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual BarcodeOutputType OutputType { get; set; }
Public Overridable Property OutputType As BarcodeOutputType
Get
Set
public:
virtual property BarcodeOutputType OutputType {
BarcodeOutputType get ();
void set (BarcodeOutputType value);
}
abstract OutputType : BarcodeOutputType with get, set
override OutputType : BarcodeOutputType with get, set
Property Value
Type:
BarcodeOutputType
See Also