API Reference
RenderExtras
Optional render extras for format-specific output.
Inheritance
- Object
- RenderExtras
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method AztecCode.Render
- Method AztecCode.Save
- Method Barcode.Render
- Method Barcode.Render
- Method Barcode.Save
- Method DataMatrixCode.Render
- Method DataMatrixCode.Render
- Method DataMatrixCode.Render
- Method DataMatrixCode.Save
- Method DataMatrixCode.Save
- Method DataMatrixCode.Save
- Method Pdf417Code.Render
- Method Pdf417Code.Render
- Method Pdf417Code.Render
- Method Pdf417Code.RenderMacro
- Method Pdf417Code.Save
- Method Pdf417Code.Save
- Method Pdf417Code.Save
- Method Pdf417Code.SaveMacro
- Method QR.Save
- Method QR.Save
- Method QR.SaveAuto
- Method QrCode.Render
- Method QrCode.Render
- Method QrCode.Render
- Method QrCode.RenderAuto
- Method QrCode.Save
- Method QrCode.Save
- Method QrCode.Save
- Method QrCode.Save
Constructors
public RenderExtras() #Inherited Methods
Properties
public RenderMode VectorMode { get; set; } #Vector or raster output for PDF/EPS.
public String HtmlTitle { get; set; } #Optional HTML title (wraps HTML output).
public MatrixAsciiRenderOptions MatrixAscii { get; set; } #ASCII render options for matrix codes.
public AsciiConsoleOptions AsciiConsole { get; set; } #Console-friendly ASCII options (auto-fit).
public BarcodeAsciiRenderOptions BarcodeAscii { get; set; } #ASCII render options for barcodes.
public BitMatrix[] GifFrames { get; set; } #Optional GIF animation frames for matrix outputs.
public BitMatrix[] WebpFrames { get; set; } #Optional WebP animation frames for matrix outputs.
public Barcode1D[] BarcodeGifFrames { get; set; } #Optional GIF animation frames for barcode outputs.
public Barcode1D[] BarcodeWebpFrames { get; set; } #Optional WebP animation frames for barcode outputs.
public Int32[] AnimationDurationsMs { get; set; } #Optional per-frame durations (ms) for GIF/WebP animations.
public Int32 AnimationDurationMs { get; set; } #Optional constant frame duration (ms) for GIF/WebP animations.
public GifAnimationOptions GifAnimationOptions { get; set; } #Optional GIF animation options.
public WebpAnimationOptions WebpAnimationOptions { get; set; } #Optional WebP animation options.
public TiffCompressionMode TiffCompression { get; set; } #TIFF compression selection for TIFF outputs.