'Declaration <DescriptionAttribute("The image compression settings that is used for converting of embedded files to the PDF/A-1b standard.")> Public Property EmbeddedFileImageCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
[Description("The image compression settings that is used for converting of embedded files to the PDF/A-1b standard.")] public Vintasoft.Imaging.Pdf.PdfCompressionSettings EmbeddedFileImageCompressionSettings { get; set; }
[Description("The image compression settings that is used for converting of embedded files to the PDF/A-1b standard.")] public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_EmbeddedFileImageCompressionSettings(); public: __property void set_EmbeddedFileImageCompressionSettings(
Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
);
[Description("The image compression settings that is used for converting of embedded files to the PDF/A-1b standard.")] public:
property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ EmbeddedFileImageCompressionSettings { Vintasoft.Imaging.Pdf.PdfCompressionSettings^ get(); void set(Vintasoft.Imaging.Pdf.PdfCompressionSettings^ value); }