Click or drag to resize

IMultiFramedVectorDecoder Interface

Represents a codec that specializes in decoding a vector image file that can have multiple pages.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IMultiFramedVectorDecoder : IVectorDecoder
Methods
  NameDescription
Public methodRasterizeScaledRegion(Stream, RectangleF, SizeF, ProgressEventHandler)
Renders a section of the file from the source rectangle into the destination rectangle.
(Inherited from IVectorDecoder.)
Public methodRasterizeScaledRegion(Stream, Int32, RectangleF, SizeF, ProgressEventHandler)
Renders a section of the file from the source rectangle into the destination rectangle.
Top
See Also