'Declaration <DescriptionAttribute("The compression of data streams.")> Public Property Compression As Vintasoft.Imaging.Pdf.PdfCompression
[Description("The compression of data streams.")] public Vintasoft.Imaging.Pdf.PdfCompression Compression { get; set; }
[Description("The compression of data streams.")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_Compression(); public: __property void set_Compression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[Description("The compression of data streams.")] public:
property Vintasoft.Imaging.Pdf.PdfCompression Compression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }