Back to Devexpress

PdfFileAttachment.Size Property

officefileapi-devexpress-dot-pdf-dot-pdffileattachment-b39d5f34.md

latest974 B
Original Source

PdfFileAttachment.Size Property

Gets the size of the file attachment.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public int Size { get; }
vb
Public ReadOnly Property Size As Integer

Property Value

TypeDescription
Int32

An integer value that is the file attachment size, in bytes.

|

See Also

PdfFileAttachment Class

PdfFileAttachment Members

DevExpress.Pdf Namespace