'Declaration <DescriptionAttribute("The settings of compression that is used for compressing of rasterized page content.")> Public Property FallbackCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
[Description("The settings of compression that is used for compressing of rasterized page content.")] public Vintasoft.Imaging.Pdf.PdfCompressionSettings FallbackCompressionSettings { get; set; }
[Description("The settings of compression that is used for compressing of rasterized page content.")] public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_FallbackCompressionSettings(); public: __property void set_FallbackCompressionSettings(
Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
);
[Description("The settings of compression that is used for compressing of rasterized page content.")] public:
property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ FallbackCompressionSettings { Vintasoft.Imaging.Pdf.PdfCompressionSettings^ get(); void set(Vintasoft.Imaging.Pdf.PdfCompressionSettings^ value); }