VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftPdfWebService Class Members
    In This Topic
    The following tables list the members exposed by VintasoftPdfWebService.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the filename of the default CMYK ICC profile, which is used as a profile in DefaultCMYK color space.
    Public PropertyGets the filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.
    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 the filename of ICC profile (CMYK or RGB), which is used as the output intent dest profile.
    Public PropertyGets or sets the data storage that should be used for storing images.
    Public PropertyGets a cache manager that manages cache of thumbnails.
    Public Methods
     NameDescription
    Public MethodApplies redaction marks to a PDF document.
    Public MethodCompresses PDF document.
    Public MethodConverts PDF document to a PDF/A format.
    Public MethodReturns information about all image resources of PDF document page.
    Public MethodReturns information about PDF document.
    Public MethodReturns information about links of PDF document page.
    Public MethodReturns information about bookmarks of PDF document.
    Public MethodReturns information about PDF document interactive form.
    Public MethodReturns parameters of PDF page (page index, transformation matrix, media box, etc).
    Public MethodReturns parameters of PDF pages (page index, transformation matrix, media box, etc).
    Public MethodReturns data of PDF resource.
    Public MethodReturns information about PDF resource.
    Public MethodUpdates PDF document interactive form.
    Public MethodUpdates appearance of PDF interactive form field state.
    Public MethodVerifies a PDF document to conformance with PDF/A format.
    Protected Methods
     NameDescription
    Protected MethodReturns a stream with the default CMYK ICC profile.
    Protected MethodReturns a stream with the default RGB ICC profile.
    Protected MethodReturns a Base64 string that represents image of PDF image-resource in PNG format.
    Protected MethodReturns information about PDF image-resource.
    Protected MethodReturns a stream with the ICC profile (CMYK or RGB), which is used as the output intent dest profile.
    Protected MethodReturns a string that represents data of PDF resource.
    Protected MethodReturns information about PDF resource.
    See Also