Skip to main content
All docs
V26.1
  • Attachment(String, Byte[]) Constructor

    Initializes a new instance of the Attachment class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public Attachment(
        string fileName,
        byte[] data
    )

    Parameters

    Name Type Description
    fileName String

    The name of the attachment file.

    data Byte[]

    The content of the attachment file.

    See Also