VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocumentController Class / GetIsDocumentLocked(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    GetIsDocumentLocked(VintasoftImage) Method (PdfDocumentController)
    In This Topic
    Determines that the PDF document of the specified PDF page is locked in current thread.
    Syntax
    'Declaration
    
    Public Shared Function GetIsDocumentLocked( _
    ByVal imageOfDocumentPage
    The image that is associated with PDF page.
    As Vintasoft.Imaging.VintasoftImage _
    ) As Boolean
    public static bool GetIsDocumentLocked(
    Vintasoft.Imaging.VintasoftImage imageOfDocumentPage
    )
    public: static bool GetIsDocumentLocked(
    Vintasoft.Imaging.VintasoftImage* imageOfDocumentPage
    )
    public:
    static bool GetIsDocumentLocked(
    Vintasoft.Imaging.VintasoftImage^ imageOfDocumentPage
    )

    Parameters

    imageOfDocumentPage
    The image that is associated with PDF page.

    Return Value

    True if document is locked in current thread; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also