API Reference
BarcodePngRenderOptions
Options for BarcodePngRenderer.
Inheritance
- Object
- BarcodePngRenderOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method BarcodePngRenderOptions.WithBackground
- Method BarcodePngRenderOptions.WithForeground
- Method BarcodePngRenderOptions.WithHeightModules
- Method BarcodePngRenderOptions.WithLabelColor
- Method BarcodePngRenderOptions.WithLabelFontSize
- Method BarcodePngRenderOptions.WithLabelMargin
- Method BarcodePngRenderOptions.WithLabelText
- Method BarcodePngRenderOptions.WithModuleSize
- Method BarcodePngRenderOptions.WithPngCompressionLevel
- Method BarcodePngRenderOptions.WithQuietZone
Accepted by parameters
- Method BarcodeBmpRenderer.Render
- Method BarcodeBmpRenderer.RenderToFile
- Method BarcodeBmpRenderer.RenderToFile
- Method BarcodeBmpRenderer.RenderToStream
- Method BarcodeEpsRenderer.Render
- Method BarcodeEpsRenderer.RenderToFile
- Method BarcodeEpsRenderer.RenderToFile
- Method BarcodeEpsRenderer.RenderToStream
- Method BarcodeIcoRenderer.Render
- Method BarcodeIcoRenderer.Render
- Method BarcodeIcoRenderer.RenderToFile
- Method BarcodeIcoRenderer.RenderToFile
- Method BarcodeIcoRenderer.RenderToStream
- Method BarcodeIcoRenderer.RenderToStream
- Method BarcodeJpegRenderer.Render
- Method BarcodeJpegRenderer.Render
- Method BarcodeJpegRenderer.RenderToFile
- Method BarcodeJpegRenderer.RenderToFile
- Method BarcodeJpegRenderer.RenderToFile
- Method BarcodeJpegRenderer.RenderToFile
- Method BarcodeJpegRenderer.RenderToStream
- Method BarcodeJpegRenderer.RenderToStream
- Method BarcodePamRenderer.Render
- Method BarcodePamRenderer.RenderToFile
- Method BarcodePamRenderer.RenderToFile
- Method BarcodePamRenderer.RenderToStream
- Method BarcodePbmRenderer.Render
- Method BarcodePbmRenderer.RenderToFile
- Method BarcodePbmRenderer.RenderToFile
- Method BarcodePbmRenderer.RenderToStream
- Method BarcodePdfRenderer.Render
- Method BarcodePdfRenderer.RenderToFile
- Method BarcodePdfRenderer.RenderToFile
- Method BarcodePdfRenderer.RenderToStream
- Method BarcodePgmRenderer.Render
- Method BarcodePgmRenderer.RenderToFile
- Method BarcodePgmRenderer.RenderToFile
- Method BarcodePgmRenderer.RenderToStream
- Method BarcodePngRenderer.Render
- Method BarcodePngRenderer.RenderPixels
- Method BarcodePngRenderer.RenderToFile
- Method BarcodePngRenderer.RenderToFile
- Method BarcodePngRenderer.RenderToStream
- Method BarcodePpmRenderer.Render
- Method BarcodePpmRenderer.RenderToFile
- Method BarcodePpmRenderer.RenderToFile
- Method BarcodePpmRenderer.RenderToStream
- Method BarcodeTgaRenderer.Render
- Method BarcodeTgaRenderer.RenderToFile
- Method BarcodeTgaRenderer.RenderToFile
- Method BarcodeTgaRenderer.RenderToStream
- Method BarcodeWebpRenderer.Render
- Method BarcodeWebpRenderer.Render
- Method BarcodeWebpRenderer.RenderAnimation
- Method BarcodeWebpRenderer.RenderAnimation
- Method BarcodeWebpRenderer.RenderAnimationToFile
- Method BarcodeWebpRenderer.RenderAnimationToFile
- Method BarcodeWebpRenderer.RenderAnimationToFile
- Method BarcodeWebpRenderer.RenderAnimationToFile
- Method BarcodeWebpRenderer.RenderAnimationToStream
- Method BarcodeWebpRenderer.RenderAnimationToStream
- Method BarcodeWebpRenderer.RenderToFile
- Method BarcodeWebpRenderer.RenderToFile
- Method BarcodeWebpRenderer.RenderToFile
- Method BarcodeWebpRenderer.RenderToFile
- Method BarcodeWebpRenderer.RenderToStream
- Method BarcodeWebpRenderer.RenderToStream
- Method BarcodeXbmRenderer.Render
- Method BarcodeXbmRenderer.RenderToFile
- Method BarcodeXbmRenderer.RenderToFile
- Method BarcodeXbmRenderer.RenderToStream
- Method BarcodeXpmRenderer.Render
- Method BarcodeXpmRenderer.RenderToFile
- Method BarcodeXpmRenderer.RenderToFile
- Method BarcodeXpmRenderer.RenderToStream
Constructors
public BarcodePngRenderOptions() #Methods
public BarcodePngRenderOptions WithBackground(Rgba32 color) #BarcodePngRenderOptionsSets the background color.
Parameters
- color CodeGlyphX.Rendering.Png.Rgba32
public BarcodePngRenderOptions WithForeground(Rgba32 color) #BarcodePngRenderOptionsSets the bar (foreground) color.
Parameters
- color CodeGlyphX.Rendering.Png.Rgba32
public BarcodePngRenderOptions WithHeightModules(Int32 heightModules) #BarcodePngRenderOptionsSets the barcode height in modules.
Parameters
- heightModules System.Int32
public BarcodePngRenderOptions WithLabelColor(Rgba32 color) #BarcodePngRenderOptionsSets the label color.
Parameters
- color CodeGlyphX.Rendering.Png.Rgba32
public BarcodePngRenderOptions WithLabelFontSize(Int32 size) #BarcodePngRenderOptionsSets the label font size in pixels.
Parameters
- size System.Int32
public BarcodePngRenderOptions WithLabelMargin(Int32 margin) #BarcodePngRenderOptionsSets the label margin in pixels.
Parameters
- margin System.Int32
public BarcodePngRenderOptions WithLabelText(String text) #BarcodePngRenderOptionsSets the label text.
Parameters
- text System.String
public BarcodePngRenderOptions WithModuleSize(Int32 size) #BarcodePngRenderOptionsSets the module size in pixels.
Parameters
- size System.Int32
public BarcodePngRenderOptions WithPngCompressionLevel(Int32 level) #BarcodePngRenderOptionsSets the PNG compression level (0 = stored/uncompressed, 1-9 = compressed).
Parameters
- level System.Int32
public BarcodePngRenderOptions WithQuietZone(Int32 quietZone) #BarcodePngRenderOptionsSets the quiet zone size in modules.
Parameters
- quietZone System.Int32
Inherited Methods
Properties
public Int32 ModuleSize { get; set; } #Gets or sets the size of a single module in pixels.
public Int32 QuietZone { get; set; } #Gets or sets the quiet zone size in modules.
public Int32 HeightModules { get; set; } #Gets or sets the barcode height in modules.
public Rgba32 Foreground { get; set; } #Gets or sets the foreground (bar) color.
public Rgba32 Background { get; set; } #Gets or sets the background (space) color.
public String LabelText { get; set; } #Optional label text rendered under the bars.
public Int32 LabelFontSize { get; set; } #Label font size in pixels.
public Int32 LabelMargin { get; set; } #Vertical margin between bars and label in pixels.
public Rgba32 LabelColor { get; set; } #Label color.
public Int32 PngCompressionLevel { get; set; } #PNG compression level (0 = stored/uncompressed, 1-9 = compressed).