UserPermissons
Specifies the User permissions for the encrypted document. Use this to set the user access permissions for the generated PDF document.
This property will be used only if Enabled = True.
Syntax
[VC++]
CgtPDFUserPermissions GetUserPermission();
void SetUserPermission(LPDISPATCH newValue);
[C#]
public abstract new eDocEngineX.gtPDFUserPermissionsX UserPermission [ get]
[VB]
Property UserPermission As gtPDFUserPermissions
See Also
gtPDFUserPermissionsX