PdfEmbeddedFile.Size Property

Gets the size of the embedded file, in bytes.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public long Size { get; }
VB
Public ReadOnly Property Size As Long
	Get

Property Value

Type: Int64
The size of the embedded file, in bytes.

See Also