VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocumentController Class
Methods Events SeeAlso
In This Topic
    PdfDocumentController Class Members
    In This Topic
    The following tables list the members exposed by PdfDocumentController.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Closes the source (file or stream), which is associated with the specified PdfDocument object.
    The source will be closed only if there are no PdfDocument objects associated with the source.
    Public Methodstatic (Shared in Visual Basic)Determines that the PDF document of the specified PDF page is locked in current thread.
    Public Methodstatic (Shared in Visual Basic)Returns a PdfPage associated with specified image.
    Public Methodstatic (Shared in Visual Basic)Opens the PDF document from specified stream.
    Public Methodstatic (Shared in Visual Basic)Registers the link between the PdfDocument object and the specified stream.
    Public Events
     NameDescription
    Public Eventstatic (Shared in Visual Basic)Occurs when the opened PDF document is encrypted and required authentication.
    Public Eventstatic (Shared in Visual Basic)Occurs when the PDF document is closed.
    Public Eventstatic (Shared in Visual Basic)Occurs when the PDF document is closing.
    Public Eventstatic (Shared in Visual Basic)Occurs when the PDF document is opened.
    See Also