VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.HttpHandlers Namespace / VintasoftPdfHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftPdfHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftPdfHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftPdfHandler class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the HTTP handler can work with undefined session.
    Public PropertyGets a value indicating whether another request can use this instance.
    Public Methods
     NameDescription
    Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
    Protected Methods
     NameDescription
    Protected MethodApplies redaction marks to a PDF document.
    Protected MethodCompress PDF file.
    Protected MethodConvert PDF file in PDF/A Formatted file.
    Protected MethodCreates a data storage for global resources.
    Protected MethodCreates a cache manager that manages cache of image tiles.
    Protected MethodCreates a data storage for current session.
    Protected MethodCreates a cache manager that manages cache of thumbnails.
    Protected MethodCreates the VintasoftPdfWebService that handles HTTP requests from clients and allows to work with PDF document.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodReleases all resources used by this object.
    Protected MethodReturns information about all image resources of PDF page.
    Protected MethodReturns information about PDF document.
    Protected MethodReturns information about links of PDF document page.
    Protected MethodReturns information about PDF document bookmarks.
    Protected MethodReturns information about PDF document interactive form.
    Protected MethodReturns parameters of PDF page (page index, transformation matrix, media box, etc).
    Protected MethodReturns parameters of PDF pages (page index, transformation matrix, media box, etc).
    Protected MethodReturns data of PDF resource.
    Protected MethodReturns information about PDF resource.
    Protected MethodUpdates PDF document interactive form.
    Protected MethodUpdates appearance of PDF interactive form field.
    Protected MethodReturns result of PDF file verification.
    See Also