PDFDocInitSecurityHandler Method (Int32) |
Inits the security handler.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool InitSecurityHandler(
int custom_data
)
Public Function InitSecurityHandler (
custom_data As Integer
) As Boolean
public:
virtual bool InitSecurityHandler(
[InAttribute] int custom_data
) sealed
function InitSecurityHandler(custom_data);
Parameters
- custom_data
- Type: SystemInt32
the custom_data
Return Value
Type:
Boolean true, if successful
See Also