VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedFileSpecification Class / UncompressedSize Property
Syntax Requirements SeeAlso
In This Topic
    UncompressedSize Property (PdfEmbeddedFileSpecification)
    In This Topic
    Gets or sets the uncompressed size of the embedded file, in bytes.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The uncompressed size of the embedded file, in bytes.")>
    Public Property UncompressedSize As Long
    
    
    [Description("The uncompressed size of the embedded file, in bytes.")]
    public long UncompressedSize { get; set; }
    
    
    [Description("The uncompressed size of the embedded file, in bytes.")]
    public: __property long get_UncompressedSize();
    public: __property void set_UncompressedSize(
    long value
    );
    [Description("The uncompressed size of the embedded file, in bytes.")]
    public:
    property long UncompressedSize { long get(); void set(long value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also