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