VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageWebService Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageWebService Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageWebService.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a file identifier of the default CMYK ICC profile, which is used in CreateImageDecodingSettings(VintasoftImage,WebDecodingSettings) methods if WebDecodingSettings.isColorManagementEnabled == true.
    Public PropertyGets or sets the data storage that should be used for storing global resources.
    Public PropertyGets a cache manager that manages cache of image tiles.
    Public PropertyGets or sets the data storage that should be used for storing serialized documents.
    Public PropertyGets or sets the data storage that should be used for storing images.
    Public PropertyGets or set the thumbnail rendering timeout in milliseconds.
    Public PropertyGets a cache manager that manages cache of thumbnails.
    Public Methods
     NameDescription
    Public MethodClears the image tiles cache and thumbnails cache for specified file.
    Public MethodReturns information about actions of image.
    Public MethodReturns information about actions of images.
    Public MethodReturns an image as a Base64 string, which represents PNG image.
    Public MethodReturns information about web image.
    Public MethodReturns information about web images.
    Public MethodReturns information about text region of image.
    Public MethodReturns information about text regions of images.
    Public MethodRenders an image tile.
    Public MethodRenders all image tiles and save them in cache.
    Public MethodRenders image thumbnail.
    Public MethodRenders image thumbnails.
    Protected Methods
     NameDescription
    Protected MethodCreates the decoding settings for the specified image and sets the decoding setting for image.
    Protected MethodCreates the rendering settings for the specified image and sets the rendering setting for image.
    Protected MethodCreates an encoder that should be used for encoding image thumbnails.
    Protected MethodCreates an encoder that should be used for encoding image tiles.
    Protected MethodDisposes the decoding settings of the specified image.
    Protected MethodDisposes the rendering settings of the specified image.
    See Also