'Declaration <DescriptionAttribute("Compression settings for indexed images.")> <CategoryAttribute("Indexed images")> Public Property IndexedImagesCompressionSettings As Vintasoft.Imaging.Pdf.PdfCompressionSettings
[Description("Compression settings for indexed images.")] [Category("Indexed images")] public Vintasoft.Imaging.Pdf.PdfCompressionSettings IndexedImagesCompressionSettings { get; set; }
[Description("Compression settings for indexed images.")] [Category("Indexed images")] public: __property Vintasoft.Imaging.Pdf.PdfCompressionSettings* get_IndexedImagesCompressionSettings(); public: __property void set_IndexedImagesCompressionSettings(
Vintasoft.Imaging.Pdf.PdfCompressionSettings* value
);
[Description("Compression settings for indexed images.")] [Category("Indexed images")] public:
property Vintasoft.Imaging.Pdf.PdfCompressionSettings^ IndexedImagesCompressionSettings { Vintasoft.Imaging.Pdf.PdfCompressionSettings^ get(); void set(Vintasoft.Imaging.Pdf.PdfCompressionSettings^ value); }