Attachment.TryGetPdf
Overloads
TryGetPdf() | Gets the Data of the Attachment Files. |
TryGetPdf(String) | Gets the InputPdf file of the Attachment Files. |
TryGetPdf()
Gets the Data of the Attachment Files.
public InputPdf TryGetPdf()
Function TryGetPdf() As InputPdf
Returns
Licensing Info
This method is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Rasterizer selected.
- A DynamicPDF Rasterizer for .NET v4.X Developer license.
TryGetPdf(String)
Gets the InputPdf file of the Attachment Files.
public InputPdf TryGetPdf(string password)
Function TryGetPdf(password As String) As InputPdf
Parameters
- password
- String
The string containing the password.
Returns
Licensing Info
This method is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Rasterizer selected.
- A DynamicPDF Rasterizer for .NET v4.X Developer license.