'Declaration <DescriptionAttribute("The compression that is used for compressing of rasterized page content.")> Public Property FallbackImageCompression As Vintasoft.Imaging.Pdf.PdfCompression
[Description("The compression that is used for compressing of rasterized page content.")] public Vintasoft.Imaging.Pdf.PdfCompression FallbackImageCompression { get; set; }
[Description("The compression that is used for compressing of rasterized page content.")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_FallbackImageCompression(); public: __property void set_FallbackImageCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[Description("The compression that is used for compressing of rasterized page content.")] public:
property Vintasoft.Imaging.Pdf.PdfCompression FallbackImageCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }