PasswordProtectedDocumentInfo

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo

public class PasswordProtectedDocumentInfo extends DocumentInfo

Provided document is password protected

Constructors

Constructor Description
PasswordProtectedDocumentInfo(FileType format, long size)

Methods

Method Description
isPasswordProtected() Gets is document password protected

PasswordProtectedDocumentInfo(FileType format, long size)

public PasswordProtectedDocumentInfo(FileType format, long size)

Parameters:

Parameter Type Description
format FileType
size long

isPasswordProtected()

public boolean isPasswordProtected()

Gets is document password protected

Returns: boolean