'Declaration Public Overrides Property Compression As Vintasoft.Imaging.Pdf.PdfCompression
public override Vintasoft.Imaging.Pdf.PdfCompression Compression { get; set; }
public: __property Vintasoft.Imaging.Pdf.PdfCompression get_Compression(); override; public: __property void set_Compression(
Vintasoft.Imaging.Pdf.PdfCompression value
); override;
public:
property Vintasoft.Imaging.Pdf.PdfCompression Compression { Vintasoft.Imaging.Pdf.PdfCompression get() override;; void set(Vintasoft.Imaging.Pdf.PdfCompression value) override;; }