| Constructor Summary |
|---|
FileFormatInfo()
|
| Property Getters/Setters Summary | ||
|---|---|---|
function | getFileFormatType() | |
| Gets the detected file format. The value of the property is FileFormatType integer constant. | ||
function | isEncrypted() | |
| Returns true if the document is encrypted and requires a password to open. | ||
function | isProtectedByRMS() | |
| Gets whether the file is protected by Microsoft Rights Management Server. | ||
function | getLoadFormat() | |
| Gets the detected load format. The value of the property is LoadFormat integer constant. | ||
| Constructor Detail |
|---|
function FileFormatInfo()
| Property Getters/Setters Detail |
|---|
isProtectedByRMS : boolean | |
function isProtectedByRMS() | |
isEncrypted : boolean | |
function isEncrypted() | |
getFileFormatType : Number | |
function getFileFormatType() | |
getLoadFormat : Number | |
function getLoadFormat() | |