TdxPDFFileAttachmentList.Extract(TdxPDFFileAttachment) Method
In This Article
Extracts the specified file attachment from the list.
#Declaration
Delphi
function Extract(AValue: TdxPDFFileAttachment): TdxPDFFileAttachment; overload;
#Parameters
Name | Type | Description |
---|---|---|
AValue | Tdx |
The target file attachment. |
#Returns
Type | Description |
---|---|
Tdx |
An extracted file attachment. If the specified file attachment is not on the list, the function returns nil (in Delphi) or nullptr/NULL (in C++Builder). |
See Also