PdfEmbeddedFileCompressedSize Property |
Gets the size of the compressed embedded file, in bytes.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax public int CompressedSize { get; }
Public ReadOnly Property CompressedSize As Integer
Get
Property Value
Int32
The size of the compressed embedded file, in bytes.
See Also