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