PdfAttachment class

PdfAttachment class

Represents a file attached to a pdf content.

Inheritance: PdfAttachmentAttachment

The PdfAttachment type exposes the following members:

Properties

Property Description
content Gets or sets the attached file content.
name Gets or sets the name of the attached file.
description Gets or sets the description of the attached file.

Methods

Method Description
create_watermarker Loads a content from the attached file.
create_watermarker Loads a content from the attached file with the specified load options.
create_watermarker Loads a content from the attached file with the specified load options and settings.
get_document_info Gets the information about a document stored in the attached file.

Remarks

Learn more: | | |

See Also