PdfAttachment

PdfAttachment class

Represents a file attached to a pdf content.

public class PdfAttachment : Attachment

Properties

Name Description
override Content { get; set; } Gets or sets the attached file content.
Description { get; set; } Gets or sets the description of the attached file.
Name { get; set; } Gets or sets the name of the attached file.

Methods

Name Description
CreateWatermarker() Loads a content from the attached file.
CreateWatermarker(LoadOptions) Loads a content from the attached file with the specified load options.
CreateWatermarker(LoadOptions, WatermarkerSettings) Loads a content from the attached file with the specified load options and settings.
GetDocumentInfo() Gets the information about a document stored in the attached file.

Remarks

Learn more:

See Also