PdfAttachment

PdfAttachment class

Representa un archivo adjunto a un contenido pdf.

public class PdfAttachment : Attachment

Propiedades

Nombre Descripción
override Content { get; set; } Obtiene o establece el contenido del archivo adjunto.
Description { get; set; } Obtiene o establece la descripción del archivo adjunto.
Name { get; set; } Obtiene o establece el nombre del archivo adjunto.

Métodos

Nombre Descripción
CreateWatermarker() Carga un contenido del archivo adjunto.
CreateWatermarker(LoadOptions) Carga un contenido del archivo adjunto con las opciones de carga especificadas.
CreateWatermarker(LoadOptions, WatermarkerSettings) Carga un contenido del archivo adjunto con las opciones y configuraciones de carga especificadas.
GetDocumentInfo() Obtiene la información sobre un documento almacenado en el archivo adjunto.

Observaciones

Aprende más:

Ver también