'Declaration <DefaultValueAttribute(Auto)> <DescriptionAttribute("The image compression that is used for converting of embedded files to the PDF/A-1b standard.")> Public Property EmbeddedFileImageCompression As Vintasoft.Imaging.Pdf.PdfCompression
[DefaultValue(Auto)] [Description("The image compression that is used for converting of embedded files to the PDF/A-1b standard.")] public Vintasoft.Imaging.Pdf.PdfCompression EmbeddedFileImageCompression { get; set; }
[DefaultValue(Auto)] [Description("The image compression that is used for converting of embedded files to the PDF/A-1b standard.")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_EmbeddedFileImageCompression(); public: __property void set_EmbeddedFileImageCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[DefaultValue(Auto)] [Description("The image compression that is used for converting of embedded files to the PDF/A-1b standard.")] public:
property Vintasoft.Imaging.Pdf.PdfCompression EmbeddedFileImageCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }