|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportPDFPasswordSecurity
Provides extended access to members that control the PDF (Portable Document Format) export.
| Method Summary | |
|---|---|
String |
getMasterPassword()
Master password, allows to restrict editing security and permission settings of PDF document. |
int |
getSecurityEncryptionMethod()
PDF security encryption methods. |
int |
getSecurityEncryptionOption()
PDF security encryption options. |
int |
getSecurityPermissions()
PDF security permissions. |
String |
getUserPassword()
User password, allows to open the PDF document. |
void |
setMasterPassword(String pPasswd)
Master password, allows to restrict editing security and permission settings of PDF document. |
void |
setSecurityEncryptionMethod(int pEncryptionMethod)
PDF security encryption methods. |
void |
setSecurityEncryptionOption(int pEncryptionOption)
PDF security encryption options. |
void |
setSecurityPermissions(int pPermission)
PDF security permissions. |
void |
setUserPassword(String pPasswd)
User password, allows to open the PDF document. |
| Method Detail |
|---|
void setUserPassword(String pPasswd)
throws IOException,
AutomationException
pPasswd - The pPasswd (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUserPassword()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMasterPassword(String pPasswd)
throws IOException,
AutomationException
pPasswd - The pPasswd (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMasterPassword()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecurityPermissions(int pPermission)
throws IOException,
AutomationException
pPermission - The pPermission (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSecurityPermissions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecurityEncryptionOption(int pEncryptionOption)
throws IOException,
AutomationException
pEncryptionOption - A com.esri.arcgis.output.esriPDFExtensionSecurityEncryptionOption constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSecurityEncryptionOption()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecurityEncryptionMethod(int pEncryptionMethod)
throws IOException,
AutomationException
pEncryptionMethod - A com.esri.arcgis.output.esriPDFExtensionSecurityEncryptionMethod constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSecurityEncryptionMethod()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||