VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingTask Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ImageRenderingTask Class Members
    In This Topic
    The following tables list the members exposed by ImageRenderingTask.
    Protected Constructors
     NameDescription
    Protected ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the DestImage is converted to pixel format of source image using the palette, if exists, of source image.
    Public PropertyGets or sets the count of steps for decoding of image.
    Public PropertyGets the destination (rendered) image.
    Public PropertyGets or sets the pixel format of DestImage.
    Public PropertyGets the size of destination image.
    Public PropertyGets or sets the interval, in milliseconds, when intermediate image is created.
    Public PropertyGets or sets a value indicating whether IntermediateImageReady event must be invoked in a thread which started the rendering task.
    Public PropertyGets a value indicating whether the image rendering task is canceled.
    Public PropertyGets a value indicating whether the image rendering task is finished.
    Public PropertyGets or sets a value indicating whether the progressive decoding of image is enabled.
    Public PropertyGets or sets the maximal count of background threads for this rendering task.
    Public PropertyGets or sets a value indicating whether the intermediate image must be rendered.
    Public PropertyGets or sets the depth of progressive decoding.
    Public PropertyGets or sets the mode of progressive decoding.
    Public PropertyGets or sets the rendering quality for progressive image rendering.
    Public PropertyGets or sets a scale factor for progressive image on one step.
    Public PropertyGets or sets decomposition of the raster image region for IRasterGridDecoder that supports regions (IRasterGridDecoder.CanReadImageRegion(int, DecodingSettings)).
    Public PropertyGets or sets the rendering quality for image rendering.
    Public PropertyGets the scale factor of rendering.
    Public PropertyGets or sets the rectangle, on the source image, which must be rendered first.
    Public PropertyGets the rectangle on the source image to render.
    Public PropertyGets or sets the scheduling priority for threads of this task.
    Public PropertyGets or sets the quality factor for vector rendering.
    Public Methods
     NameDescription
    Public MethodCancels current rendering task.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a task for rendering of the image region.
    Public Methodstatic (Shared in Visual Basic)Creates a task for rendering of the scaled image.
    Public Methodstatic (Shared in Visual Basic)Creates a task for rendering of the thumbnail.
    Protected Methods
     NameDescription
    Protected MethodRaises the IntermediateImageReady event.
    Protected MethodRaises the RenderingProgress event.
    Protected MethodRaises the TaskFinished event.
    Public Events
     NameDescription
    Public EventOccurs when the intermediate image is ready.
    Public EventOccurs when the progress of image rendering is changed.
    Public EventOccurs when the image rendering is finished.
    See Also