'Declaration Public Shared Function GetIsDocumentLocked( _
ByVal imageOfDocumentPageThe 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.