VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedFileSpecification Class / Compression Property
Syntax Requirements SeeAlso
In This Topic
    Compression Property (PdfEmbeddedFileSpecification)
    In This Topic
    Gets or sets compression of EmbeddedFile.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A compression of the embedded file.")>
    Public Property Compression As Vintasoft.Imaging.Pdf.PdfCompression
    
    
    [Description("A compression of the embedded file.")]
    public Vintasoft.Imaging.Pdf.PdfCompression Compression { get; set; }
    
    
    [Description("A compression of the embedded file.")]
    public: __property Vintasoft.Imaging.Pdf.PdfCompression get_Compression();
    public: __property void set_Compression(
    Vintasoft.Imaging.Pdf.PdfCompression value
    );
    [Description("A compression of the embedded file.")]
    public:
    property Vintasoft.Imaging.Pdf.PdfCompression Compression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
    Requirements

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

    See Also