'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); }