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

InputPdf

Licensing Info

This method is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

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

InputPdf

Licensing Info

This method is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

See Also

InputPdf
Attachment
ceTe.DynamicPDF.Printing

In this topic