VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / RenderImageTileRequestParams Class
Constructors Properties SeeAlso
    RenderImageTileRequestParams Class Members
    The following tables list the members exposed by RenderImageTileRequestParams.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RenderImageTileRequestParams class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the decoding settings of image. (Inherited from WebExtendedImageInfoRequestParams)
    Public PropertyGets or sets an information about web image. (Inherited from WebImageInfoRequestParams)
    Public PropertyGets or sets the left top point of rectangle on source image.
    Public PropertyGets or sets a type of image tile.
    Public PropertyGets or sets the rendering settings of image. (Inherited from WebExtendedImageInfoRequestParams)
    Public PropertyGets or sets a value indicating whether the neighboring image tiles around the the requested tile must be rendered in addition to the rendering of requested image tile.
    Public PropertyGets or sets the identifier of request. (Inherited from WebRequestParamsBase)
    Public PropertyGets or sets the scale of image tile.
    Public PropertyGets or sets the identifier of HTTP session. (Inherited from WebRequestParamsBase)
    Public PropertyGets or sets the tile size in pixels.
    Public PropertyGets or sets a value indicating whether rendered image tile must be saved in cache on server.
    Public PropertyGets or sets a value indicating whether image must be rendered in vector form.
    See Also