Back to Website
Show / Hide Table of Contents

Interface IVdpRenderer

Namespace: Aurigma.DesignAtoms.VDP
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IVdpRenderer

Methods

RenderHiRes(Product, DataSet, RenderingConfig)

Declaration
Task<IList<string>> RenderHiRes(Product product, DataSet data, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
Product product
DataSet data
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IList<System.String>>

RenderHiRes(Product, DataSet, VdpOptions, RenderingConfig)

Declaration
Task<IList<string>> RenderHiRes(Product product, DataSet data, VdpOptions options, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
Product product
DataSet data
VdpOptions options
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IList<System.String>>

RenderHiRes(Product, SurfaceData, RenderingConfig)

Declaration
Task<IList<string>> RenderHiRes(Product product, SurfaceData data, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
Product product
SurfaceData data
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IList<System.String>>

RenderHiRes(Product, SurfaceData, VdpOptions, RenderingConfig)

Declaration
Task<IList<string>> RenderHiRes(Product product, SurfaceData data, VdpOptions options, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
Product product
SurfaceData data
VdpOptions options
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IList<System.String>>

RenderHiRes(Stream, Product, DataSet, RenderingConfig)

Declaration
Task RenderHiRes(Stream stream, Product product, DataSet data, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
System.IO.Stream stream
Product product
DataSet data
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task

RenderHiRes(Stream, Product, DataSet, VdpOptions, RenderingConfig)

Declaration
Task RenderHiRes(Stream stream, Product product, DataSet data, VdpOptions options, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
System.IO.Stream stream
Product product
DataSet data
VdpOptions options
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task

RenderHiRes(Stream, Product, SurfaceData, RenderingConfig)

Declaration
Task RenderHiRes(Stream stream, Product product, SurfaceData data, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
System.IO.Stream stream
Product product
SurfaceData data
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task

RenderHiRes(Stream, Product, SurfaceData, VdpOptions, RenderingConfig)

Declaration
Task RenderHiRes(Stream stream, Product product, SurfaceData data, VdpOptions options, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
System.IO.Stream stream
Product product
SurfaceData data
VdpOptions options
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task

RenderHiResAsync(Func<HiResRenderingContext, Stream>, State, SplitOptions, RenderingConfig)

Declaration
Task RenderHiResAsync(Func<HiResRenderingContext, Stream> getOutputStreamCallback, State state, SplitOptions splitOptions, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
System.Func<HiResRenderingContext, System.IO.Stream> getOutputStreamCallback
State state
SplitOptions splitOptions
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task

RenderHiResAsync(Stream, State, RenderingConfig)

Declaration
Task RenderHiResAsync(Stream stream, State state, RenderingConfig renderingConfig = null)
Parameters
Type Name Description
System.IO.Stream stream
State state
RenderingConfig renderingConfig
Returns
Type Description
System.Threading.Tasks.Task

RenderProof(Surface, SurfaceData, RenderingConfig, Nullable<Size>, Nullable<ResizeMode>)

Declaration
Task<IList<string>> RenderProof(Surface surface, SurfaceData data, RenderingConfig renderingConfig, Size? maxSize = null, ResizeMode? resizeMode = null)
Parameters
Type Name Description
Surface surface
SurfaceData data
RenderingConfig renderingConfig
System.Nullable<System.Drawing.Size> maxSize
System.Nullable<Aurigma.GraphicsMill.Transforms.ResizeMode> resizeMode
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IList<System.String>>

RenderProof(Surface, SurfaceData, VdpOptions, RenderingConfig, Nullable<Size>, Nullable<ResizeMode>)

Declaration
Task<IList<string>> RenderProof(Surface surface, SurfaceData data, VdpOptions options, RenderingConfig renderingConfig, Size? maxSize = null, ResizeMode? resizeMode = null)
Parameters
Type Name Description
Surface surface
SurfaceData data
VdpOptions options
RenderingConfig renderingConfig
System.Nullable<System.Drawing.Size> maxSize
System.Nullable<Aurigma.GraphicsMill.Transforms.ResizeMode> resizeMode
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IList<System.String>>

RenderProof(Func<ProofRenderingContext, Stream>, Surface, SurfaceData, RenderingConfig, Nullable<Size>, Nullable<ResizeMode>)

Declaration
Task RenderProof(Func<ProofRenderingContext, Stream> getOutputStreamCallback, Surface surface, SurfaceData data, RenderingConfig renderingConfig, Size? maxSize = null, ResizeMode? resizeMode = null)
Parameters
Type Name Description
System.Func<ProofRenderingContext, System.IO.Stream> getOutputStreamCallback
Surface surface
SurfaceData data
RenderingConfig renderingConfig
System.Nullable<System.Drawing.Size> maxSize
System.Nullable<Aurigma.GraphicsMill.Transforms.ResizeMode> resizeMode
Returns
Type Description
System.Threading.Tasks.Task

RenderProof(Func<ProofRenderingContext, Stream>, Surface, SurfaceData, VdpOptions, RenderingConfig, Nullable<Size>, Nullable<ResizeMode>)

Declaration
Task RenderProof(Func<ProofRenderingContext, Stream> getOutputStreamCallback, Surface surface, SurfaceData data, VdpOptions options, RenderingConfig renderingConfig, Size? maxSize = null, ResizeMode? resizeMode = null)
Parameters
Type Name Description
System.Func<ProofRenderingContext, System.IO.Stream> getOutputStreamCallback
Surface surface
SurfaceData data
VdpOptions options
RenderingConfig renderingConfig
System.Nullable<System.Drawing.Size> maxSize
System.Nullable<Aurigma.GraphicsMill.Transforms.ResizeMode> resizeMode
Returns
Type Description
System.Threading.Tasks.Task
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback